I hate Trees #22

Merged
wirezat merged 8 commits from new_mods into Server 2024-04-27 00:47:27 +02:00

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": 8, "playerBaseLogLimit": 2048,
wirezat marked this conversation as resolved Outdated
Outdated
Review

2^11 plz

2^11 plz
// 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.