Tags
Creators
Details
1.19.2-2.3.5
Compatibility
Changes
Natural Progression Changelog (1.19.x)
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_toolsis a list of tools which have the same tier as Wood that can still be used whentoolNeuteringis enablednatprog:allowed_stone_toolsis a list of tools which have the same tier as Stone that can still be used whentoolNeuteringis 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.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:VkVpYDxO:wRC7J0DT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VkVpYDxO:wRC7J0DT"
}

