Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
{ "module": "moveable-entity-block", "needs": [] },
{ "module": "network", "needs": [] },
{ "module": "font", "needs": [] },
{ "module": "yukkuri", "needs": [] },

{ "module": "explosion", "needs": ["config"] },
{ "module": "rpc", "needs": ["network"] },
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/roseau_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
MODULES=(
codec collision config explosion font integration
moveable-entity-block multiblock network recipe registrum
rpc space-select sync util wheel yukkuri main
rpc space-select sync util wheel main
)

row() {
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,4 @@ run/

reference/
ref/
/.vscode
4 changes: 0 additions & 4 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ AnvilLib adopts a modular design and includes the following functional modules:
| **Registrum** | Simplified registration system |
| **Util** | Shareable utilities |
| **Wheel** | Radial wheel menu client API |
| **Yukkuri** | Large-cauldron vaporization API and runtime |
| **Main** | Aggregated module that bundles all submodules |

## Module Introduction
Expand Down Expand Up @@ -311,7 +310,6 @@ controller.onHoldKeyReleased();
- `moveable-entity-block`
- `registrum`
- `wheel`
- `yukkuri`

`anvillib-test-neoforge-1.21.1` is a development/testing module and is not part of the aggregate runtime artifact.

Expand Down Expand Up @@ -339,7 +337,6 @@ dependencies {
implementation "dev.anvilcraft.lib:anvillib-registrum-neoforge-1.21.1:2.0.0"
implementation "dev.anvilcraft.lib:anvillib-util-neoforge-1.21.1:2.0.0"
implementation "dev.anvilcraft.lib:anvillib-wheel-neoforge-1.21.1:2.0.0"
implementation "dev.anvilcraft.lib:anvillib-yukkuri-neoforge-1.21.1:2.0.0"
}
```

Expand All @@ -364,7 +361,6 @@ dependencies {
implementation("dev.anvilcraft.lib:anvillib-registrum-neoforge-1.21.1:2.0.0")
implementation("dev.anvilcraft.lib:anvillib-util-neoforge-1.21.1:2.0.0")
implementation("dev.anvilcraft.lib:anvillib-wheel-neoforge-1.21.1:2.0.0")
implementation("dev.anvilcraft.lib:anvillib-yukkuri-neoforge-1.21.1:2.0.0")
}
```

Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ AnvilLib 采用模块化设计,包含以下功能模块:
| **Registrum** | 简化的注册系统 |
| **Util** | 可共享的工具方法 |
| **Wheel** | 轮盘菜单客户端 API |
| **Yukkuri** | 大型炼药锅液体气化 API 与运行时 |
| **Main** | 聚合模块(包含全部子模块) |

## 模块介绍
Expand Down Expand Up @@ -313,7 +312,6 @@ controller.onHoldKeyReleased();
- `registrum`
- `util`
- `wheel`
- `yukkuri`

`anvillib-test-neoforge-1.21.1` 为开发/测试模块,不包含在聚合运行时产物中。

Expand Down Expand Up @@ -341,7 +339,6 @@ dependencies {
implementation "dev.anvilcraft.lib:anvillib-registrum-neoforge-1.21.1:2.0.0"
implementation "dev.anvilcraft.lib:anvillib-util-neoforge-1.21.1:2.0.0"
implementation "dev.anvilcraft.lib:anvillib-wheel-neoforge-1.21.1:2.0.0"
implementation "dev.anvilcraft.lib:anvillib-yukkuri-neoforge-1.21.1:2.0.0"
}
```

Expand All @@ -367,7 +364,6 @@ dependencies {
implementation("dev.anvilcraft.lib:anvillib-registrum-neoforge-1.21.1:2.0.0")
implementation("dev.anvilcraft.lib:anvillib-util-neoforge-1.21.1:2.0.0")
implementation("dev.anvilcraft.lib:anvillib-wheel-neoforge-1.21.1:2.0.0")
implementation("dev.anvilcraft.lib:anvillib-yukkuri-neoforge-1.21.1:2.0.0")
}
```

Expand Down
2 changes: 0 additions & 2 deletions module.main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ dependencies {
jarJar(api("dev.anvilcraft.lib:anvillib-sync-neoforge-1.21.1:latest.release"))
jarJar(api("dev.anvilcraft.lib:anvillib-util-neoforge-1.21.1:latest.release"))
jarJar(api("dev.anvilcraft.lib:anvillib-wheel-neoforge-1.21.1:latest.release"))
jarJar(api("dev.anvilcraft.lib:anvillib-yukkuri-neoforge-1.21.1:latest.release"))
} else {
jarJar(api project(":anvillib-codec-neoforge-1.21.1"))
jarJar(api project(":anvillib-collision-neoforge-1.21.1"))
Expand All @@ -164,7 +163,6 @@ dependencies {
jarJar(api project(":anvillib-sync-neoforge-1.21.1"))
jarJar(api project(":anvillib-util-neoforge-1.21.1"))
jarJar(api project(":anvillib-wheel-neoforge-1.21.1"))
jarJar(api project(":anvillib-yukkuri-neoforge-1.21.1"))
}
}

Expand Down
41 changes: 0 additions & 41 deletions module.yukkuri/README.md

This file was deleted.

Loading
Loading