Skip to content

Commit e46c5be

Browse files
authored
Fix mossy wall connections in <= 1.12.2 (#93)
1 parent 1c96d99 commit e46c5be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mappings/extra/blockConnections.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11199,15 +11199,15 @@
1119911199
"east": true
1120011200
}
1120111201
},
11202-
"cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]": {
11202+
"cobblestone_wall": {
1120311203
"cobbleWall": {
1120411204
"north": true,
1120511205
"south": true,
1120611206
"west": true,
1120711207
"east": true
1120811208
}
1120911209
},
11210-
"mossy_cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]": {
11210+
"mossy_cobblestone_wall": {
1121111211
"cobbleWall": {
1121211212
"north": true,
1121311213
"south": true,

0 commit comments

Comments
 (0)