feat: 添加上传核心的掉落物和工具加速
This commit is contained in:
parent
a4b3306ad9
commit
6aa43a64ee
|
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
"values": [
|
"values": [
|
||||||
"extendedae_plus:network_pattern_controller",
|
"extendedae_plus:network_pattern_controller",
|
||||||
"extendedae_plus:wireless_transceiver",
|
"extendedae_plus:wireless_transceiver",
|
||||||
|
"extendedae_plus:assembler_matrix_upload_core",
|
||||||
"extendedae_plus:4x_crafting_accelerator",
|
"extendedae_plus:4x_crafting_accelerator",
|
||||||
"extendedae_plus:16x_crafting_accelerator",
|
"extendedae_plus:16x_crafting_accelerator",
|
||||||
"extendedae_plus:64x_crafting_accelerator",
|
"extendedae_plus:64x_crafting_accelerator",
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
"replace": false,
|
"replace": false,
|
||||||
"values": [
|
"values": [
|
||||||
"extendedae_plus:wireless_transceiver",
|
"extendedae_plus:wireless_transceiver",
|
||||||
|
"extendedae_plus:assembler_matrix_upload_core",
|
||||||
"extendedae_plus:4x_crafting_accelerator",
|
"extendedae_plus:4x_crafting_accelerator",
|
||||||
"extendedae_plus:16x_crafting_accelerator",
|
"extendedae_plus:16x_crafting_accelerator",
|
||||||
"extendedae_plus:64x_crafting_accelerator",
|
"extendedae_plus:64x_crafting_accelerator",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user