mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-20 15:39:36 +00:00
2.1.0.3.1
This commit is contained in:
@@ -7,7 +7,7 @@ plugins {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
|
||||||
version = "2.1.0.3"
|
version = "2.1.0.3.1"
|
||||||
|
|
||||||
apply<JavaPlugin>()
|
apply<JavaPlugin>()
|
||||||
apply(plugin = "java")
|
apply(plugin = "java")
|
||||||
|
|||||||
@@ -72,6 +72,7 @@ public class BlockManagerImpl implements BlockManager, Listener {
|
|||||||
this.blockConfigMap = new HashMap<>();
|
this.blockConfigMap = new HashMap<>();
|
||||||
this.dataBuilderMap = new HashMap<>();
|
this.dataBuilderMap = new HashMap<>();
|
||||||
this.stateBuilderMap = new HashMap<>();
|
this.stateBuilderMap = new HashMap<>();
|
||||||
|
this.registerInbuiltProperties();
|
||||||
this.registerBlockLibrary(new VanillaBlockImpl());
|
this.registerBlockLibrary(new VanillaBlockImpl());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
# global group
|
# global group
|
||||||
global-group:
|
global-group:
|
||||||
list: []
|
list: []
|
||||||
|
|||||||
Reference in New Issue
Block a user