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