添加配方

This commit is contained in:
GaLicn 2025-09-19 21:25:37 +08:00
parent 57706e9b65
commit 045b363c1b
2 changed files with 13 additions and 0 deletions

View File

@ -21,6 +21,8 @@ public final class ModCreativeTabs {
// 将本模组物品加入创造物品栏
output.accept(ModItems.WIRELESS_TRANSCEIVER.get());
output.accept(ModItems.NETWORK_PATTERN_CONTROLLER.get());
// 装配矩阵上传核心
output.accept(ModItems.ASSEMBLER_MATRIX_UPLOAD_CORE.get());
output.accept(ModItems.ACCELERATOR_4x.get());
output.accept(ModItems.ACCELERATOR_16x.get());
output.accept(ModItems.ACCELERATOR_64x.get());

View File

@ -0,0 +1,11 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{ "item": "expatternprovider:assembler_matrix_wall" },
{ "item": "minecraft:lever" }
],
"result": {
"item": "extendedae_plus:assembler_matrix_upload_core",
"count": 1
}
}