Files
meatballcraft/scripts/RoostGating.zs
T
PietroSainaghi 35aff91e33 Finally a GIT!
2022-10-06 18:38:10 -07: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>]]);