2.3+1.20.1
Compatibility
Changes
UPDATE 2.3
#What's new?
-
Added AI to Giant Zombie. So, you can spawn him, use Mysterious Medicine at ZOMBIE.
-
Giant Zombie drops: some Diamond and Golden Apple.
-
Underground Structures have been added! In them you can find a chest in which there will be items, but mostly food!
#Structures
-
Underground Mini Camps 7
-
Underground Camps 2
-
Deepslate Mini Camps 5
-
Deepslate Camps 4
-
-
Some photos can be viewed in Images
#Changes
-
Fixed health dupe (i delete additional hearts at golden turnip :( Maybe I'll return it later )
-
Golden Turnip (now gives Regeneration 2 and Absorption 2, Strength 1)
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:FWOWH92B:7dxD7pvC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FWOWH92B:7dxD7pvC"
}

