Add heat to REI
This commit is contained in:
parent
21d77a2d7d
commit
fee7d69919
4 changed files with 26 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue