View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002491 | Industrial-Craft² | tools / electric items | public | 2019-02-12 09:25 | 2019-02-18 01:23 |
Reporter | KrisBigK | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Platform | PC, Java | OS | Windows | OS Version | 7 |
Summary | 0002491: Some texture are displayed incorrectly when using an obscurator | ||||
Description | Pasting texture of glass and side of grass block onto a foam wall causes some parts to become black. Same thing happens to other full block that has partially transparent texture. Using obscurator on chests and barriers cause the obscurator item to display purple and black texture. | ||||
Additional Information | Mod list industrialcraft-2-2.8.111-ex112 jei_1.12.2-4.13.1.225 TickrateChanger-Mod-1.12.2 1.12.2-forge1.12.2-14.23.5.2768 | ||||
Tags | No tags attached. | ||||
Minecraft Version | 1.12.2 | ||||
|
|
|
Transparent or translucent blocks are definitely going to have rendering issues, the cables won't be rendering in the right pass at all. It shouldn't even let you clone from chests as they have a transparent model which we'd have no chance of rendering properly without special casing. Might have to test whether the block that is trying to be copied is SOLID or CUTOUT so we could theoretically clone it correctly. |