mirror of
https://github.com/mt-mods/unifieddyes.git
synced 2024-11-22 07:23:48 +01:00
make it game agnostic
This commit is contained in:
parent
62526b9a3b
commit
934ac7180b
@ -87,6 +87,7 @@ for y = 1, 14 do -- colors 0 and 15 are black and white, default dyes
|
||||
end
|
||||
end
|
||||
|
||||
if minetest.get_modpath("dye") then
|
||||
minetest.override_item("dye:grey", {
|
||||
inventory_image = "unifieddyes_dye.png^[colorize:#888888:200",
|
||||
})
|
||||
@ -100,6 +101,7 @@ minetest.register_craftitem(":dye:light_grey", {
|
||||
inventory_image = "unifieddyes_dye.png^[colorize:#cccccc:200",
|
||||
groups = { dye=1, not_in_creative_inventory=1 },
|
||||
})
|
||||
end
|
||||
|
||||
-- build a table of color <-> palette associations to reduce the need for
|
||||
-- realtime lookups with getpaletteidx()
|
||||
|
2
mod.conf
2
mod.conf
@ -1,4 +1,4 @@
|
||||
name = unifieddyes
|
||||
description = Unified Dyes expands the standard dye set from 15 to 90 colors.
|
||||
depends = default, dye, basic_materials
|
||||
optional_depends = default, dye, basic_materials
|
||||
min_minetest_version = 5.2.0
|
||||
|
Loading…
Reference in New Issue
Block a user