
Item Display Missing
Foxboiye opened this issue ยท 9 comments
Item display doesn't work properly, and has some blocks invisible while others work perfectly fine
Turning on the Faithless resource pack highlights what the problem is, some blocks are being rendered farther inside of blocks than others causing them to not appear at all
How to Reproduce?
Download SteamPunk [LPS] modpack
Make and enter a world
Place down limited spruce storage barrel I, as the other limited spruce barrels seem to be fine
Put netherrack, cobbled deepslate, or diorite into the barrel
Might want to turn off Faithless resource pack because I think it's on by default and it screws with the texture size even with the "fix" pack turned on, though it makes seeing what's wrong easier
Expected Behavior
The blocks put inside the barrel can be seen no matter what block they are
Version
3.0.7
Mod Loader Version
1.20.1 - 1.273.0-23692
Mod Loader
Forge
Logs or additional context
Somehow, updating both Sophisticated Core and Sophisticated Storage makes this worse, dirt no longer works in limited spruce barrel I, granite doesn't either, along with some of them working in the limited barrel Is but not in limited barrel II/III/IIII. I have no idea how updating the mod breaks it further, though that could be a sign of a mod conflict
Ok, so now what do these blocks look like when they are put in vanilla item frame? Do they show up correctly? The display items use item frame FIXED transform a a base + there's a bit of logic to shift them in based on their in world shape
Apparently I was using forge 47.3.12, though after updating to forge 47.3.33 the issue persists. I have no idea how I ended up on 47.3.12, I guess it was auto-selected by curseforge for some reason
The items look perfectly fine in both forge 47.3.12 and forge 17.3.33 when placed into an item frame, unless I'm being blind and something's off. Updating does seem to fix some of the missing blocks in limited IIII barrels that I hadn't noticed were bugged before, but a decent chunk of blocks are still invisible
that looks like version of forge with broken render of fixed blocks. Can you update forge version? Also I have no idea what that loader version you have there is. Definitely not forge version as that uses different versioning scheme and the most up to date one for 1.20.1 is 47.3.33
Yeah I have seen Palladium doing this in the past, they have the issue reported on their side so hopefully that will be fixed at some point.
Sorry to bump this issue, as I'm not sure if I should be opening a separate ticket if the issue is the same.
I'm experiencing the same issues, on NeoForge 21.1.133, with Sophisticated Core 1.3.2.900 and Sophisticated Storage 1.4.0.1079.
In my case - I am attempting to use a Limited Oak Barrel I, trying to store oak planks inside it.
Before inserting planks into the barrel, everything renders correctly.
However, after inserting the oak planks into the barrel, the barrel cannot render the block correctly, and all oak planks placed in the world have their block visuals rendered offset.
The visual issues do not reset until the barrel that initially caused the rendering issue is emptied, and the game is fully reloaded.
I've attached a list of my mods here in this text file.
Modlist.txt
@SeraphimSera
Seeing that the list includes Sinytra Connector I would guess the issue is either directly there or in some fabric mod. Anyway if you can figure out what minimal list of mods still causes this issue I can take a look, but this looks like some mod is changing rendering perhaps adding some performance improving cache and somehow ends up using transformed render of the oak plans item?? I just double checked and transforms that I am doing are made on a copy so that should never affect the original block model, but perhaps some mod is changing even copying to not always copy but provide a cached model instead??
I've made a copy of my world and disabled sinytra + all the fabric mods I had installed - I am still getting the same issue.
I'll get back to you when I can figure it out, but if I don't reply back, it means I won't be able to respond for a while as I will be busy IRL for a few days. :(
Update: I believe I've found the culprit; Palladium seems to be the issue, as disabling it immediately fixes the problem. The other mods that cause optimizations (Lithium, Sodium etc) do not seem to do this.
Update 2: I've even reenabled all the mods, Sinytra included (except Palladium) and this issue still does not reoccur.