diff --git a/.gitignore b/.gitignore index 7583cea..34a8beb 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,5 @@ run-data repo othermods -crashreport \ No newline at end of file +crashreport +.cursor \ No newline at end of file diff --git a/build/generated/sources/modMetadata/META-INF/neoforge.mods.toml b/build/generated/sources/modMetadata/META-INF/neoforge.mods.toml index d8c7372..4eba2b3 100644 --- a/build/generated/sources/modMetadata/META-INF/neoforge.mods.toml +++ b/build/generated/sources/modMetadata/META-INF/neoforge.mods.toml @@ -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 diff --git a/src/main/resources/data/extendedae_plus/recipe/assembler_matrix_upload_core.json b/src/main/resources/data/extendedae_plus/recipe/assembler_matrix_upload_core.json new file mode 100644 index 0000000..d3931e0 --- /dev/null +++ b/src/main/resources/data/extendedae_plus/recipe/assembler_matrix_upload_core.json @@ -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 } +} \ No newline at end of file diff --git a/src/main/resources/data/extendedae_plus/recipes/channel_card.json b/src/main/resources/data/extendedae_plus/recipe/channel_card.json similarity index 69% rename from src/main/resources/data/extendedae_plus/recipes/channel_card.json rename to src/main/resources/data/extendedae_plus/recipe/channel_card.json index d6b23ce..e379671 100644 --- a/src/main/resources/data/extendedae_plus/recipes/channel_card.json +++ b/src/main/resources/data/extendedae_plus/recipe/channel_card.json @@ -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 } +} \ No newline at end of file diff --git a/src/main/resources/data/extendedae_plus/recipe/infinity_biginteger_cell.json b/src/main/resources/data/extendedae_plus/recipe/infinity_biginteger_cell.json new file mode 100644 index 0000000..2b10715 --- /dev/null +++ b/src/main/resources/data/extendedae_plus/recipe/infinity_biginteger_cell.json @@ -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 } +} \ No newline at end of file diff --git a/src/main/resources/data/extendedae_plus/recipes/assembler_matrix_upload_core.json b/src/main/resources/data/extendedae_plus/recipes/assembler_matrix_upload_core.json deleted file mode 100644 index 12ca196..0000000 --- a/src/main/resources/data/extendedae_plus/recipes/assembler_matrix_upload_core.json +++ /dev/null @@ -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 - } -}