PluginBugs / Issues-ItemsAdder

Repository used to keep track of issues of my plugin ItemsAdder
https://itemsadder.devs.beer
54 stars 21 forks source link

`item_display` furniture hitbox not rotating when placed #4135

Open LoneDev6 opened 2 days ago

LoneDev6 commented 1 day ago

Note on how to setup the models in blockbench

image

Andre601 commented 1 day ago

There is also the invis option, which may be better.

LoneDev6 commented 1 day ago

https://github.com/user-attachments/assets/b5d655ff-349c-45bb-8917-8ed76734b202

https://github.com/user-attachments/assets/d243c393-ef0e-4801-b879-bfa633a07cad

LoneDev6 commented 1 day ago
info:
  namespace: test
items:
  test_furniture_block:
    display_name: test_furniture_block
    resource:
      material: MAGENTA_DYE
      generate: false
      model_path: test:test_furniture_block
    behaviours:
      furniture:
        entity: item_display
        gravity: false
        fixed_rotation: true
        solid: true   
        hitbox:
          length: 1
          width: 1
          height: 1    
        placeable_on:
          floor: true
          ceiling: true
          walls: true
        sound:
          place:
            name: block.wood.place
          break:
            name: block.wood.break

test_furniture_block.json

PSYCHEER commented 4 hours ago

Video of how it's not working for me here

EDIT: I'm running purpur 1.21.1 lastest