Closed HybridDog closed 2 years ago
If image instead of tile was used, the mod passed nil to minetest.inventorycube. The color field of a tile is now also supported (the code is used only for the particle image calculation).
image
tile
This should fix #38.
This should fix https://github.com/minetest-mods/item_drop/issues/38.
Well, does it?
Yes, the problem no longer happened when I tested it.
If
image
instead oftile
was used, the mod passed nil to minetest.inventorycube. The color field of a tile is now also supported (the code is used only for the particle image calculation).This should fix #38.