This commit is contained in:
GaLicn 2025-09-28 00:30:14 +08:00
parent f222410f95
commit 1449df8f8b
6 changed files with 28 additions and 15 deletions

3
.gitignore vendored
View File

@ -26,4 +26,5 @@ run-data
repo
othermods
crashreport
crashreport
.cursor

View File

@ -24,7 +24,7 @@ license="All Rights Reserved"
modId="extendedae_plus" #mandatory
# The version number of the mod
version="1.21.1-1.4.4" #mandatory
version="1.21.1-1.4.3" #mandatory
# A display name for the mod
displayName="ExtendedAE-Plus" #mandatory

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{ "item": "extendedae:assembler_matrix_wall" },
{ "item": "minecraft:lever" }
],
"result": { "id": "extendedae_plus:assembler_matrix_upload_core", "count": 1 }
}

View File

@ -4,5 +4,5 @@
{ "item": "ae2:advanced_card" },
{ "item": "extendedae_plus:wireless_transceiver" }
],
"result": { "item": "extendedae_plus:channel_card", "count": 1 }
}
"result": { "id": "extendedae_plus:channel_card", "count": 1 }
}

View File

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{ "item": "minecraft:turtle_helmet" },
{ "item": "minecraft:dragon_head" },
{ "item": "minecraft:totem_of_undying" },
{ "item": "minecraft:echo_shard" },
{ "item": "ae2:cell_component_256k" },
{ "item": "minecraft:heart_of_the_sea" },
{ "item": "minecraft:nether_star" },
{ "item": "minecraft:netherite_block" },
{ "item": "minecraft:enchanted_golden_apple" }
],
"result": { "id": "extendedae_plus:infinity_biginteger_cell", "count": 1 }
}

View File

@ -1,11 +0,0 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{ "item": "expatternprovider:assembler_matrix_wall" },
{ "item": "minecraft:lever" }
],
"result": {
"item": "extendedae_plus:assembler_matrix_upload_core",
"count": 1
}
}