mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-16 07:20:31 +01:00
Re-increased amount of sticks given for a default:wood
- Avoided conflict between building_blocks:sticks and default:wood by changing the default:wood's recipe and output
This commit is contained in:
parent
fe6fa8222e
commit
908082e9ba
|
@ -1,8 +1,7 @@
|
||||||
-- mods/default/crafting.lua
|
-- mods/default/crafting.lua
|
||||||
|
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "default:wood 4",
|
output = "default:wood 9",
|
||||||
recipe = {{"default:tree"},}
|
recipe = {{"default:tree"},}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -19,7 +18,7 @@ minetest.register_craft({
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "default:stick 4",
|
output = "default:stick 9",
|
||||||
recipe = {{"group:wood"},}
|
recipe = {{"group:wood"},}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user