Skip to content

Commit

Permalink
Add Bramble Berries to c:foods.
Browse files Browse the repository at this point in the history
- Add Bramble Berries to c:foods; resolves #158
  • Loading branch information
gniftygnome committed Dec 10, 2023
1 parent af8c22c commit 82a4be5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ public void configure(RegistryWrapper.WrapperLookup registries) {
getOrCreateTagBuilder(CinderscapesItemTags.DARK_ASHES_DUSTS)
.add(CinderscapesItems.ASH_PILE);

getOrCreateTagBuilder(ConventionalItemTags.FOODS)
.add(CinderscapesItems.BRAMBLE_BERRIES);

getOrCreateTagBuilder(ConventionalItemTags.QUARTZ)
.add(Items.QUARTZ)
.add(CinderscapesItems.ROSE_QUARTZ)
Expand Down

0 comments on commit 82a4be5

Please sign in to comment.