Started by
Azarilh
on
Topic category: Help with Minecraft modding (Java Edition)
As you can see from the picture, there are a few problems with custom walls. First thing they don't connect to glass panes like vanilla walls do; second problem is that it tries to connect to vanilla walls but the vanilla walls do not connect to custom ones.
This is currently a limitation to the wall property that MCreator gives, i'd like it to be fixed but in the meantime there must be a way to fix this by editing the code, i wonder if someone already did this.
EDIT: Ok maybe i am missing something after all and it's my fault.
Edited by Azarilh on Thu, 02/04/2021 - 23:24
Ok so i solved it partially by adding the file "[mod's jar]/data/minecraft/tags/blocks/walls.json" and writing inside
Now custom walls connect to vanilla walls, while vanilla glass panes try to connect to custom walls but the custom walls don't. So what now?
FIXED!
Ok so i had to edit the code of the wall blocks in MCreator. Find this line:
And add this before the semicolon:
Result:
The proper way to do this is to tag your block in walls tag group
How do you do this? I haven't seen such an option in the block settings and anywhere else. I can only make new tags.