Skip to content
Snippets Groups Projects
Commit b1cc2afa authored by Milan's avatar Milan
Browse files

quickfix for steel sign recipe

parent 7c306b22
No related branches found
No related tags found
No related merge requests found
Pipeline #861 canceled
......@@ -57,11 +57,11 @@ minetest.register_craft({
})
minetest.register_craft({
output = 'default:sign_wall_steel 3',
output = 'default:sign_wall_steel 1',
recipe = {
{'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'},
{'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'},
{'', 'group:stick', ''},
{'default:steel_ingot', 'default:steel_ingot', ''},
{'default:steel_ingot', 'default:steel_ingot', ''},
{'', '', ''},
}
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment