Releases: alcatrazEscapee/no-tree-punching
No Tree Punching 1.20-7.1.0
Changes
- Rework a number of NTP internals to use vanilla Minecraft systems for determining both if a given item is a tool, and if a given tool can harvest a block. This has the major limitation of making more blocks breakable, if they don't themselves define a tool, however it should be more broadly compatible with other mods and tools.
- Add dynamic recipe replacements for log -> plank recipes, to use the axe/saw variants. This should have out-of-the-box compatibility with other mods' woods, rather than maintaining explicit compatibility. As this is un-datapackable, an option is available to disable these recipe replacements in the config.
- Fix recipe removals not working on Forge.
No Tree Punching 1.20-7.0.0
Update to 1.20
Changes
- Due to removals in vanilla, No Tree Punching no longer tries to infer tool types for blocks that have none defined, either in vanilla or other mods. As a result, many more misc. blocks are naturally breakable without a tool.
- (Broken) explicit compatibility for some Forge mods was removed, due to being broken, and not worth the effort to maintain. It may come back in some different form later.
- Other features should work as they did in previous versions.
No Tree Punching 1.19.2-6.0.0
Update to 1.19.2
Hell... It's about time.
No Tree Punching 1.18.2-5.1.0
Changes
This update completely removes and replaces the old config files. There is now one config file, which is the same file on both Forge and Fabric versions. This file is .minecraft/config/notreepunching.toml
Note that editing this file does not immediately reload the config in-game. You can either exit Minecraft and restart, or use the command /notreepunchingReloadConfig
to immediately read, parse, and update the config values.
No Tree Punching 1.18.2-5.0.4
No Tree Punching 1.18.2-5.0.3
No Tree Punching 1.18.2-5.0.2
Changes
This update refactors almost all of this mod's own tags, which were causing issues - mostly in Fabric - with incorrect crafting recipes, or block breaking requirements.
- Add compatibility with various common (
c
) tags for Fabric - Fixes an issue where tools could be crafted without the required ingots/diamonds (due to tag issues) (#224)
- Fixed tall grass not dropping itself when using shears.
No Tree Punching 1.18.2-5.0.1
No Tree Punching 1.18.2-5.0.0
1.18.2 Update!
First off, you may notice, this mod now exists for both Forge and Fabric. It is now developed on a cross-platform setup which should make it much easier to develop for both loaders in future versions.
Changes
- Updated to 1.18.2, Forge, and Fabric.
- Most mechanics should work identically as they did in the 1.16.x versions.
- Ceramic buckets, rather than being identical to vanilla buckets, are now strictly water buckets (they cannot pick up lava), in order to give them a clear distinction from vanilla buckets made from iron.
(Forge) No Tree Punching 1.16.5-4.3.0
A New Years Update for 1.16, before looking forward at 1.18.
Changes
- Removed the crafting recipe for a vanilla soul campfire - it can now be made with the Fire starter by adding one soul soil or soul sand to the normal items to make a campfire. (#213)
- Added config options to disable both crafting functions of the fire starter (
fireStarterCanMakeCampfire
andfireStarterCanMakeSoulCampfire
respectively). - The clay tool now uses a config-defined sequence of blocks, meaning new blocks can be added, or removed, from the clay tool (
potteryBlockSequences
) (#211)