Skip to content

Commit

Permalink
patch broken colors in airbrush and bump min to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wsor4035 committed Feb 24, 2022
1 parent 934ac71 commit 608c806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airbrush.lua
Expand Up @@ -463,7 +463,7 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
local dye = "dye:"..s3

if (showall or unifieddyes.palette_has_color[nodepalette.."_"..s3]) and
(minetest.registered_items[dye] and (creative or inv:contains_item("main", dye))) then
(creative or inv:contains_item("main", dye)) then
unifieddyes.player_selected_dye[player_name] = dye
unifieddyes.show_airbrush_form(player)
end
Expand Down
2 changes: 1 addition & 1 deletion mod.conf
@@ -1,4 +1,4 @@
name = unifieddyes
description = Unified Dyes expands the standard dye set from 15 to 90 colors.
optional_depends = default, dye, basic_materials
min_minetest_version = 5.2.0
min_minetest_version = 5.3.0

0 comments on commit 608c806

Please sign in to comment.