mirror of
https://github.com/minetest/minetest_game.git
synced 2025-01-05 04:50:18 +01:00
Update init.lua
This commit is contained in:
parent
1c585f0989
commit
827c9ccadb
@ -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…
Reference in New Issue
Block a user