mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
woops
This commit is contained in:
parent
20be145768
commit
53fceb8add
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ public class TileEntityNatureAltar extends TileEntityImpl implements ITickable {
|
||||||
this.container.readNBT(compound);
|
this.container.readNBT(compound);
|
||||||
|
|
||||||
if (!syncing) {
|
if (!syncing) {
|
||||||
if (compound.hasKey("recipe_input")) {
|
if (compound.hasKey("recipe")) {
|
||||||
this.currentRecipe = AltarRecipe.RECIPES.get(new ResourceLocation(compound.getString("recipe")));
|
this.currentRecipe = AltarRecipe.RECIPES.get(new ResourceLocation(compound.getString("recipe")));
|
||||||
this.timer = compound.getInteger("timer");
|
this.timer = compound.getInteger("timer");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue