mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-21 15:21:21 +00:00
Update init.lua
Added new strings recipe.
This commit is contained in:
parent
f03c992864
commit
1c585f0989
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@ for i = 1, #dyes do
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- Alternative recipe for strings.
|
||||||
|
minetest.register_craft({
|
||||||
|
output="farming:string 4",
|
||||||
|
recipe={{"group:wool"}}
|
||||||
|
})
|
||||||
|
|
||||||
-- Legacy
|
-- Legacy
|
||||||
-- Backwards compatibility with jordach's 16-color wool mod
|
-- Backwards compatibility with jordach's 16-color wool mod
|
||||||
minetest.register_alias("wool:dark_blue", "wool:blue")
|
minetest.register_alias("wool:dark_blue", "wool:blue")
|
||||||
|
|
Loading…
Add table
Reference in a new issue