diff --git a/README.md b/README.md index 1e63773..10d0d2c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,121 @@ -# luxury_decor -This mod adds big amount of new furniture stuff of various sorts, decorations and exterior. +# Luxury Decor Mod v.1.0.0 For Minetest! + +## Description +This mod adds big amount of new furniture stuff of various sorts, decorations and exterior. Currently it adds one kitchen style (simple), a few types of chairs/tables, luxury lamp, simple sofas/footstools/armchairs/, iron chandelier, shelves, glass vase, pots, royal beds, simple wooden wall clock and simple bedside table. Lots of furniture items are ensured with crafting recipes. + +## Crafting Recipes +-- Simple Wooden Bedside Table -- +"luxury_decor:pine_wooden_board", "luxury_decor:bedside_drawer", "" +"luxury_decor:pine_wooden_board", "luxury_decor:bedside_drawer", "" + +-- Bedside Drawer -- +"luxury_decor:pine_wooden_board", "luxury_decor:pine_wooden_board", "" +"luxury_decor:pine_wooden_board", "", "" +"default:stick", "", "" + +-- Royal Single Bed -- +"luxury_decor:brass_stick", "luxury_decor:brass_stick", "luxury_decor:brass_stick" +"luxury_decor:brass_stick", "luxury_decor:brass_stick", "default:gold_ingot" +"wool:white", "default:diamond", "dye:" + +-- Royal Double Bed -- +"luxury_decor:royal_single_bed", "luxury_decor:royal_single_bed" + +-- Kitchen Wooden Chair -- +"luxury_decor:wooden_plank", "default:stick", "default:stick" +"luxury_decor:wooden_plank", "default:stick" +"luxury_decor:wooden_plank", "default:stick" + +-- Luxury Wooden Chair With Cushion -- +"luxury_decor:jungle_wooden_plank", "default:stick", "default:stick" +"luxury_decor:jungle_wooden_plank", "default:stick", "wool:white" +"luxury_decor:jungle_wooden_plank", "default:stick", "" + +-- Round Wooden Chair -- +"luxury_decor:pine_wooden_plank", "default:stick", "default:stick" +"luxury_decor:pine_wooden_plank", "default:stick", "" +"luxury_decor:pine_wooden_plank", "default:stick", "" + +-- Decorative Wooden Chair -- +"luxury_decor:jungle_wooden_plank", "default:stick", "default:stick" +"luxury_decor:jungle_wooden_plank", "default:stick", "" +"luxury_decor:jungle_wooden_plank", "default:stick", "" + +-- Apple/Pine/Jungle Wooden Planks -- +"luxury_decor:_wooden_plank", "luxury_decor:saw" + +-- Brass Stick -- +"luxury_decor:brass_ingot" + +-- Copper and Zinc -- +"default:copper_ingot", "luxury_decor:zinc_ingot" + +-- Saw -- +"default:wood", "default:steel_ingot" + +-- Apple/Pine/Jungle Wooden Boards -- +"stairs:slab_", "luxury_decor:saw" + +-- Apple/Pine/Jungle Laminate Floor -- +"luxury_decor:wooden_plank", "luxury_decor:wooden_plank" + +-- Closed Wooden Shelves (pine and jungle) -- +"luxury_decor:_wooden_board", "luxury_decor:_wooden_board" +"luxury_decor:_wooden_board", "luxury_decor:_wooden_board" + +-- Closed Wooden Shelves With Back (pine and jungle) -- +"luxury_decor:_wooden_board", "luxury_decor:_wooden_board" +"luxury_decor:_wooden_board", "luxury_decor:_wooden_board" +"luxury_decor:_wooden_board" + +-- Wall Wooden Shelves (pine and jungle) <1st variant> -- +"luxury_decor:_wooden_plank", "luxury_decor:saw" +"luxury_decor:_wooden_plank" + +-- Wall Wooden Shelves (pine and jungle) <2nd variant> -- +"luxury_decor:_wooden_board", "luxury_decor:saw" +"luxury_decor:_wooden_board" + +-- Kitchen Wooden Table -- +"luxury_decor:wooden_plank", "luxury_decor:wooden_plank", "luxury_decor:wooden_plank" +"luxury_decor:wooden_plank", "default:stick", "luxury_decor:wooden_plank" +"default:stick", "default:stick" + +-- Luxury Metallic Table -- +"luxury_decor:jungle_wooden_plank", "luxury_decor:wooden_plank", "luxury_decor:wooden_plank" +"default:copper_ingot", "", "default:copper_ingot" + +-- Simple Wooden Table -- +"luxury_decor:jungle_wooden_plank", "luxury_decor:jungle_wooden_plank", "luxury_decor:jungle_wooden_plank", "default:stick", "luxury_decor:jungle_wooden_plank", "default:stick" + +## Code/Textures/Sounds License +MIT + +## Mod Dependencies +default + +## TODO List +Below is a listing of what is considered to be added in next versions. + +* Add more kitchen/bathroom styles (luxury, royal, classic, modern and etc. ) +* Improve models and textures of some furniture (royal beds, luxury wooden chair with cushion, pots, ) +* Add chandeliers and candlesticks of different sorts. +* Add curtains/blinds of different sorts. +* Add a possibility to play pianos. +* Add a possibility to grow flowers in the pots. +* Add crafting recipes for all items and respectively more crafting ingredients. [HIGH PRIORITY] +* Fix a bug that happens by double opening the cabinets. [HIGH PRIORITY] +* Make the sofas connecting between themselves properly. [HIGH PRIORITY] +* Add decorations of different course. +* Add exterior stuff (summer tables, chairs, char grill, umbrellas and etc). +* Add windows (including openable/closable). +* Add doors of various styles. +* Add wardrobes/cupboards and ingredients for their building. +* Add more sorts of tables/desks and chairs. +* Add more sorts of sofas/footstools and armchairs. +* Add wall papers for different rooms and wall/floor tiles for bathrooms/kitchens. +* Add more floors types. +And more... + +## Version Compatibility +5.0.0-dev ++ diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..a1215c6 Binary files /dev/null and b/screenshot.png differ