Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 3 weeks ago
All versions
v1.4
Release
Patchouli Update3 weeks ago 12
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
v1.4 - Patchouli Update
2026-07-20
-> Patchouli:
- Added Patchouli integration, the Fisecraft lexicon!
- This way, you can read about everything ingame (and there is no wiki yet, so...)
- It is mostly complete but short, and will be expanded in the future
- Categories: Creatures, Dire, Misc., Mobility, Nature
- Pages in each category:
- Creatures: Dire Knight, Endeye, Rootglass, Rootguardian
- Dire: Dire Blocks, Dire Pain Sword, Dire Shard, Direrer
- Misc.: Glass, Roots, Structures, Vanilla Recipes, Zerull
- Mobility: Airplane Block, Digelevator, Ender Fruit, Escapelevator, Hourglass Idol
- Nature: Aloee Vera, Avyrya, Honey Squash, Kremelo, Light Flower, Shadow Flower
- 1 new item (48 total)
- 1 new recipe (101 total)
-> Rootguardian:
- Added boss music that plays during the fight!
- Song name: The Guard of Time (unreleased so far)
- Fixed Special Sand Attack issue
-> WorldGen:
- Zerull Ore is now slightly less common and spawns two Y higher on average (= roughly equal stone/deepslate quantities)
- Adjusted spawn values for Roots and Block of Roots
- Fixed issue with Block of Roots not properly generating at Y=-50 to -25
-> Other:
- Updated mod logo from the old logo to a low-res version of the new one
- Updated authors from Made by Schrottii to Schrottii / Balnoom
- Changed changelog.txt to PATCH_NOTES.md
Optional dependencies
Any compatible version
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:3nXHfUs9:yjK857Ey"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3nXHfUs9:yjK857Ey"
}

