new attempt of fixing steel sign recipe
This commit is contained in:
parent
6ec0a3f494
commit
236e5f5242
@ -59,9 +59,9 @@ minetest.register_craft({
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'default:sign_wall_steel 1',
|
output = 'default:sign_wall_steel 1',
|
||||||
recipe = {
|
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', ''},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user