Skip to content

Commit

Permalink
Renamed PanelStudio-MC16 to PanelStudio-MC16-Fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
lukflug committed Apr 18, 2021
1 parent e3e2d94 commit 6441b26
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ publishing {
publications {
mavenJava(MavenPublication) {
pom {
name = "PanelStudio-MC16"
name = "PanelStudio-MC16-Fabric"
description = "A supplement to PanelStudio desgined for FabricMC 1.16.x."
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.lukflug.panelstudio.mc16;
package com.lukflug.panelstudio.mc16fabric;

import java.awt.Color;
import java.awt.Dimension;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.lukflug.panelstudio.mc16;
package com.lukflug.panelstudio.mc16fabric;

import java.awt.Point;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.lukflug.panelstudio.mc16;
package com.lukflug.panelstudio.mc16fabric;

import org.lwjgl.glfw.GLFW;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* This library only depends on the Fabric Yarn mappings and not on the Fabric Mod Loader or the Fabric API.
* @author lukflug
*/
package com.lukflug.panelstudio.mc16;
package com.lukflug.panelstudio.mc16fabric;
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": 1,
"id": "panelstudio",
"version": "${version}",
"name": "PanelStudio-MC16",
"name": "PanelStudio-MC16-Fabric",
"description": "A supplement to PanelStudio desgined for FabricMC 1.16.x.",
"authors": ["lukflug"],
"contact": {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

include "panelstudio"
include "panelstudio-mc12"
include "panelstudio-mc16"
include "panelstudio-mc16-fabric"
include "panelstudio-mc8-fabric"
include "panelstudio-mc8-forge"

0 comments on commit 6441b26

Please sign in to comment.