mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
fuck you
This commit is contained in:
parent
e534728d66
commit
349640c07f
1 changed files with 2 additions and 0 deletions
|
@ -575,6 +575,8 @@ 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