feat: 添加上传核心的掉落物和工具加速

This commit is contained in:
C-H716 2025-10-10 20:57:59 +08:00
parent a4b3306ad9
commit 6aa43a64ee
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "extendedae_plus:assembler_matrix_upload_core"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View File

@ -3,6 +3,7 @@
"values": [
"extendedae_plus:network_pattern_controller",
"extendedae_plus:wireless_transceiver",
"extendedae_plus:assembler_matrix_upload_core",
"extendedae_plus:4x_crafting_accelerator",
"extendedae_plus:16x_crafting_accelerator",
"extendedae_plus:64x_crafting_accelerator",

View File

@ -2,6 +2,7 @@
"replace": false,
"values": [
"extendedae_plus:wireless_transceiver",
"extendedae_plus:assembler_matrix_upload_core",
"extendedae_plus:4x_crafting_accelerator",
"extendedae_plus:16x_crafting_accelerator",
"extendedae_plus:64x_crafting_accelerator",