Kitteh6660 / DramaticDoors

Minecraft Mod for Forge & Fabric: 3-block high doors, in every vanilla variety! End enderman discrimination!
MIT License
6 stars 8 forks source link

[REQUEST] Tag doors with #minecraft:doors #65

Closed LazyDope closed 11 months ago

LazyDope commented 11 months ago

Is your feature request related to a problem? Please describe. Tag doors with the #minecraft:doors tag so that they are recognized as such for tag targets for chunk protection and recipes, rather than needing to give specifics exceptions for the mod specifically.

Describe the solution you'd like Add the tag to all doors when they are included.

Kitteh6660 commented 11 months ago

I honestly don't know, as the short and tall doors do not extend from DoorBlock so there can be some weirdness and potential crashes, as they don't use the half property. Even though they do have hinge, orientation, powered, and open.

There are tags: dramaticdoors:tall_doors and dramaticdoors:short_doors

You can try using those..

LazyDope commented 11 months ago

I see, thanks for that note about the tags provided by the mod