/
New Item Tags for ignoring tool types:
"Wooden" and "Stone" tools are determined by the tier of block they can break, not the material they're made of, so these tags should hopefully help:
natprog:allowed_wooden_tools is a list of tools which have the same tier as Wood that can still be used
when toolNeutering is enablednatprog:allowed_stone_tools is a list of tools which have the same tier as
Stone that can still be used when toolNeutering is enabledNew Block Tags for blacklisting which blocks twigs and pebbles can be placed on:
natprog:wont_support_pebblenatprog:wont_support_twignatprog:override_axes to natprog:considered_as_axe for claritynatprog:override_pickaxes to natprog:considered_as_pickaxe for claritypebblePlacementBlacklist has been removed in favor of natprog:wont_support_pebbletwigPlacementBlacklist has been removed in favor of natprog:wont_support_twig
Realistic Early-Game, Preventing Tree Punching and More!