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

This commit is contained in:
C-H716 2025-10-10 21:26:12 +08:00
parent 2a7331b1f3
commit eb185a570a
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

@ -2,6 +2,7 @@
"replace": false,
"values": [
"extendedae_plus:network_pattern_controller",
"extendedae_plus:assembler_matrix_upload_core",
"extendedae_plus:wireless_transceiver",
"extendedae_plus:4x_crafting_accelerator",
"extendedae_plus:16x_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",