/
I've been super busy with work lately, so further updates are on an as-needed basis or unless someone provides a PR for a fix or requested feature, like this one! Thanks for understanding ❤️
makeGroundBlocksHarder feature, the blocks that are considered "ground" are now determined via
the Block tag natprog:earthy_blocksnatprog:woods_requiring_tool because Mojang decided to remove a fundamental component
of Blocks that has been there since before I started modding in Beta 1.7.3 😡makeGroundBlocksHarder feature, the blocks that are considered "ground" are now determined via
the Block tag natprog:earthy_blocksnatprog:woods_requiring_tool because Mojang decided to remove a fundamental component
of Blocks that has been there since before I started modding in Beta 1.7.3 😡makeGroundBlocksHarder feature, the blocks that are considered "ground" are now determined via
the Block tag natprog:earthy_blocksnatprog:woods_requiring_tool because Mojang decided to remove a fundamental component
of Blocks that has been there since before I started modding in Beta 1.7.3 😡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_twigmakeGroundBlocksHarder feature, the blocks that are considered "ground" are now determined via
the Block tag natprog:earthy_blocksnatprog:woods_requiring_tool because Mojang decided to remove a fundamental component
of Blocks that has been there since before I started modding in Beta 1.7.3 😡
Realistic Early-Game, Preventing Tree Punching and More!