Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The old file causes a bug when the side touches a block, it will cull and make a 16\*1 pixel gap. ![before](https://github.com/Fabulously-Optimized/fabulously-optimized/assets/107340726/5b383713-ef30-42a1-b19c-47233914cf68) I fixed it by removing the lower "down" face to fix it. ![remove_down](https://github.com/Fabulously-Optimized/fabulously-optimized/assets/107340726/0ad097a8-c0c5-4adb-be85-226527d36471) Other choices: - Removing the extra box. [dirt_path.json](https://github.com/Fabulously-Optimized/fabulously-optimized/files/13290645/dirt_path.json) - Removing the lower "down" face and add 4 faces inside cull like side [dirt_path.json](https://github.com/Fabulously-Optimized/fabulously-optimized/files/13290650/dirt_path.json) - Removing the lower "down" face and add 4 faces inside cull like down [dirt_path.json](https://github.com/Fabulously-Optimized/fabulously-optimized/files/13290651/dirt_path.json) <!-- Thanks for submitting a pull request! - Translation PRs are not accepted, use Crowdin instead: https://fabulously-optimized.gitbook.io/modpack/readme/language-support#modpack - Mod and config changes are not accepted, use issues to propose them: https://github.com/Fabulously-Optimized/fabulously-optimized/issues - Major changes should be discussed as an issue or on Discord first. -->
- Loading branch information