AS Crystal CT method now working to accept any AS crystal
pjc21 opened this issue ยท 3 comments
Modpack version
1.71
Feature Request
In relation to issue #1267 - have only tested with prosperity block but it now accepts crystalAstralAny
# Block of Prosperity
val myCrystal = Utils.getCrystalORIngredient(false, false);
recipes.addShapedMirrored("Block of Prosperity",
<mysticalagriculture:storage:5> * 2,
[[<minecraft:emerald_block>, <botania:grassseeds:*>, <minecraft:quartz_block>],
[<botania:grassseeds:*>, myCrystal, <botania:grassseeds:*>],
[<minecraft:gold_block>, <botania:grassseeds:*>, <minecraft:diamond_block>]]);
To be perfectly honest I'd rather not modify this again, as I'm afraid the recipes would break at some point.
Yeah good point, and you can just get rock crystal essence going for a supply of simple rock crystal anyway.