Files
meatballcraft/scripts/AstralGating.zs
T
PietroSainaghi 35aff91e33 Finally a GIT!
2022-10-06 18:38:10 -07:00

16 lines
741 B
Plaintext

recipes.remove(<astralsorcery:blockblackmarble>);
recipes.addShaped(<astralsorcery:blockblackmarble:0>*32,
[[<ore:stoneMarble>, <ore:stoneMarble>, <ore:stoneMarble>],
[<ore:stoneMarble>, <appliedenergistics2:material:12>, <ore:stoneMarble>],
[<ore:stoneMarble>, <ore:stoneMarble>, <ore:stoneMarble>]]);
recipes.addShaped(<projectred-exploration:stone:1>*4,
[[<ore:stoneMarble>, null, <ore:stoneMarble>],
[null, null, null],
[<ore:stoneMarble>, null, <ore:stoneMarble>]]);
recipes.addShaped(<astralsorcery:blockblackmarble:0>*8,
[[<ore:stoneMarble>, <ore:stoneMarble>, <ore:stoneMarble>],
[<ore:stoneMarble>, <astralsorcery:blockaltar:0>.reuse(), <ore:stoneMarble>],
[<ore:stoneMarble>, <ore:stoneMarble>, <ore:stoneMarble>]]);