mirror of
https://github.com/minetest/minetest_game.git
synced 2025-06-29 13:20:25 +02:00
Update init.lua
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user