You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
960 B
22 lines
960 B
print("Initializing 'NA05 - Alterlitium Recipes for New Alterlite'...");
|
|
|
|
// Parchment
|
|
recipes.addShaped("zcm_na_parchment_recipe", <zcm_newalterlite:parchment>,
|
|
[[<ore:fiberHemp>, <ore:leather>, <ore:fiberHemp>],
|
|
[<ore:fiberHemp>, <ore:leather>, <ore:fiberHemp>],
|
|
[<ore:fiberHemp>, <ore:leather>, <ore:fiberHemp>]]);
|
|
|
|
// Unmarked Scroll
|
|
recipes.addShaped("zcm_na_unmarkedscroll_recipe", <zcm_newalterlite:emptyscroll>,
|
|
[[null, <zcm_newalterlite:parchment>, null],
|
|
[null, <ore:paper>, null],
|
|
[null, <ore:paper>, null]]);
|
|
|
|
// Attuned Pearl
|
|
recipes.addShapeless("zcm_na_attunedpearl_recipe", <zcm_newalterlite:attunedpearl>, [<ore:enderpearl>, <naturesaura:gold_powder>]);
|
|
|
|
// Sunlime
|
|
recipes.addShapeless("zcm_na_sunlime_recipe", <zcm_newalterlite:sunlime>, [<ore:foodLemon>, <naturesaura:aura_bottle>.withTag({stored_type: "naturesaura:overworld"})]);
|
|
|
|
|
|
print("Initialization of 'NA05 - Alterlitium Recipes for New Alterlite' has been completed."); |