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
@@ -1,4 +1,6 @@
{
"gamerule.magmaBlockDamage": "Magma block damage",
"gamerule.magmaBlockDamage.description": "Controls if magma blocks should do damage when stepped on"
"gamerule.magmaBlockDamage.description": "Controls if magma blocks should do damage when stepped on",
"gamerule.lightningRodRange": "Lightning rod range",
"gamerule.lightningRodRange.description": "Sets the range in which lightning rod will redirect lightning"
}
+1 -1
View File
@@ -14,7 +14,7 @@
},
"license": "CC0-1.0",
"icon": "assets/modid/icon.png",
"icon": "assets/moregamerules/icon.png",
"environment": "*",
"entrypoints": {
+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