Oraxen
  • Getting started
  • Frequently Asked Questions
  • Usage
    • Commands
    • Default items
    • Recipes
  • Configuration
    • Understanding the basics
    • Plugin settings
    • Items (beginners)
    • Items (advanced)
      • Dyeable Items
    • Custom Armors
      • Component Based (1.21.2+)
      • Trims Based (1.20-1.21.1)
      • Shader Based (1.18-1.19.4)
    • Custom HUD
    • Item Appearance
    • Glyphs
      • Custom Gui
  • Mechanics
    • Introduction
    • All mechanics
      • Custom mechanic
      • clickAction Mechanic
    • Furniture Mechanic
      • Furniture Position
      • Display-Entity Furniture
      • Farming Mechanic
    • NoteBlock mechanic
      • Stripped log Mechanic
      • Directional mechanic
      • Farmblock Mechanic
    • StringBlock Mechanic
      • Sapling Mechanic
  • Compatibility
    • BossShopPro - shop
    • CrateReloaded - crates
    • ModelEngine - custom mobs
    • MythicMobs - custom mobs
    • TrMenu - custom inventories
    • MMoItems
    • MythicCrucible
    • HappyHUD
    • World Generators
      • Iris World Generator
      • EpicWorldGenerator
      • Custom Ore Generator
      • RealisticWorldGenerator
  • Vendors
    • Vendor Guidelines
  • Developers
    • Create your own Mechanic
    • Add Compatibility with a plugin
    • Custom hosting service
    • API
Powered by GitBook
On this page

Was this helpful?

  1. Mechanics
  2. Furniture Mechanic

Furniture Position

PreviousFurniture MechanicNextDisplay-Entity Furniture

Last updated 5 months ago

Was this helpful?

If your server is using 1.19.4 or above, there is a new entity-type called Display-Entities. These entities have some additional properties related to furniture-position, that you should set. The main one being display_transform, which dictates what Transform it should use to display your item. You can get a better explanation . Below is an example of a furniture with the type set to ITEM_FRAME or DISPLAY_ENTITY with display_transform set to FIXED.

To start using furniture without it looking bad you need to adjust its position, let's say you used BlockBench to create the item then go to

Most often, furniture is done using invisible item frames. So, you’ll need to modify the translation settings for “Frame”.

And you got it!

Page cover image
here