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

new attempt of fixing steel sign recipe

parent 6ec0a3f4
No related branches found
No related tags found
No related merge requests found
Pipeline #872 canceled
......@@ -59,9 +59,9 @@ minetest.register_craft({
minetest.register_craft({
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', 'default:steel_ingot'},
{'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'},
{'', 'homedecor:pole_wrought_iron', ''},
}
})
......
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