There is a small bug where if i dig a glowing ore (e.g Diamond ore), and there are diamond ores next to it, those other ore's entities are cleared (this is really annoying if there are neighboring diamond/mese ores).
Change lines 151 and 193. both are local objs = minetest.get_objects_inside_radius(pos, 1), change 1 to below 0.5
Its a small bug, and a small fix but will mean that diamonds wont disappear randomly :)
This is a great enhancement to the game. The glowing ores look awesome and i do want to see more mods like this :D
thanks! happy you liked it :)
Btw if you can update the mod...
There is a small bug where if i dig a glowing ore (e.g Diamond ore), and there are diamond ores next to it, those other ore's entities are cleared (this is really annoying if there are neighboring diamond/mese ores).
Change lines 151 and 193. both are
local objs = minetest.get_objects_inside_radius(pos, 1), change1to below0.5Its a small bug, and a small fix but will mean that diamonds wont disappear randomly :)