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:
@@ -7,7 +7,7 @@ plugins {
|
||||
|
||||
allprojects {
|
||||
|
||||
version = "2.1.0.3"
|
||||
version = "2.1.0.3.1"
|
||||
|
||||
apply<JavaPlugin>()
|
||||
apply(plugin = "java")
|
||||
|
||||
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
# global group
|
||||
global-group:
|
||||
list: []
|
||||
|
||||
Reference in New Issue
Block a user