MatthiasZM96 40406bab81 | ||
---|---|---|
locale | ||
models | ||
textures | ||
LICENSE | ||
README.md | ||
api.lua | ||
colored.lua | ||
hedges.lua | ||
init.lua | ||
misc.lua | ||
mod.conf | ||
paths.lua | ||
screenshot.png | ||
wooden.lua |
README.md
MineClone2 Furniture and decorations mod [mcl_decor]
Adds more decoration and furniture blocks to MineClone 2
Contributing (how can I help?)
Translate the mod
Just fork this repo, copy "template.txt" and paste as "mcl_decor.XX.tr" where XX is your 2-letter language code (for example, "de" for German/Deutsch). After that, you can open that file and translate strings to your language. After the work is done you need to create a pull request, and if it has no problems - I'll merge it!
Report bugs
Yes! Via "Issues" tab in this repo. I can't fix everything though, but if you found something in my mod that looks like a bug - report it.
Share mod with friends and make reviews
On ContentDB of course. Reviews motivate me to continue updating this mod. Also, you can star this repo on MeseHub as well!
Help me with the code
I'm not a very good coder so if you can - please, fix some bugs or maybe even add something via pull requests!
Thanks.
License
Code licensed under GPLv3, see LICENSE file for details. Media licensed under CC-BY-SA 4.0, see this deed for details.
Credits
For assets:
- Coalquartz Tile texture uses coal block and quartz block textures under CC-BY-SA 4.0 by XSSheep (combined)
- Dyed planks template texture uses oak planks texture under CC-BY-SA 4.0 by XSSheep (desaturated and lighted up a bit from original)
- Table Lamp texture uses red wool, black wool, torch, smooth stone and oak tree textures under CC-BY-SA 4.0 by XSSheep (combined and resized)
- Curtains overlay texture uses top iron pane texture under CC-BY-SA 4.0 by XSSheep (resized)
For code:
- Sitting function (in api.lua) uses code from ts_furniture mod under MIT by Thomas-S
Misc:
- Homedecor modpack and xdecor mods were inspiration for me partly. Thanks to VanessaE and jp for them!