Skip to content

Commit 5a6ecb0

Browse files
committed
fix: wrong log rotation in versions below 1.21.10
The previous fix to adress this issue in newer versions ended up breaking it in older versions of the game. This new fix is universal. Thanks to @tnorman666 for finding the right combination.
1 parent 7ae786c commit 5a6ecb0

714 files changed

Lines changed: 1426 additions & 714 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/ad_astra/blockstates/glacian_log.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"axis=x": {
1212
"model": "ad_astra:block/glacian_log",
13-
"z": 90
13+
"x": 90,
14+
"y": 90
1415
}
1516
}
1617
}

assets/ad_astra/blockstates/stripped_glacian_log.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"axis=x": {
1212
"model": "ad_astra:block/stripped_glacian_log",
13-
"z": 90
13+
"x": 90,
14+
"y": 90
1415
}
1516
}
1617
}

assets/aether/blockstates/golden_oak_log.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"axis=x": {
1212
"model": "aether:block/golden_oak_log",
13-
"z": 90
13+
"x": 90,
14+
"y": 90
1415
}
1516
}
1617
}

assets/aether/blockstates/skyroot_log.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"axis=x": {
1212
"model": "aether:block/skyroot_log",
13-
"z": 90
13+
"x": 90,
14+
"y": 90
1415
}
1516
}
1617
}

assets/aether/blockstates/stripped_skyroot_log.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"axis=x": {
1212
"model": "aether:block/stripped_skyroot_log",
13-
"z": 90
13+
"x": 90,
14+
"y": 90
1415
}
1516
}
1617
}

assets/architects_palette/blockstates/cod_log.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"axis=x": {
1212
"model": "architects_palette:block/cod_log",
13-
"z": 90
13+
"x": 90,
14+
"y": 90
1415
}
1516
}
1617
}

assets/architects_palette/blockstates/salmon_log.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"axis=x": {
1212
"model": "architects_palette:block/salmon_log",
13-
"z": 90
13+
"x": 90,
14+
"y": 90
1415
}
1516
}
1617
}

assets/architects_palette/blockstates/stripped_twisted_log.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"axis=x": {
1212
"model": "architects_palette:block/stripped_twisted_log",
13-
"z": 90
13+
"x": 90,
14+
"y": 90
1415
}
1516
}
1617
}

assets/architects_palette/blockstates/twisted_log.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"axis=x": {
1212
"model": "architects_palette:block/twisted_log",
13-
"z": 90
13+
"x": 90,
14+
"y": 90
1415
}
1516
}
1617
}

assets/atmospheric/blockstates/aspen_log.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"axis=x": {
1212
"model": "atmospheric:block/aspen_log",
13-
"z": 90
13+
"x": 90,
14+
"y": 90
1415
}
1516
}
1617
}

0 commit comments

Comments
 (0)