Skip to content

Commit

Permalink
fix default stone variant names
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Dec 15, 2024
1 parent eea0c52 commit b85f665
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
## Unreleased

- fixed `c:ores_in_ground` block tag not being considered when no respective item tag is present
- fixed stone variant defaults not using the correct registry names

## [1.2.2] - 2024-10-23

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ private Defaults() {}
"deepslate",
"diorite",
"granite",
"nether",
"end"
"netherrack",
"end_stone"
);

public static final Map<String, Collection<String>> PLACEHOLDERS = Util.make(() -> {
Expand Down

0 comments on commit b85f665

Please sign in to comment.