Add heat to REI

This commit is contained in:
drcrazy 2019-08-20 03:44:54 +03:00
parent 21d77a2d7d
commit fee7d69919
4 changed files with 26 additions and 0 deletions

View file

@ -39,6 +39,10 @@ public class BlastFurnaceRecipe extends RebornRecipe {
public BlastFurnaceRecipe(RebornRecipeType<?> type, Identifier name) {
super(type, name);
}
public int getHeat() {
return heat;
}
@Override
public void deserialize(JsonObject jsonObject) {