Compare commits

..

No commits in common. "449d03bd66aefd9a7c1d200c674f033e709a329c" and "36400825b8e56d9bdbce3d270674f890c59a8d1f" have entirely different histories.

View File

@ -34,7 +34,7 @@
// Max logs that can be broken by non-player mechanics like pistons, fire and TNT. // Max logs that can be broken by non-player mechanics like pistons, fire and TNT.
"nonPlayerLogLimit": 64, "nonPlayerLogLimit": 64,
// Logs that can be broken by a player without using a tool. // Logs that can be broken by a player without using a tool.
"playerBaseLogLimit": 2048, "playerBaseLogLimit": 8,
// Additional logs that can be broken when player uses a tool, per tier of tool. Set zero to disable. // Additional logs that can be broken when player uses a tool, per tier of tool. Set zero to disable.
"toolTierLogBonus": 0, "toolTierLogBonus": 0,
// When true, log breaking limit is multiplied by Efficency enchantment level. // When true, log breaking limit is multiplied by Efficency enchantment level.