Mikita Wiśniewski
ceeb4366c3
and modify register.lua for this too, of course |
||
---|---|---|
locale | ||
textures | ||
LICENSE | ||
README.md | ||
api.lua | ||
init.lua | ||
mod.conf | ||
register.lua | ||
screenshot.png | ||
screenshot_big.png |
README.md
MineClone2 Furniture and decorations mod [mcl_decor] (W.I.P.)
Adds more decoration and furniture blocks to MineClone 2 (5)
Blocks
Armchairs
Armchairs are 1x1 size blocks, on which you can sit by right-click! Uses wool and sticks for crafting. 16 colors available!
Screenshot:
Craft (has mirrored variant too):
Chairs
Chairs are small blocks made out of wood, on which you can sit by right-click! Uses sticks and wood planks for crafting. 6 types available!
Screenshot:
Craft (has mirrored variant too):
Tables
This mod has 2 types of tables: Regular Table (4 small legs in one block) and Slab Table (1 leg in one block, can be expanded by using wood slabs and more slab tables). Regular Tables are 1x1 size blocks made out of wood. Slab tables are 1x1 size blocks made out of wood too, but they look like if wood slab was combined with wood fence in one block. Every table uses sticks and wood planks for crafting.
Screenshot:
Craft:
Dyed Planks
Dyed planks are 1x1 size blocks, acting like any other wood planks. Uses dye and any wood plank for crafting. 16 colors available!
Screenshot:
Craft (shapeless):
Paths
This mod has 7 types of them: Gravel, Cobblestone, Stone, Granite, Andesite, Diorite and Netherrack paths. Paths are nearly carpet size blocks, on which you can walk. Uses corresponding for its' type material for crafting.
Screenshot:
Craft:
Coalquartz Tile
Coalquartz tile is 1x1 size block, that looks and acts like coal and quartz blocks were combined. Uses coal and quartz items for crafting. Has slab and stair variants too!
Screenshot:
Craft (has mirrored variant too):
Table Lamp
Table lamp is 1x1 size block, that emits light. Uses wool, stone and torch for crafting.
Screenshot:
Craft:
Curtains
Curtains are "wallmounted" blocks, which you can open or close by right-click! Uses wool, sticks and iron ingots for crafting. 16 colors available!
Screenshot:
Will be soon...
Craft:
Will be soon...
Contributing (how I can 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"). After that, you can open the file and translate strings! After the work is done you need to create a pull request and I will merge it!
Report bugs
Yes! Via "Issues". I can't fix everything though but if you find something in my mod that looks like a bug - report it.
Share mod with friends and make positive reviews!
On ContentDB of course. Reviews can motivate me to continue active work on the mod and stuff!
Help me with the code
I'm not a very good coder, more like a novice (combining practice and theory at once) so if you can - please, fix some bugs or maybe 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
- 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 top texture uses grey wool texture under CC-BY-SA 4.0 by XSSheep (resized from original)
- Table Lamp bottom texture uses grey wool texture under CC-BY-SA 4.0 by XSSheep (resized and partly darkened up from original)
- Table Lamp side texture uses grey wool and oak tree textures under CC-BY-SA 4.0 by XSSheep (combined)
- Curtains overlay texture uses top iron pane texture under CC-BY-SA 4.0 by XSSheep (resized)
- Sitting function (in api.lua) uses code from ts_furniture mod under MIT by Thomas-S
- Also, homedecor and xdecor mods were inspiration for me partly. Thanks to VanessaE and jp for them!