Dependancies:
ItemsAdder
Add new chairs, tables and window grilles into the game!
You can dye the tables!
You can also add custom ones by copying one of the ones that come with, putting a new name and texture.
Model uses only one texture, so its easy to add new variants. Put your planks texture in
ItemsAdder\contents\universalfurniture\resourcepack\universalfurniture\textures\block\planks. Then just copy the .json model and change in the .json
"0": "universalfurniture:block/planks/oak_planks",
"particle": "universalfurniture:block/planks/oak_planks"
to the different texture you have added.
Then go into the
ItemsAdder\contents\universalfurniture\config\plankschairs folder, copy and paste one of the files, change the name and go into the file and change oak or other planks into your block.
Also you can go into the
ItemsAdder\contents\universalfurniture\config and open categories.yml to add your item into the category visible in /ia.
Might add more furniture in the future.