CustomCrafting icon indicating copy to clipboard operation
CustomCrafting copied to clipboard

ItemsAdder Furniture Comptibility

Open xIdentified opened this issue 2 years ago • 0 comments

The Problem

Hello, I have an IA furniture item I would like to use as an elite bench. It seems that ItemsAdder blocks work just fine, but furniture can not be made into an elite bench.

Solution

It would be nice if ItemsAdder furnitre could be used as Elite Benches. This would allow a lot of flexibility to have custom 3D models as workstations. Alternatively, if we could have a command to open the elite workbench, that would also work because we could just attach the command when the player right clicks the furniture.

Alternatives

Haven't been able to think of any alternatives.

Additional Context

This is how the item is written in IA if it helps:

  debug:
    display_name: '&cDebug'
    permission: group.default
    resource:
      material: PAPER
      generate: false
      model_path: item/alchemy_stand
    behaviours:
      furniture:
        gravity: false
        fixed_rotation: true
        small_hitbox: true
        solid: false

Submit issue

  • [X] searched for and ensured there isn't already an open issue regarding this,
  • [X] are running the latest version of your server software (Spigot, Paper, etc.), and plugins (WolfyUtilities, CustomCrafting).

xIdentified avatar Feb 18 '23 21:02 xIdentified