diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-11-03 13:56:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 13:56:41 +0100 |
commit | f26c10e527cc4588182290cf7a6484576cefe08f (patch) | |
tree | e5c96d9c65fe42c52904d46e2ad88cb5f7b74538 /src | |
parent | 2a6dbf5407b5772db3ac0d203da3cdfac13d69d5 (diff) | |
download | NotEnoughUpdates-f26c10e527cc4588182290cf7a6484576cefe08f.tar.gz NotEnoughUpdates-f26c10e527cc4588182290cf7a6484576cefe08f.tar.bz2 NotEnoughUpdates-f26c10e527cc4588182290cf7a6484576cefe08f.zip |
Fixed the biggest bug in neu history (#419)
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/recipes/EssenceUpgrades.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/recipes/EssenceUpgrades.java b/src/main/java/io/github/moulberry/notenoughupdates/recipes/EssenceUpgrades.java index 0c4bfbdf..69c1a912 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/recipes/EssenceUpgrades.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/recipes/EssenceUpgrades.java @@ -91,8 +91,8 @@ public class EssenceUpgrades implements NeuRecipe { private final Map<Integer, TierUpgrade> tierUpgradeMap; private final int amountOfTiers; private int selectedTier; - private static final int outputX = 123; - private static final int outputY = 65; + private static final int outputX = 124; + private static final int outputY = 66; private List<RecipeSlot> slots; private GuiItemRecipe guiItemRecipe; |