cleanup, gamerule for lightning rod range
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -14,7 +14,7 @@
|
||||
},
|
||||
|
||||
"license": "CC0-1.0",
|
||||
"icon": "assets/modid/icon.png",
|
||||
"icon": "assets/moregamerules/icon.png",
|
||||
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user