Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 6 hours ago
All versions
0.0.8
Release
AnvilCraftDogePlus 0.0.86 hours ago 5
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
新增镶嵌载体与镶合台,完善逻辑门网络并接入 Modrinth / CurseForge 发布
- 镶嵌载体:新增镶嵌载体与超限镶嵌载体(6 个方向性镶孔、部件化模型 + 方块实体渲染、铁砧锤检视详情)
- 镶合台:新增镶合配方工作方块,并与镶嵌台 1:1 无序互转
- 配方:镶嵌载体改为 4 个红石导线围 1 个 Doge 钢锭
- 镶嵌材料:输入改用红石导线,计数门改用任意按钮,延时门改用任意压力板;移除方向性镶嵌
- 逻辑门:改为按面上升沿触发,计数 / 锁存 / 延时门的设定值与运行值同步到客户端
- 手册:新增镶合台与镶嵌载体页面,机制页补充镶合配方与流程,修正逻辑门属性来源表
- DataGen:重跑生成材料、镶嵌 / 镶合与合成配方;移除 AnvilcraftSmithingCompat,改为从数据包的前置配方派生
- 发布:新增 GitHub Actions release 工作流(mc-publish 同步推送 Modrinth + CurseForge),修正两平台项目 ID
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| AnvilCraftDogePlus-neoforge-1.21.1-0.0.8-sources.jar | Unknown | 268.53 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:x6LoQaYX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hWBjyBp3:x6LoQaYX"
}


