hotfix2 scripts

This commit is contained in:
ZHAY10086
2026-04-14 09:14:52 +08:00
parent 646636fe14
commit 0bdfcc7acc
19 changed files with 194 additions and 27 deletions
+29 -3
View File
@@ -1028,9 +1028,35 @@ recipes.addShapeless(<ae2stuff:wireless_hub:0>,
recipes.removeShaped(<cells:export_essentia_interface>);
mods.extendedcrafting.TableCrafting.addShaped(<cells:export_essentia_interface>,
[[<extendedcrafting:material:16>, null, <thaumcraft:jar_normal>, null, <extendedcrafting:material:16>],
[null, null, <extendedcrafting:material:8>, null, null],
[<thaumcraft:jar_normal>, <appliedenergistics2:material:43>, <appliedenergistics2:material:12>, <appliedenergistics2:material:43>, <thaumcraft:jar_normal>],
[null, null, <thaumicenergistics:essentia_export>, null, null],
[<extendedcrafting:material:16>, null, <thaumcraft:jar_normal>, null, <extendedcrafting:material:16>]]);
recipes.removeShaped(<cells:import_essentia_interface>);
mods.extendedcrafting.TableCrafting.addShaped(<cells:export_essentia_interface>,
[[<extendedcrafting:material:16>, null, <thaumcraft:jar_normal>, null, <extendedcrafting:material:16>],
[null, null, <extendedcrafting:material:8>, null, null],
[<thaumcraft:jar_normal>, <appliedenergistics2:material:44>, <appliedenergistics2:material:12>, <appliedenergistics2:material:44>, <thaumcraft:jar_normal>],
[null, null, <thaumicenergistics:essentia_import>, null, null],
[<extendedcrafting:material:16>, null, <thaumcraft:jar_normal>, null, <extendedcrafting:material:16>]]);
recipes.remove(<cells:pull_card>);
recipes.addShaped(<cells:pull_card>,
[[<minecraft:sticky_piston>, <appliedenergistics2:material:28>, <minecraft:sticky_piston>],
[<minecraft:sticky_piston>, <tesslocator:basic_item_tesslocator>, <minecraft:sticky_piston>],
[<minecraft:sticky_piston>, <modularrouters:blank_module>, <minecraft:sticky_piston>]]);
recipes.remove(<cells:push_card>);
recipes.addShaped(<cells:push_card>,
[[<minecraft:piston>, <appliedenergistics2:material:28>, <minecraft:piston>],
[<minecraft:piston>, <tesslocator:basic_item_tesslocator>, <minecraft:piston>],
[<minecraft:piston>, <modularrouters:blank_module>, <minecraft:piston>]]);