Fix https://github.com/tracer4b/nomi-ceu/issues/282, and Coal Coke Chisel blocks too.
This commit is contained in:
parent
f9be9f4506
commit
de47ce2944
@ -1322,6 +1322,13 @@ for oreDictEntry, items in miscDisabled {
|
|||||||
<ore:ingotDraconiumAwakened>.add(<metaitem:ingotAwakenedDraconium>);
|
<ore:ingotDraconiumAwakened>.add(<metaitem:ingotAwakenedDraconium>);
|
||||||
<ore:nuggetDraconiumAwakened>.add(<metaitem:nuggetAwakenedDraconium>);
|
<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
|
//Ores
|
||||||
<ore:oreIron>.add(<minecraft:iron_ore>);
|
<ore:oreIron>.add(<minecraft:iron_ore>);
|
||||||
<ore:oreCoal>.add(<minecraft:coal_ore>);
|
<ore:oreCoal>.add(<minecraft:coal_ore>);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user