I can't find any licensing information in your mod. You should probably include this since you seem to have reused other open source content, and leaving out any license information is not legal.
For instance, the wool mod is licensed as follows:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
License of source code:
-----------------------
Copyright (C) 2012 Perttu Ahola (celeron55) <celeron55@gmail.com>
This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
License of media (textures and sounds)
--------------------------------------
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/
Authors of media files
-----------------------
Cisoun:
- wool_black.png wool_brown.png wool_dark_green.png wool_green.png
- wool_magenta.png wool_pink.png wool_violet.png wool_yellow.png wool_blue.png
- wool_cyan.png wool_dark_grey.png wool_grey.png wool_orange.png wool_red.png
- wool_white.png
And you've copied large portions of the wool mod code without attribution.
leaving this license statement out of your mod effectively constitutes a copyright violation, since you have voided your acceptance of the LGPL by not fulfilling the requirements for distribution and likely do not have a different license from the original author.
It also is not allowed to have non-open source mods posted on the forums.
No big deal, don't get scared. Just make sure you fix it - I'll be glad to help if you need further help.
Second, please look into hosting this on e.g. github, and you can also edit your original top post to change the broken img urls.