WolfyScript / CustomCrafting

Spigot based plugin to create your own custom Recipes & Items. Designed to be easy to use with in-game GUI and tons of configuration possibilities.
https://modrinth.com/plugin/customcrafting
GNU General Public License v3.0
114 stars 36 forks source link

ItemsAdder Furniture Comptibility #232

Open xIdentified opened 1 year ago

xIdentified commented 1 year ago

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