Skip to content

Commit

Permalink
Fix emeralds in fetchur todo overlay (NotEnoughUpdates#1401)
Browse files Browse the repository at this point in the history
fix emeralds in fetchur
  • Loading branch information
Madeleaan authored Nov 15, 2024
1 parent 0e7c5a7 commit 047a404
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ protected void renderLine(String line, Vector2f position, boolean dummy) {
.get("SUPERBOOM_TNT")),
new ItemStack(Blocks.pumpkin, 1, 0),
new ItemStack(Items.flint_and_steel, 1, 0),
new ItemStack(Blocks.emerald_ore, 50, 0),
new ItemStack(Items.emerald, 50, 0),
//new ItemStack(Items.ender_pearl, 16, 0)
};
}
Expand Down

0 comments on commit 047a404

Please sign in to comment.