Fix https://github.com/tracer4b/nomi-ceu/issues/282, and Coal Coke Chisel blocks too.
This commit is contained in:
IntegerLimit 2023-03-14 22:07:47 +11:00
parent f9be9f4506
commit de47ce2944

View File

@ -1322,6 +1322,13 @@ for oreDictEntry, items in miscDisabled {
<ore:ingotDraconiumAwakened>.add(<metaitem:ingotAwakenedDraconium>);
<ore:nuggetDraconiumAwakened>.add(<metaitem:nuggetAwakenedDraconium>);
// Chisel Blocks fix
// Aluminium (not aluminum)
<ore:blockAluminum>.add(<metaitem:blockAluminium>);
// Coal Coke (not fuelCoke)
<ore:blockCoalCoke>.add(<metaitem:blockCoke>);
//Ores
<ore:oreIron>.add(<minecraft:iron_ore>);
<ore:oreCoal>.add(<minecraft:coal_ore>);