Files
meatballcraft/scripts/TesslocatorGating.zs
T
2025-08-02 16:48:58 +08:00

28 lines
1.8 KiB
Plaintext

recipes.removeShaped(<tesslocator:basic_item_tesslocator>);
mods.extendedcrafting.TableCrafting.addShaped(<tesslocator:basic_item_tesslocator>,
[[<minecraft:iron_ingot>, null, <divinerpg:purple_blaze>, null, <minecraft:iron_ingot>],
[null, <minecraft:hopper>, <ore:paper>, <minecraft:hopper>, null],
[<divinerpg:purple_blaze>, <ore:paper>, <minecraft:wool:*>, <ore:paper>, <divinerpg:purple_blaze>],
[null, <minecraft:hopper>, <ore:paper>, <minecraft:hopper>, null],
[<minecraft:iron_ingot>, null, <divinerpg:purple_blaze>, null, <minecraft:iron_ingot>]]);
recipes.removeShaped(<tesslocator:basic_fluid_tesslocator>);
mods.extendedcrafting.TableCrafting.addShaped(<tesslocator:basic_fluid_tesslocator>,
[[<minecraft:iron_ingot>, null, <divinerpg:purple_blaze>, null, <minecraft:iron_ingot>],
[null, <minecraft:glass_bottle>, <ore:paper>, <minecraft:glass_bottle>, null],
[<divinerpg:purple_blaze>, <ore:paper>, <minecraft:wool:*>, <ore:paper>, <divinerpg:purple_blaze>],
[null, <minecraft:glass_bottle>, <ore:paper>, <minecraft:glass_bottle>, null],
[<minecraft:iron_ingot>, null, <divinerpg:purple_blaze>, null, <minecraft:iron_ingot>]]);
recipes.removeShaped(<tesslocator:basic_energy_tesslocator>);
mods.extendedcrafting.TableCrafting.addShaped(<tesslocator:basic_energy_tesslocator>,
[[<minecraft:iron_ingot>, null, <divinerpg:purple_blaze>, null, <minecraft:iron_ingot>],
[null, <minecraft:redstone>, <ore:paper>, <minecraft:redstone>, null],
[<divinerpg:purple_blaze>, <ore:paper>, <minecraft:wool:*>, <ore:paper>, <divinerpg:purple_blaze>],
[null, <minecraft:redstone>, <ore:paper>, <minecraft:redstone>, null],
[<minecraft:iron_ingot>, null, <divinerpg:purple_blaze>, null, <minecraft:iron_ingot>]]);
recipes.removeShaped(<tesslocator:advanced_energy_tesslocator>);