EnigmaticaModpacks / Enigmatica2ExpertSkyblock

The official Issue Tracker for Enigmatica 2: Expert Skyblock
https://www.curseforge.com/minecraft/modpacks/enigmatica2expertskyblock
12 stars 14 forks source link

Light Gray Alabaster not craftable #588

Closed DasHeinzchen closed 10 months ago

DasHeinzchen commented 3 years ago

Version: 1.36a

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

NielsPilgaard commented 3 years ago

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