Started by
Finmide
on
Topic category: Help with Minecraft modding (Java Edition)
So I was trying to make some walls and fences but it seems like even though I make them the same way I have always made them before now they just have the post and not the connection between the two pieces. It used to work perfectly fine before but now it wont work? Is there a way to fix this?
You now need to make a Tag and add your new walls to it.
Tag registry name : walls
Tag namespace : minecraft
Tag type : Blocks
Elements under this tag : < your new wall types here>
ah this worked. Before I didn't need the tags so I did not think to do that. Thanks for the help.