add piston push limit
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user