This commit is contained in:
Ellpeck 2018-10-22 00:21:37 +02:00
parent 20be145768
commit 53fceb8add

View file

@ -259,7 +259,7 @@ public class TileEntityNatureAltar extends TileEntityImpl implements ITickable {
this.container.readNBT(compound);
if (!syncing) {
if (compound.hasKey("recipe_input")) {
if (compound.hasKey("recipe")) {
this.currentRecipe = AltarRecipe.RECIPES.get(new ResourceLocation(compound.getString("recipe")));
this.timer = compound.getInteger("timer");
}