9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-19 15:09:24 +00:00

2.1.0.3.1

This commit is contained in:
XiaoMoMi
2024-03-04 04:02:41 +08:00
parent f7620d143e
commit a1adf9b693
3 changed files with 2 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ plugins {
allprojects {
version = "2.1.0.3"
version = "2.1.0.3.1"
apply<JavaPlugin>()
apply(plugin = "java")

View File

@@ -72,6 +72,7 @@ public class BlockManagerImpl implements BlockManager, Listener {
this.blockConfigMap = new HashMap<>();
this.dataBuilderMap = new HashMap<>();
this.stateBuilderMap = new HashMap<>();
this.registerInbuiltProperties();
this.registerBlockLibrary(new VanillaBlockImpl());
}

View File

@@ -1,5 +1,3 @@
# global group
global-group:
list: []