Skip to content

Commit

Permalink
Cloak Mermaids Gems as Kelp
Browse files Browse the repository at this point in the history
  • Loading branch information
f-raZ0R authored Oct 9, 2024
1 parent c7a815c commit 2900d28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public Map<BlockState, BlockState> getBlockStateCloaks() {

@Override
public Pair<Item, Item> getItemCloak() {
return new Pair<>(this, Items.ORANGE_DYE);
return new Pair<>(this, Items.KELP);
}

}

0 comments on commit 2900d28

Please sign in to comment.