Links
Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 7 months ago
Updated 3 days ago
All versions
1.7
Release
Carpet EDTP Addition 1.73 weeks ago 50
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
Quilt
Supported environments
Server-side
Client and server
Changes
更新内容
新内容:
- 添加规则:
tntBreaksWithoutDrops:TNT 爆炸破坏方块时不会产生掉落物。noMobFarmlandTrampling:阻止玩家以外的生物踩坏耕地。featherFallingPreventsFarmlandTrampling:穿着带有摔落保护附魔靴子的玩家不会踩坏耕地。
Bug 修复:
- 修复了
resonantWater与 ViaFabricPlus 的水桶逻辑 Mixin 冲突,规则原有功能不受影响。
Update Details
What's New:
- Added rules:
tntBreaksWithoutDrops: Prevents blocks destroyed by TNT explosions from dropping items.noMobFarmlandTrampling: Prevents non-player mobs from trampling farmland.featherFallingPreventsFarmlandTrampling: Prevents players wearing boots enchanted with Feather Falling from trampling farmland.
Bug Fixes:
- Fixed a bucket-logic Mixin conflict between
resonantWaterand ViaFabricPlus without changing the rule's existing behavior.
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:slX6HdVH:PIsdpupy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:slX6HdVH:PIsdpupy"
}

