Links
Tags
Creators
Details
0.0.8-bugfix
Compatibility
Required content
Changes
修复溜槽发射器发射崩溃、非门链误判振荡,并调整镶嵌载体配方
- 溜槽发射器:调用原版 / AnvilCraft 发射行为时改用真正的发射器状态承载朝向。非磁力变体使用五向 FACING_HOPPER,而发射行为(DefaultDispenseItemBehavior、DispenserBlock.getDispensePosition、ModDispenserBehavior 等)都会读取六向DispenserBlock.FACING,直接传入自身状态会抛 IllegalArgumentException。
- 逻辑门振荡检测:改为只比较结算收敛后的真实输出,结算途中「清零 → 逐跳恢复」的中间值仅记为未收敛候选;只有网络确实无法收敛时才按未收敛轮次计数。避免两个非门顺序相接时下游非门每轮累积假翻转、达到阈值被误破坏。移除因此不再需要的 postReset 标记。
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| AnvilCraftDogePlus-neoforge-1.21.1-0.0.8-bugfix-sources.jar | Unknown | 269.16 KiB |
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:hWBjyBp3:LqfHkDaW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hWBjyBp3:LqfHkDaW"
}

