mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
coal not ingot
-tt
This commit is contained in:
parent
42cfe2ee2e
commit
e534728d66
1 changed files with 0 additions and 2 deletions
|
@ -575,8 +575,6 @@ public final class ItemCrafting{
|
|||
new ItemStack(InitItems.itemMisc, 1, TheMiscItems.QUARTZ.ordinal()), 1F);
|
||||
GameRegistry.addSmelting(new ItemStack(InitItems.itemDust, 1, TheDusts.QUARTZ.ordinal()),
|
||||
new ItemStack(Items.QUARTZ), 1F);
|
||||
GameRegistry.addSmelting(new ItemStack(InitItems.itemDust, 1, TheDusts.COAL.ordinal()),
|
||||
new ItemStack(Items.COAL), 1F);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue