Tags
Creators
Details
0.4.3+1.21.1+fabric
Compatibility
Required content
Changes
Additions:
Added the Stranghoul, a NPC mob that you can barter with, or hire
Added the Stranghoul Den, a structure where Stranghouls can spawn in
Added the Seeds Launcher, a weapon that can launch plenty of seeds at your enemy. It acts like a shotgun
Added the Drying Rack to obtain leather or Rotten Flesh Jerky (when put on a campfire) from Rotten Flesh
Added the Zombified Ratlin that can spawn in the Dark Swamp
Added a visual effect for the portal
Tweaks:
Teary effect can now cancel mobs' attack target, affected mob will develop immunity towards this after a certain period of time. Bosses are naturally immune
Modified sickles' recipes
Starlit Lily Pad can have flowers now (bone meal or natural)
Moonlight Lily Pad, Starlit Lily Pad, Moonlight Duckweed can grow in the Dark Swamp now
Nerfed sickles
Nerfed Lunar Berries
Added a tag to define entities that cannot be pulled by the Chain of Souls
Stone spikes are now made of Grimstone and Glowing Grimstone and they no longer contain ores
Handful of retextures
Fixes:
Fixed incorrect storage method of BakedModels (thanks to embeddedt)
Fixed incorrect tool requirement of redstone ores
Fixed stone spikes generating on top of trees
Fixed Ents' incorrect drops
Fixed a bug that crashes the game when a Tear Bomb is ignited
Fixed Wand of Teleportation bypassing some checks
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:XvcfUGfB:8DkHO6Z6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XvcfUGfB:8DkHO6Z6"
}

