mirror of
https://github.com/minetest/minetest_game.git
synced 2025-01-06 21:40:17 +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
|
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…
Reference in New Issue
Block a user