Refactor machine ingredients
This commit is contained in:
parent
a7de6b428a
commit
0118d5a999
3 changed files with 10 additions and 10 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue