gamerule for toggling player crits

This commit is contained in:
2022-11-14 20:10:28 +01:00
parent b7d1b02d56
commit 28021c389a
5 changed files with 35 additions and 1 deletions
@@ -8,5 +8,7 @@
"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"
"gamerule.elytraDamageFromRiptideTrident.description": "Controls how much damage elytras take when boosting with a riptide trident",
"gamerule.playerCrits": "Player crits",
"gamerule.playerCrits.description": "Decides if players should be able to crit"
}
@@ -6,6 +6,7 @@
"mixins": [
"FireworkItemMixin",
"LivingEntityMixin",
"PlayerEntityMixin",
"ServerWorldMixin",
"TridentItemMixin"
],