add piston push limit

This commit is contained in:
2023-01-07 13:58:20 +01:00
parent 04eae83ec5
commit 6e40ca6564
6 changed files with 47 additions and 9 deletions
@@ -7,8 +7,10 @@
"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": "Elytra damage from trident boost",
"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"
"gamerule.playerCrits.description": "Decides if players should be able to crit",
"gamerule.pistonPushLimit": "Piston push limit",
"gamerule.description": "Controls how many blocks pistons can push"
}
@@ -6,6 +6,7 @@
"mixins": [
"FireworkItemMixin",
"LivingEntityMixin",
"PistonPushLimitMixin",
"PlayerEntityMixin",
"ServerWorldMixin",
"TridentItemMixin"