mirror of
https://github.com/minetest/minetest_game.git
synced 2025-01-05 04:50:18 +01:00
Update init.lua
Added new strings recipe.
This commit is contained in:
parent
f03c992864
commit
1c585f0989
@ -26,6 +26,12 @@ for i = 1, #dyes do
|
||||
}
|
||||
end
|
||||
|
||||
-- Alternative recipe for strings.
|
||||
minetest.register_craft({
|
||||
output="farming:string 4",
|
||||
recipe={{"group:wool"}}
|
||||
})
|
||||
|
||||
-- Legacy
|
||||
-- Backwards compatibility with jordach's 16-color wool mod
|
||||
minetest.register_alias("wool:dark_blue", "wool:blue")
|
||||
|
Loading…
Reference in New Issue
Block a user