PluginBugs / Issues-ItemsAdder

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

Add custom doors #3734

Open Mathildeuh opened 2 weeks ago

Mathildeuh commented 2 weeks ago

Terms

Discord tag (optional)

Mathildeuh

Describe the solution you'd like

Add a way to custom doors

Is your feature request related to a problem?

No

Describe alternatives you've considered

No

Additional context

No response

Andre601 commented 2 weeks ago

This is my personal view and not LoneDevs, but I can see a few issues with this idea:

  1. How would one interact with the doors, should they open and close? In 1.20.6 could this (probably) be done with interaction entities, but that would require to know the door's current position which would be easier said than done.
  2. If collision is desired, this would basically be impossible as there is no item that would have the same hitboxes as a door has.
LoneDev6 commented 2 weeks ago

This can be done but requires some benchmarking to know if my implementation would be heavy or not on the server