remove duplicate craft recipe (#65)

This commit is contained in:
OgelGames 2021-10-13 23:34:36 +11:00 committed by GitHub
parent cb515e60f1
commit 1558b4c146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -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 = {