promotional bannermobile promotional banner

Natural Progression

Realistic Early-Game, Preventing Tree Punching and More!

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

Forge

implementation fg.deobf("curse.maven:natural-progressions-349530:4956684")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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_pebble
    • natprog:wont_support_twig

Changed:

  • Renamed tag natprog:override_axes to natprog:considered_as_axe for clarity
  • Renamed tag natprog:override_pickaxes to natprog:considered_as_pickaxe for clarity
  • Config entry pebblePlacementBlacklist has been removed in favor of natprog:wont_support_pebble
  • Config entry twigPlacementBlacklist has been removed in favor of natprog:wont_support_twig
  • Internal refactor to match new dev style (Thanks UnrealEngine!). Should see no practical change.