Enigmatica 2: Expert - E2E

Enigmatica 2: Expert - E2E

2M Downloads

AS Crystal CT method now working to accept any AS crystal

pjc21 opened this issue ยท 3 comments

commented

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>]]);

2019-11-15_07 30 03

commented

To be perfectly honest I'd rather not modify this again, as I'm afraid the recipes would break at some point.

commented

Yeah good point, and you can just get rock crystal essence going for a supply of simple rock crystal anyway.

commented

But thanks anyway :)