File Details
NatProg 1.19.2 2.3.6
- R
- Dec 14, 2023
- 367.07 KB
- 201.8K
- 1.19.2
- Forge
File Name
NaturalProgression-1.19.2-2.3.6.jar
Supported Versions
- 1.19.2
Curse Maven Snippet
Natural Progression Changelog (1.19.x)
2.3.6
Added:
- New config option for the "Incorrect Tool" damage - thank you Saereth!
- Config option to control the Knapping mechanic entirely
Fixed:
- Some of the Create Pebbles having a Missing Texture
2.3.5
Added:
- 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 enabled
- natprog:allowed_stone_tools is a list of tools which have the same tier as
Stone that can still be used when toolNeutering is enabled
-
New Block Tags for blacklisting which blocks twigs and pebbles can be placed on:
natprog:wont_support_pebblenatprog:wont_support_twig
Changed:
- Renamed tag
natprog:override_axestonatprog:considered_as_axefor clarity - Renamed tag
natprog:override_pickaxestonatprog:considered_as_pickaxefor clarity - Config entry
pebblePlacementBlacklisthas been removed in favor ofnatprog:wont_support_pebble - Config entry
twigPlacementBlacklisthas been removed in favor ofnatprog:wont_support_twig - Internal refactor to match new dev style (Thanks UnrealEngine!). Should see no practical change.

