1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2024-11-14 06:10:30 +01:00

Merge pull request #17 from pandorabox-io/upstream

Fix incorrect dye in recipe
This commit is contained in:
D00Med 2019-08-13 07:06:03 +10:00 committed by GitHub
commit dddd3d8763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -645,7 +645,7 @@ minetest.register_craft({
output = "scifi_nodes:doomwall3 6",
recipe = {
{"scifi_nodes:white", "scifi_nodes:white", "scifi_nodes:white"},
{"scifi_nodes:black", "dye:red", "scifi_nodes:black"},
{"scifi_nodes:black", "dye:grey", "scifi_nodes:black"},
{"scifi_nodes:white", "scifi_nodes:white", "scifi_nodes:white"}
}
})