Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
Added new strings recipe.
  • Loading branch information
M4urus authored Jun 23, 2024
1 parent f03c992 commit 1c585f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mods/wool/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 1c585f0

Please sign in to comment.