Skip to content

Commit

Permalink
SaltResource Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Intybyte committed Nov 9, 2024
1 parent a5094b1 commit 5d1952d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class SaltResource extends AbstractResource {
private final BiomeMap<Integer> biomes;

SaltResource() {
super("salt", "Salt", SlimefunItems.SALT, 18, true);
super("salt", "Salt", SlimefunItems.SALT.item(), 18, true);
MinecraftVersion version = Slimefun.getMinecraftVersion();

if (version.isAtLeast(MinecraftVersion.MINECRAFT_1_18)) {
Expand Down

0 comments on commit 5d1952d

Please sign in to comment.