mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +02:00
Rebalanced wood's recipe in moreblocks and changed another one
- Changed recipe for building_blocks:sticks to avoid incompatibilities - Rebalanced default:wood's recipe in moreblocks
This commit is contained in:
@ -97,8 +97,9 @@ minetest.register_craft({
|
||||
minetest.register_craft({
|
||||
output = 'building_blocks:sticks',
|
||||
recipe = {
|
||||
{'group:stick', 'group:stick'},
|
||||
{'group:stick', 'group:stick'},
|
||||
{'group:stick', '', 'group:stick'},
|
||||
{'', 'group:stick', ''}
|
||||
{'group:stick', '', 'group:stick'},
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user