feat: 添加上传核心的掉落物和工具加速
This commit is contained in:
parent
2a7331b1f3
commit
eb185a570a
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user