Skip to content

Commit

Permalink
Mushroom stem recipe for Feywild
Browse files Browse the repository at this point in the history
Adds recipe to change `enhanced_mushrooms:red_mushroom_stem` into `minecraft:mushroom_stem` so that player can craft `feywild:summoning_scroll_shroomling`

Issue referenced in dr3ams#232 (comment)
  • Loading branch information
NewAnnLS committed Apr 12, 2023
1 parent 4cecc33 commit 1945060
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions scripts/craftingTable.zs
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ for allItems in game.items {

craftingTable.removeByRegex("buddycards:.*_card_display");







craftingTable.addShaped("mush_stem_feywild", <item:minecraft:mushroom_stem> * 4,
[[<item:enhanced_mushrooms:red_mushroom_stem>, <item:enhanced_mushrooms:red_mushroom_stem>],
[<item:enhanced_mushrooms:red_mushroom_stem>, <item:enhanced_mushrooms:red_mushroom_stem>]]);

0 comments on commit 1945060

Please sign in to comment.