Files
meatballcraft/scripts/RoostGating.zs
T
2026-07-25 16:20:42 -05:00

16 lines
549 B
Plaintext

recipes.remove(<roost:catcher>);
recipes.addShaped(<roost:catcher>,
[[null, <magicbees:resource:11>, null],
[null, <materialpart:vibranium:rod>, null],
[null, <contenttweaker:burned_enchanted_feather>, null]]);
recipes.remove(<roost:roost>);
recipes.remove(<roost:breeder>);
recipes.addShaped(<roost:breeder>,
[[<contenttweaker:jeweled_runium>, <roost:roost>, <contenttweaker:jeweled_runium>],
[<roost:roost>, <draconicevolution:dragon_heart>, <roost:roost>],
[<contenttweaker:jeweled_runium>, <roost:roost>, <contenttweaker:jeweled_runium>]]);