Removed silicon coal requirement
This commit is contained in:
@@ -40,7 +40,7 @@ public class CraftingBlocks extends BlockList implements ContentList{
|
|||||||
hasLiquids = false;
|
hasLiquids = false;
|
||||||
flameColor = Color.valueOf("ffef99");
|
flameColor = Color.valueOf("ffef99");
|
||||||
|
|
||||||
consumes.items(new ItemStack(Items.coal, 1), new ItemStack(Items.sand, 2));
|
consumes.items(new ItemStack(Items.sand, 2));
|
||||||
consumes.power(0.05f);
|
consumes.power(0.05f);
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user