Skip to content

Commit

Permalink
remove duplicate craft recipe (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
OgelGames authored Oct 13, 2021
1 parent cb515e6 commit 1558b4c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions crafts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1635,15 +1635,6 @@ minetest.register_craft({
}
})

minetest.register_craft({
output = 'scifi_nodes:doomwall43 6',
recipe = {
{"scifi_nodes:white","dye:black","scifi_nodes:white"},
{"scifi_nodes:black","dye:dark_green","scifi_nodes:black"},
{"scifi_nodes:white","dye:yellow","scifi_nodes:white"}
}
})

minetest.register_craft({
output = 'scifi_nodes:doomwall43 6',
recipe = {
Expand Down

0 comments on commit 1558b4c

Please sign in to comment.