Fix multiplayer crashes
This commit is contained in:
parent
398d74dedc
commit
739f4c21e8
13 changed files with 232 additions and 220 deletions
|
@ -46,6 +46,12 @@ 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