Closed Niklp09 closed 1 year ago
We need to ask HybridDog for permission to use under MIT or relicense the mod to LGPL-2.1-or-later (which should be possible because MIT is LGPL compatible I think). And HybridDog needs to be credited in a copyright line (or a REUSE # SPDX-FileCopyrightText:
line).
@HybridDog
Is this a general issue with core.inventorycube
(i.e. flawed function)? If so, please open an issue on minetest/minetest so that it can be fixed.
@SmallJoker The code expected that tiles
is always a list of strings (which it isn't always). core.inventorycube()
work fine. :)
(It would be nice though to have a function that takes tiles to create an inventorycube in the minetest core)
Yes, you can use my code under MIT. And it's also fine for me if you don't credit me for this function.
tile_to_image
function by HybridDog (LGPLv2.1+)Fix for https://github.com/minetest-mods/drawers/issues/76 @lnjX