mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 10:00:26 +01:00
[more_chests] Update recipe for shared chests
- Use `group:leaves`, `group:wood` and `group:ingot` to craft shared chests - For #368
This commit is contained in:
parent
4b5d21b453
commit
88ee617741
|
@ -105,9 +105,9 @@ minetest.register_node("more_chests:shared", {
|
|||
minetest.register_craft({
|
||||
output = 'more_chests:shared',
|
||||
recipe = {
|
||||
{'default:wood','default:leaves','default:wood'},
|
||||
{'default:wood','default:steel_ingot','default:wood'},
|
||||
{'default:wood','default:wood','default:wood'}
|
||||
{'group:wood','group:leaves','group:wood'},
|
||||
{'group:wood','group:ingot','group:wood'},
|
||||
{'group:wood','group:wood','group:wood'}
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user