mirror of
https://github.com/minetest/minetest_game.git
synced 2025-01-03 03:58:08 +01:00
Update init.lua
This commit is contained in:
parent
1c585f0989
commit
827c9ccadb
@ -28,8 +28,8 @@ end
|
||||
|
||||
-- Alternative recipe for strings.
|
||||
minetest.register_craft({
|
||||
output="farming:string 4",
|
||||
recipe={{"group:wool"}}
|
||||
output = "farming:string 4",
|
||||
recipe = {{"group:wool"}},
|
||||
})
|
||||
|
||||
-- Legacy
|
||||
|
Loading…
Reference in New Issue
Block a user