Skip to content

Commit e8055a6

Browse files
Merge pull request #27 from MisterCheezeCake/mc2
2 parents 046d931 + 66ae08b commit e8055a6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ loader_version=0.18.4
77

88
modapi_version=1.0.1
99

10-
mod_version=0.1.0-Alpha.17
10+
mod_version=0.1.0-Alpha.18
1111
#mod_version=Unstable
1212

1313
# Fix YALMM

src/main/java/wtf/cheeze/sbt/SkyblockTweaks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class SkyblockTweaks implements ModInitializer {
5151
public static final Gson GSON = new GsonBuilder().setPrettyPrinting().create();
5252
public static final Logger LOGGER = LoggerFactory.getLogger("SkyblockTweaks");
5353

54-
public static final Version VERSION = new Version(VersionType.ALPHA, 0, 1, 0, 17);
54+
public static final Version VERSION = new Version(VersionType.ALPHA, 0, 1, 0, 18);
5555
//public static final Version VERSION = new Version(VersionType.UNSTABLE);
5656

5757

src/main/resources/fabric.mod.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
],
1010
"contributors": [
1111
"Microcontrollers",
12-
"J10a1n15"
12+
"J10a1n15",
13+
"ninjaguardian",
14+
"FureurTime"
1315
],
1416
"contact": {
1517
"homepage": "https://modrinth.com/project/sbt",

0 commit comments

Comments
 (0)