Light Gray Alabaster not craftable
DasHeinzchen opened this issue ยท 1 comments
Version: 1.36a
Issue:
The block 'Light Gray Alabaster' of the mod 'Environmental Materials' is not craftable / obtainable.
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>]]);