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 2989f4c616 Use tables for registering wooden nodes (fix of #2, p2)
unsure if will merge to indev; code just became bigger and without api at all (what if someone's mod adds new type of wood, why can't author of mod just add support for mine?)
2022-05-01 14:06:21 +07:00
locale Add support for MineClone5's deepslate and update locales 2022-04-30 15:08:27 +07:00
textures Update README and replace top table lamp texture with light grey wool 2022-04-30 19:44:58 +07:00
LICENSE Initial commit 2022-02-22 09:27:11 +00:00
README.md Update README and replace top table lamp texture with light grey wool 2022-04-30 19:44:58 +07:00
api.lua Add support for MineClone5's deepslate and update locales 2022-04-30 15:08:27 +07:00
colored.lua Use tables for registering colored nodes (fix of #2, p1) 2022-04-30 21:18:18 +07:00
init.lua Split api/register.lua into separate files (fixes #3) 2022-04-28 20:37:39 +07:00
misc.lua Update README and replace top table lamp texture with light grey wool 2022-04-30 19:44:58 +07:00
mod.conf Add mcl_deepslate as an optional depend to mod.conf 2022-04-30 15:15:23 +07:00
paths.lua Add support for MineClone5's deepslate and update locales 2022-04-30 15:08:27 +07:00
register.lua Add support for MineClone 5 wood types and fix infinite curtains 2022-04-24 16:47:33 +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
wooden.lua Use tables for registering wooden nodes (fix of #2, p2) 2022-05-01 14:06:21 +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 (+2 with MCL5) 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 (+2 with MCL5) types of them: Gravel, Cobblestone, Stone, Granite, Andesite, Diorite and Netherrack paths. If mcl_deepslate (MCL5 mod) enabled, there will be added Deepslate and Cobbled Deepslate paths as well. 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:

Screenshot

Craft:

Screenshot

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 can motivate me to continue updating this mod!

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 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:

For code:

Misc: