mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-21 15:21:21 +00:00
Update init.lua
This commit is contained in:
parent
1c585f0989
commit
827c9ccadb
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ end
|
||||||
|
|
||||||
-- Alternative recipe for strings.
|
-- Alternative recipe for strings.
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output="farming:string 4",
|
output = "farming:string 4",
|
||||||
recipe={{"group:wool"}}
|
recipe = {{"group:wool"}},
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Legacy
|
-- Legacy
|
||||||
|
|
Loading…
Add table
Reference in a new issue