mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 05:01:41 -04:00
Merge 827c9ccadb
into 838ad60ad0
This commit is contained in:
commit
aebf73e0e3
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