mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-06 05:44:26 -04:00
Merge f013306c27
into 38a8351327
This commit is contained in:
commit
ee65ba0e87
1 changed files with 8 additions and 0 deletions
|
@ -42,6 +42,14 @@ minetest.register_craft({
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
output = 'default:wood',
|
||||||
|
recipe = {
|
||||||
|
{'default:stick', 'default:stick'},
|
||||||
|
{'default:stick', 'default:stick'},
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'default:fence_wood 2',
|
output = 'default:fence_wood 2',
|
||||||
recipe = {
|
recipe = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue