update soft_grate recipe

master
tchncs 2016-06-01 22:24:41 +02:00
parent 5b4ff2b03e
commit ae657c1837
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
default default
darkage
streets? streets?
homedecor? homedecor?
protector? protector?

View File

@ -236,8 +236,8 @@ minetest.register_craft({
minetest.register_craft({ minetest.register_craft({
output = 'steel:grate_soft 3', output = 'steel:grate_soft 3',
recipe = { recipe = {
{'default:steel_ingot', '', 'default:steel_ingot'}, {'default:steel_ingot', 'darkage:iron_stick', 'default:steel_ingot'},
{'default:steel_ingot', '', 'default:steel_ingot'}, {'default:steel_ingot', 'darkage:iron_stick', 'default:steel_ingot'},
} }
}) })