Sokomine / replacer

tool that replaces nodes by clicking on them (Mod for Minetest)
8 stars 21 forks source link

groups can have negative values #19

Open SwissalpS opened 2 months ago

SwissalpS commented 2 months ago

https://github.com/Sokomine/replacer/blob/9bd0b2248b1b552628cbc267a4cb375d078f3703/inspect.lua#L179

also minetest.get_item_group() exists, are you not using it for some backwards compatibility?

.....
if 0 ~= minetest.get_item_group(k, group_name) then
  return k
end
.....