Once done remember to update what you have set as a license in the edit page here too
I personally use the MIT license because it allows people to pretty much do whatever they want with your code without having to mess with licensing. You might prefer one of the other choices listed at that site though
Could you create a mod.conf and set the name setting? That'll make Minetest ignore the folder's name and it also might fix what the ContentDB lists this mod as providing
Please approve my colored building blocks mod.
Have you considered adding a screenshot?
I don't know how to add a screenshot. I wish someone could make on and send it to me on the forum.
You can press f12 to take a screenshot. Then just upload it to this site. Your chat will tell you where it saved the screenshot
Ok, I added the screenshot.
Your source code doesn't have your license in it
How do I add a license?
Do you know how licenses work at all?
I don't know how to add one, but I do know what licenses are.
https://choosealicense.com/ (Also has instructions on how to add it to your github repo)
Once done remember to update what you have set as a license in the edit page here too
I personally use the MIT license because it allows people to pretty much do whatever they want with your code without having to mess with licensing. You might prefer one of the other choices listed at that site though
Looks like your release has the license but not the source code. You should do that too while you're at it
Ok, I uploaded the complete source code AND license.
I also updated the GitHub source.
I think I maight change the mod name in the code.
You can make sure the name isn't already used if you search it with this https://krock-works.uk.to/minetest/modSearch.php
Ok, I updated the mod name in code. I don't plan to update the code for a while. It is ready to be approved.
Could you create a mod.conf and set the
name
setting? That'll make Minetest ignore the folder's name and it also might fix what the ContentDB lists this mod as providinghttps://minetest.gitlab.io/minetest/mods/#modconf
Also add
depends = default, dye
Done.