Skip to content

Commit

Permalink
Fix recipe collision (#64)
Browse files Browse the repository at this point in the history
* Fixed Recipe-Collision.
  • Loading branch information
acmgit authored Oct 11, 2021
1 parent 4fc833b commit cb515e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crafts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1486,9 +1486,9 @@ minetest.register_craft({
minetest.register_craft({
output = "scifi_nodes:plant8",
recipe = {
{"flowers:viola","default:junglegrass"},
{"default:dirt",""},
{"scifi_nodes:greybolts",""}
{"flowers:viola","default:junglegrass", "default:grass_1"},
{"default:dirt","",""},
{"scifi_nodes:greybolts","",""}
}
})

Expand Down

0 comments on commit cb515e6

Please sign in to comment.