Walls Do Not Connect with each other (2022.2 & 2022.3)

Started by 21_akai on

Topic category: Troubleshooting, bugs, and solutions

Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Walls Do Not Connect with each other (2022.2 & 2022.3)
Sun, 11/06/2022 - 19:11 (edited)

I've been having this bug where all walls will not and refuse to connect with each other or in game walls but will connect to blocks. Version 1.18.2 (2022.3)

What its code is:

{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "dark_vade:block/calcite_wall_post"
}
},
{
"when": {
"north": "low"
},
"apply": {
"model": "dark_vade:block/calcite_wall",
"uvlock": true
}
},
{
"when": {
"east": "low"
},
"apply": {
"model": "dark_vade:block/calcite_wall",
"y": 90,
"uvlock": true
}
},
{
"when": {
"south": "low"
},
"apply": {
"model": "dark_vade:block/calcite_wall",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "low"
},
"apply": {
"model": "dark_vade:block/calcite_wall",
"y": 270,
"uvlock": true
}
},
{
"when": {
"north": "tall"
},
"apply": {
"model": "dark_vade:block/calcite_wall_side_tall",
"uvlock": true
}
},
{
"when": {
"east": "tall"
},
"apply": {
"model": "dark_vade:block/calcite_wall_side_tall",
"y": 90,
"uvlock": true
}
},
{
"when": {
"south": "tall"
},
"apply": {
"model": "dark_vade:block/calcite_wall_side_tall",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "tall"
},
"apply": {
"model": "dark_vade:block/calcite_wall_side_tall",
"y": 270,
"uvlock": true
}
}
]
}
Edited by 21_akai on Sun, 11/06/2022 - 19:11
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you explain this more…
Sun, 11/13/2022 - 18:35

Can you explain this more please. I'm not an expert at this an old have been modding for a year now.