Refactor machine ingredients

This commit is contained in:
modmuss50 2019-07-28 14:50:06 +01:00
parent a7de6b428a
commit 0118d5a999
3 changed files with 10 additions and 10 deletions

View file

@ -46,12 +46,6 @@ public class BlastFurnaceRecipe extends RebornRecipe {
heat = JsonHelper.getInt(jsonObject, "heat");
}
@Override
public void serialize(JsonObject jsonObject) {
super.serialize(jsonObject);
jsonObject.addProperty("heat", heat);
}
@Override
public boolean canCraft(final BlockEntity blockEntity) {
if (blockEntity instanceof IndustrialBlastFurnaceBlockEntity) {