Skip to content

Furniture 1.21 #1062

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 40 commits into
base: master
Choose a base branch
from
Draft

Conversation

TheThanathor
Copy link
Member

@TheThanathor TheThanathor commented Oct 13, 2024

This datapack allows you to craft and use a wide variety of furniture.

loot commands can be used to obtain the items instead:
/loot give @s loot gm4_furniture:items/furniture_station
/loot give @s loot gm4_furniture:items/paintbrush

Beet is required to build the datapack!
Resource Pack is required!


Features

  • Furniture Station
    Can be crafted in a Custom Crafter, the Furniture Station is a 2 high block that can be used to craft other furniture
    image
    • add crafting recipe
    • add placement logic
    • add category selection
    • add category generation

  • Furniture Crafting
    Furniture can be crafted from a Villager trading menu (shown recipes are a WIP). Furniture is divided in separate categories, which can be switched by selecting a different tool on the Furniture Station.
    image
    • add all furniture and categories
    • add logical recipes

  • Furniture Placement
    Furniture is placed with similar logic to paintings, e.g. a 2 long bench will extend to the right, while longer benches will extend 1 to the left, then continue to the right. Depth and Height will prefer away from the player and up respectively.
    Furniture can be specified as ground, wall or ceiling placed, these will always prefer to place away from their respective surface (e.g. a wall placed furniture's depth will be placed away from the wall only).
    Wall and Ceiling furniture must be placed on their specified surface or placement will fail, if the block they were placed on is destroyed so is the furniture.
    • add placement logic
    • add wall-only logic
    • add ceiling-only logic

  • Furniture Mechanics
    Seating: right clicking furniture with a seat will allow the player to sit on them
    Table: furniture with a solid top side will allow placement on top of them, this also means these furniture cannot be broken from the top side.
    Dyable: some furniture has dyable surfaces. These can be painted using a Paintbrush, which can be crafted in a Custom Crafter
    image
    A Paintbrush can be colored using dyes, similar to leather items, and paint can be removed using a water cauldron.
    Colorable furniture will remember its color (shown in lore) when picked back up.
    • add sittable furniture
    • add tables
    • add dyable furniture

@TheThanathor TheThanathor marked this pull request as draft October 13, 2024 16:41
@Bloo-dev Bloo-dev added the submission Brand new community submitted module label Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
submission Brand new community submitted module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants