Commit cdcda1b
authored
Fix air rendering (#38)
Fixes Amulet-Team/Amulet-Map-Editor#1119
These two lines of code were to display the missing block if the block had textures but no elements which is the case for polygon mesh formats that we don't support.
Minecraft Java 1.21.4 added a particle texture which broke this.1 parent fe32145 commit cdcda1b
File tree
1 file changed
+3
-1
lines changed- minecraft_model_reader/api/resource_pack/java
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
360 | 362 | | |
361 | 363 | | |
362 | 364 | | |
| |||
0 commit comments