roberttkahelin8 / thingmajigs

A mod that adds decorations to your Minecraft Worlds.
Other
1 stars 1 forks source link

Fix crash with Dramatic Doors by adjusting LockableDoor. #15

Closed Kitteh6660 closed 5 months ago

Kitteh6660 commented 5 months ago

This will change how the block state definition is declared for LockableDoor to properly use super.

It's a very easy fix.

The change will allow for this to happen as the door will properly inherit waterlogged property injected into base door block.

2024-06-20_06 44 33

This will fix https://github.com/roberttkahelin8/thingmajigs/issues/10

roberttkahelin8 commented 5 months ago

Got the fix you've applied to the mod. Merging it now.

roberttkahelin8 commented 5 months ago

Also thank you for your contribution to Thingamajigs not being so buggy! :D

Kitteh6660 commented 5 months ago

No problem! It may need a bit of testing to make sure everything truly works! Hopefully the new version won't crash with Dramatic Doors!