This repository has been archived on 2023-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Mikita Wiśniewski 44b87c3321 Add texture attributing and info about curtains to README
very wip, yeah. i'll add curtains to screenshots and crafting recipe to README in future
2022-04-23 12:53:25 +07:00
locale Add curtains and update stuff 2022-04-23 12:38:19 +07:00
textures Add curtains and update stuff 2022-04-23 12:38:19 +07:00
LICENSE Initial commit 2022-02-22 09:27:11 +00:00
README.md Add texture attributing and info about curtains to README 2022-04-23 12:53:25 +07:00
api.lua Add texture attributing and info about curtains to README 2022-04-23 12:53:25 +07:00
init.lua Add slab tables and fix previous commit 2022-03-23 12:23:35 +07:00
mod.conf Prepare mod for publishing, part 2 2022-03-24 18:04:14 +07:00
register.lua Add curtains and update stuff 2022-04-23 12:38:19 +07:00
screenshot.png Prepare mod for publishing, part 2 2022-03-24 18:04:14 +07:00
screenshot_big.png Prepare mod for publishing, part 2 2022-03-24 18:04:14 +07:00

README.md

MineClone2 Furniture and decorations mod [mcl_decor] (W.I.P.)

Adds more decoration and furniture blocks to MineClone 2 (5)

ContentDB

Screenshot

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:

Screenshot

Craft (has mirrored variant too):

Screenshot

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:

Screenshot

Craft (has mirrored variant too):

Screenshot

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:

Screenshot

Craft:

Screenshot

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:

Screenshot

Craft (shapeless):

Screenshot

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:

Screenshot

Craft:

Screenshot

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:

Screenshot

Craft (has mirrored variant too):

Screenshot

Table Lamp

Table lamp is 1x1 size block, that emits light. Uses wool, stone and torch for crafting.

Screenshot:

Screenshot

Craft:

Screenshot

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