elytra damage control gamerules

This commit is contained in:
2022-11-13 21:12:22 +01:00
parent dfefed1286
commit ddb47f96c4
7 changed files with 109 additions and 9 deletions
@@ -2,5 +2,11 @@
"gamerule.magmaBlockDamage": "Magma block damage",
"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"
"gamerule.lightningRodRange.description": "Sets the range in which lightning rod will redirect lightning",
"gamerule.elytraDamagePerSecond": "Elytra damage per second",
"gamerule.elytraDamagePerSecond.description": "Controls how much damage elytras take when flying",
"gamerule.elytraDamageFromFirework": "Elytra damage from firework boost",
"gamerule.elytraDamageFromFirework.description": "Controls how much damage elytras take when boosting with a firework",
"gamerule.elytraDamageFromRiptideTrident": "Elytra damage from firework boost",
"gamerule.elytraDamageFromRiptideTrident.description": "Controls how much damage elytras take when boosting with a riptide trident"
}
+4 -2
View File
@@ -4,13 +4,15 @@
"package": "me.youhavetrouble.moregamerules.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"ServerWorldMixin"
"FireworkItemMixin",
"LivingEntityMixin",
"ServerWorldMixin",
"TridentItemMixin"
],
"client": [
],
"server": [
"MagmaBlockMixin"
],
"injectors": {
"defaultRequire": 1