BentoBoxWorld / Greenhouses

BentoBox Add-on to enable personal biomes in a glass greenhouse
Eclipse Public License 2.0
13 stars 9 forks source link

Bugfix for trapdoors #45

Closed mindw0rm closed 4 years ago

mindw0rm commented 4 years ago

When collecting valid roof materials, there is a filter that removes all materials with "DOOR" in the name.

This filter is both wrong (because it removes trapdoors as well) and unnecessary (because normal doors won't make it through the next filter - at least as long as no GLASS_DOOR is introduced ;) ).

tastybento commented 4 years ago

Thanks!