Started by
SerpTheJester
on
Topic category: Help with Minecraft modding (Java Edition)
So I wanted to make some custom doors, so I did and everything seemed to work until I tried to see if villagers could use the doors and I can't figure out why but they can't. I've tried to use all the door related AI path node types in the Advanced Properties but I can't figure out why they can't open the door themselves. If anyone has the solution I'd love to hear it because I've tried to look it up and I haven't found one yet. If you need more info please ask.
I assume this may be dependent on tags. Try adding doors to block tag "wooden_doors" under minecraft namespace. I see this tag being used by Biomes You'll Go, so I assume this may be correct way of handling that.
Toma400 if it's not a bother could you send a picture or explain what the code looks like?
It's not code, it's just tag element in MCreator. Tag it as "wooden_doors", select "minecraft" namespace and "type of tag" should be "blocks".
Thanks so much, I really wanted to create doors for new villages, and they weren't being opened and closed by villagers