Skip to content

Commit

Permalink
add livingrock slate recipe 💀
Browse files Browse the repository at this point in the history
  • Loading branch information
artemisSystem committed Jan 8, 2024
1 parent 487a492 commit ad60a12
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public void buildRecipes(Consumer<FinishedRecipe> consumer) {
consumer.accept(stonecutting(BotaniaBlocks.livingrock, BotaniaBlocks.livingrockBrickStairs));
consumer.accept(stonecutting(BotaniaBlocks.livingrock, BotaniaBlocks.livingrockBrickWall));
consumer.accept(stonecutting(BotaniaBlocks.livingrock, BotaniaBlocks.livingrockBrickChiseled));
consumer.accept(stonecutting(BotaniaBlocks.livingrock, BotaniaBlocks.livingrockSlate));
consumer.accept(stonecutting(BotaniaBlocks.livingrockPolished, BotaniaBlocks.livingrockPolishedSlab, 2));
consumer.accept(stonecutting(BotaniaBlocks.livingrockPolished, BotaniaBlocks.livingrockPolishedStairs));
consumer.accept(stonecutting(BotaniaBlocks.livingrockPolished, BotaniaBlocks.livingrockPolishedWall));
Expand Down
2 changes: 2 additions & 0 deletions web/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ and start a new "Upcoming" section.

{% include changelog_header.html version="Upcoming" %}

* Add: Stonecutting recipe for livingrock slate (it was previously uncraftable, oops)

---

{% include changelog_header.html version="1.20.1-443" %}
Expand Down

0 comments on commit ad60a12

Please sign in to comment.