修复配方失效问题

This commit is contained in:
GaLicn 2025-09-08 13:13:48 +08:00
parent f268844fc7
commit 2f7c74027c
17 changed files with 191 additions and 1 deletions

View File

@ -32,7 +32,7 @@ mod_name=ExtendedAE-Plus
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=All Rights Reserved
# The mod version. See https://semver.org/
mod_version=1.21.1-1.4.0
mod_version=1.21.1-1.4.0-fix
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" ",
"ACA",
" "
],
"key": {
"A": { "item": "ae2:cell_component_256k" },
"C": { "item": "extendedae_plus:256x_crafting_accelerator" }
},
"result": { "id": "extendedae_plus:1024x_crafting_accelerator", "count": 1 }
}

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{ "item": "ae2:crafting_accelerator" },
{ "item": "ae2:cell_component_16k" }
],
"result": { "id": "extendedae_plus:16x_crafting_accelerator", "count": 1 }
}

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{ "item": "ae2:crafting_accelerator" },
{ "item": "ae2:cell_component_256k" }
],
"result": { "id": "extendedae_plus:256x_crafting_accelerator", "count": 1 }
}

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{ "item": "ae2:crafting_accelerator" },
{ "item": "ae2:cell_component_4k" }
],
"result": { "id": "extendedae_plus:4x_crafting_accelerator", "count": 1 }
}

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{ "item": "ae2:crafting_accelerator" },
{ "item": "ae2:cell_component_64k" }
],
"result": { "id": "extendedae_plus:64x_crafting_accelerator", "count": 1 }
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{ "item": "ae2:semi_dark_monitor" },
{ "item": "ae2:pattern_provider" },
{ "item": "ae2:network_tool" }
],
"result": {
"id": "extendedae_plus:network_pattern_controller",
"count": 1
}
}

View File

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"pattern": [
"RRR",
"RLR",
"RRR"
],
"key": {
"R": { "item": "ae2:quantum_ring" },
"L": { "item": "ae2:quantum_link" }
},
"result": {
"id": "extendedae_plus:wireless_transceiver",
"count": 1
}
}

View File

@ -0,0 +1,12 @@
{
"replace": false,
"values": [
"extendedae_plus:network_pattern_controller",
"extendedae_plus:wireless_transceiver",
"extendedae_plus:4x_crafting_accelerator",
"extendedae_plus:16x_crafting_accelerator",
"extendedae_plus:64x_crafting_accelerator",
"extendedae_plus:256x_crafting_accelerator",
"extendedae_plus:1024x_crafting_accelerator"
]
}

View File

@ -0,0 +1,11 @@
{
"replace": false,
"values": [
"extendedae_plus:wireless_transceiver",
"extendedae_plus:4x_crafting_accelerator",
"extendedae_plus:16x_crafting_accelerator",
"extendedae_plus:64x_crafting_accelerator",
"extendedae_plus:256x_crafting_accelerator",
"extendedae_plus:1024x_crafting_accelerator"
]
}