Skip to content

Commit 68fd71c

Browse files
authored
Merge pull request #24 from lukflug/dev
PanelStudio 0.2.1
2 parents a7cf319 + 990ce83 commit 68fd71c

File tree

18 files changed

+71
-30
lines changed

18 files changed

+71
-30
lines changed

example-mod12/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ minecraft {
4646
dependencies {
4747
minecraft "net.minecraftforge:forge:${minecraft12}"
4848
shadow "com.lukflug:panelstudio:${version}"
49-
shadow "com.lukflug:panelstudio-mc12:${version}"
49+
shadow "com.lukflug:panelstudio-mc12:${versionmc}"
5050
}
5151

5252
processResources {
@@ -63,7 +63,7 @@ processResources {
6363
shadowJar {
6464
classifier = ""
6565
configurations = [project.configurations.shadow]
66-
relocate "com.lukflug.panelstudio","com.lukflug.panelstudio_0_2_0"
66+
relocate "com.lukflug.panelstudio","com.lukflug.panelstudio_0_2_1"
6767
}
6868

6969
reobf {

example-mod12/gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
org.gradle.jvmargs = -Xmx2500m
2-
version = 0.2.0
2+
version = 0.2.1
3+
versionmc = 0.2.0
34

45
forgeGradle3 = 3.0.195
56
mappings12 = 39-1.12

example-mod12/src/main/java/com/lukflug/examplemod12/ExampleMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
public class ExampleMod {
2424
public static final String MODID="example-mod12";
2525
public static final String NAME="PanelStudio-MC12 Example Mod";
26-
public static final String VERSION="0.2.0";
26+
public static final String VERSION="0.2.1";
2727
public static Logger logger;
2828
private static ClickGUI gui;
2929

example-mod16-fabric/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
modImplementation "net.fabricmc:fabric-loader:${loader16fabric}"
4444
modImplementation "net.fabricmc.fabric-api:fabric-api:${api16fabric}"
4545
shadow "com.lukflug:panelstudio:${version}"
46-
shadow "com.lukflug:panelstudio-mc16-fabric:${version}"
46+
shadow "com.lukflug:panelstudio-mc16-fabric:${versionmc}"
4747
}
4848

4949
processResources {
@@ -56,7 +56,7 @@ processResources {
5656
shadowJar {
5757
classifier = "dev"
5858
configurations = [project.configurations.shadow]
59-
relocate "com.lukflug.panelstudio","com.lukflug.panelstudio_0_2_0"
59+
relocate "com.lukflug.panelstudio","com.lukflug.panelstudio_0_2_1"
6060
}
6161

6262
remapJar.dependsOn(shadowJar)

example-mod16-fabric/gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
org.gradle.jvmargs = -Xmx2500m
2-
version = 0.2.0
2+
version = 0.2.1
3+
versionmc = 0.2.0
34

45
loomVersion = 0.7.33
56
minecraft16fabric = 1.16.5

example-mod16-forge/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ minecraft {
5353
dependencies {
5454
minecraft "net.minecraftforge:forge:${minecraft16forge}"
5555
shadow "com.lukflug:panelstudio:${version}"
56-
extract "com.lukflug:panelstudio-mc16-forge:${version}"
56+
extract "com.lukflug:panelstudio-mc16-forge:${versionmc}"
5757
}
5858

5959
processResources {
@@ -73,7 +73,7 @@ compileJava.finalizedBy("extract")
7373
shadowJar {
7474
classifier = ""
7575
configurations = [project.configurations.shadow]
76-
relocate "com.lukflug.panelstudio","com.lukflug.panelstudio_0_2_0"
76+
relocate "com.lukflug.panelstudio","com.lukflug.panelstudio_0_2_1"
7777
}
7878

7979
reobf {

example-mod16-forge/gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
org.gradle.jvmargs = -Xmx2500m
2-
version = 0.2.0
2+
version = 0.2.1
3+
versionmc = 0.2.0
34

45
forgeGradle5 = 5.1.20
56
mappings16forge = 20210309-1.16.5

example-mod17/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
modImplementation "net.fabricmc:fabric-loader:${loader17}"
3939
modImplementation "net.fabricmc.fabric-api:fabric-api:${api17}"
4040
shadow "com.lukflug:panelstudio:${version}"
41-
shadow "com.lukflug:panelstudio-mc17:${version}"
41+
shadow "com.lukflug:panelstudio-mc17:${versionmc}"
4242
}
4343

4444
processResources {
@@ -51,7 +51,7 @@ processResources {
5151
shadowJar {
5252
classifier = "dev"
5353
configurations = [project.configurations.shadow]
54-
relocate "com.lukflug.panelstudio","com.lukflug.panelstudio_0_2_0"
54+
relocate "com.lukflug.panelstudio","com.lukflug.panelstudio_0_2_1"
5555
}
5656

5757
remapJar.dependsOn(shadowJar)

example-mod17/gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
org.gradle.jvmargs = -Xmx2500m
2-
version = 0.2.0
2+
version = 0.2.1
3+
versionmc = 0.2.0
34

45
loomVersion = 0.9.46
56
minecraft17 = 1.17.1

example-mod8-fabric/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
}
5454
modImplementation "net.legacyfabric.legacy-fabric-api:legacy-fabric-api:${api8fabric}"
5555
shadow "com.lukflug:panelstudio:${version}"
56-
shadow "com.lukflug:panelstudio-mc8-fabric:${version}"
56+
shadow "com.lukflug:panelstudio-mc8-fabric:${versionmc}"
5757
}
5858

5959
processResources {
@@ -66,7 +66,7 @@ processResources {
6666
shadowJar {
6767
classifier = "dev"
6868
configurations = [project.configurations.shadow]
69-
relocate "com.lukflug.panelstudio","com.lukflug.panelstudio_0_2_0"
69+
relocate "com.lukflug.panelstudio","com.lukflug.panelstudio_0_2_1"
7070
}
7171

7272
remapJar.dependsOn(shadowJar)

0 commit comments

Comments
 (0)