Enigmatica 2: Expert Skyblock - E2ES

Enigmatica 2: Expert Skyblock - E2ES

412k Downloads

Light Gray Alabaster not craftable

DasHeinzchen opened this issue ยท 1 comments

commented

Version: 1.36a

Issue:
The block 'Light Gray Alabaster' of the mod 'Environmental Materials' is not craftable / obtainable.

commented

Thanks for the report. I'm afraid I won't have time to update E2ES further, but placing this in any of the script files will remedy the issue:

# Light Gray Alabaster
recipes.addShaped("Light Gray Alabaster", 
<environmentalmaterials:alabaster:8> * 8, 
[[<ore:emcraftingAlabasterNormal>, <ore:emcraftingAlabasterNormal>, <ore:emcraftingAlabasterNormal>],
[<ore:emcraftingAlabasterNormal>, <ore:dyeLightGray>, <ore:emcraftingAlabasterNormal>], 
[<ore:emcraftingAlabasterNormal>, <ore:emcraftingAlabasterNormal>, <ore:emcraftingAlabasterNormal>]]);