All versions
1.0.4.8
Beta
The Wax gourd 1.0.4.8last week 150
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
降低了地物生成的性能
添加了富粉根茎和相关的物品/方块,可以在土冬瓜根内发现
富粉根茎:相当于小麦,可以做面包,也可以直接食用
根茎藤:类似于植物根茎,有三种放置的模型
富粉根茎块:富粉根茎的压缩形式
降低了土冬瓜根的生成概率
向土冬瓜根的战利品表内添加更多物品
土冬瓜花现在可以使用斧头快速破坏了

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:dRQ5dmoF:TiQbl7A7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dRQ5dmoF:TiQbl7A7"
}


