Bolt icon indicating copy to clipboard operation
Bolt copied to clipboard

[bug] Copper doors broken on 1.21

Open jarda09 opened this issue 1 year ago • 3 comments

If I use Right Click it does that: https://youtu.be/sZiirv-cnw0

jarda09 avatar Jun 23 '24 15:06 jarda09

Normally Bolt doesn't need to add support for new doors (it uses the #doors tag) but for double opening, since these are new "iron doors" we'll need to update that piece. Currently Bolt assumes that iron doors are the only kind of door that cannot be opened by hand normally (which isn't true anymore, there's probably a new tag for this).

pop4959 avatar Jun 24 '24 18:06 pop4959

I created own hotfix using this in Doors.java:

image image

jarda09 avatar Aug 19 '24 06:08 jarda09

Apologies for the delay, I have been quite busy recently (which is why things have been slow on quite a few of my projects).

Fix looks good, I would probably look at using tags. If you are willing to make a pull request, I can merge it. Otherwise, I will try to take a look at this myself soon. Thanks!

pop4959 avatar Aug 19 '24 06:08 pop4959

Ok, I created a pull request. https://github.com/pop4959/Bolt/pull/151

In the end, I did it differently, using tags and added double openings with different oxidation of the copper doors.

jarda09 avatar Aug 24 '24 17:08 jarda09

Fixed in 0b9b9b92c3ed4854a137dee52dade8db5ae80ccc

pop4959 avatar Sep 02 '24 01:09 pop4959