Skip to content

Commit

Permalink
paramtype2 shouldn't be a translation string. how did that ever work?!
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxionary committed Nov 30, 2023
1 parent 1c95a39 commit e86fc59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node.lua
Expand Up @@ -16,8 +16,9 @@ end

minetest.register_node("digicolor:node", {
description = S("programmable color node"),
paramtype2 = S("color"),
paramtype2 = "color",
palette = "digicolor_palette.png",
place_param2 = 0,

tiles = { "[combine:1x1^[noalpha^[colorize:#FFFFFF" },

Expand Down

0 comments on commit e86fc59

Please sign in to comment.