Skip to content

Commit ae8acd9

Browse files
committed
- Fix #29.
1 parent d4c4967 commit ae8acd9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212

1313
// Project properties
1414
group = "github.kasuminova.stellarcore"
15-
version = "1.5.20"
15+
version = "1.5.21"
1616

1717
// Set the toolchain version to decouple the Java we run Gradle with from the Java used to compile and run the mod
1818
java {

src/main/resources/mixins.stellar_core_minecraft_nbtpool.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"minVersion": "0.8",
66
"compatibilityLevel": "JAVA_8",
77
"mixins": [
8-
"MixinNBTBase",
98
"MixinNBTTagByte",
109
"MixinNBTTagCompound",
1110
"MixinNBTTagDouble",

0 commit comments

Comments
 (0)