cleanup, gamerule for lightning rod range

This commit is contained in:
2022-11-13 18:25:58 +01:00
parent ff1cbb8644
commit dfefed1286
7 changed files with 57 additions and 19 deletions
+6 -2
View File
@@ -3,10 +3,14 @@
"minVersion": "0.8",
"package": "me.youhavetrouble.moregamerules.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [],
"client": [],
"mixins": [
"ServerWorldMixin"
],
"client": [
],
"server": [
"MagmaBlockMixin"
],
"injectors": {
"defaultRequire": 1