1.1.4
Compatibility
Changes
1.1.4 2026-05-06 修复装饰方块十字模型 → carpet,清洁剂贴图修复 1.1.3 2026-05-05 新增清洁剂物品 1.1.2 2026-05-05 装饰方块系统、实体重力、支撑检测 1.1.1 2026-05-04 修复喂猪掉苹果 bug 1.1.0 2026-05-04 充气城堡弹跳系统、水枪射线改造 1.0.1 2026-05-04 创意模式标签页修复 1.0.0 2026-05-04 初始版本 1.1.4 2026-05-06 Fixed decorative block cross model → carpet, cleaned up texture of cleaner 1.1.3 2026-05-05 Added cleaner item 1.1.2 2026-05-05 Decorative block system, entity gravity, support detection 1.1.1 2026-05-04 Fixed bug where feeding pigs dropped apples 1.1.0 2026-05-04 Inflatable castle bounce system, water gun ray redesign 1.0.1 2026-05-04 Creative mode tab fix 1.0.0 2026-05-04 Initial 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:eSNB8lMl:I0CBtBSB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eSNB8lMl:I0CBtBSB"
}

