Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 weeks ago
Updated 2 weeks ago
All versions
0.1.2-alpha
Alpha
Closer to beta release3 weeks ago 5
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Data Pack
Changes
- Torchflower now emits light
- Crops age 0 emit 2, age 1 emit 4 and adults emit 8
- The block above the plant must be air for the plant to emit light since it uses light blocks to add light
- Special thanks to nugrevan for making Better Torchflower! I used it as a reference when making my system
- Potions can be stacked up to 16, Splash Potions can be stacked up to 4
- Enchantments:
- Heavy
- Non Treasure (Appears when Enchanting/Trading)
- Makes the player immune to levitation
- Applies to chest armor
- Channeling now summons thunder no matter the weather
- The reasoning behind this is that I think it's a cool enchantment and it's a shame that you can only use it when raining
- Impaling parity with bedrock + Drowned are also sensitive to impaling
- Reasoning is same as above but for underwater mobs
- Heavy
- Fixes:
- Added advancements for granting raw ore block smeting/blasting recipes
- Technical side:
- Some parts of the datapack have been moved to separate namespaces, prefixed with "nitpicks". It should be easier to spot things around and remove/tweak
- Compass/Clock info are kept in the "nitpicks" namespace
- Recipes are kept in the minecraft/recipe folder
- Photosynthesis enchantment nerfed: Only runs every second instead of every tick
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:2o8tV2pa:gCXoaHYZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2o8tV2pa:gCXoaHYZ"
}

