1.4.3
This commit is contained in:
parent
f222410f95
commit
1449df8f8b
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -26,4 +26,5 @@ run-data
|
||||||
repo
|
repo
|
||||||
|
|
||||||
othermods
|
othermods
|
||||||
crashreport
|
crashreport
|
||||||
|
.cursor
|
||||||
|
|
@ -24,7 +24,7 @@ license="All Rights Reserved"
|
||||||
modId="extendedae_plus" #mandatory
|
modId="extendedae_plus" #mandatory
|
||||||
|
|
||||||
# The version number of the mod
|
# 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
|
# A display name for the mod
|
||||||
displayName="ExtendedAE-Plus" #mandatory
|
displayName="ExtendedAE-Plus" #mandatory
|
||||||
|
|
|
||||||
|
|
@ -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 }
|
||||||
|
}
|
||||||
|
|
@ -4,5 +4,5 @@
|
||||||
{ "item": "ae2:advanced_card" },
|
{ "item": "ae2:advanced_card" },
|
||||||
{ "item": "extendedae_plus:wireless_transceiver" }
|
{ "item": "extendedae_plus:wireless_transceiver" }
|
||||||
],
|
],
|
||||||
"result": { "item": "extendedae_plus:channel_card", "count": 1 }
|
"result": { "id": "extendedae_plus:channel_card", "count": 1 }
|
||||||
}
|
}
|
||||||
|
|
@ -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 }
|
||||||
|
}
|
||||||
|
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user