Nostalgic Tweaks (Fabric/Forge)

Nostalgic Tweaks (Fabric/Forge)

115k Downloads

[FABRIC] Decorated Pots incorrectly render as 2D

BlueStaggo opened this issue ยท 3 comments

commented

Version Information

Minecraft Version: 1.21.1
Fabric Loader Version: 0.16.7
Fabric API Version: 0.107.0
Nostalgic Tweaks Version: 2.0.0-beta.904

Describe the Bug

With the "Old 2D Item Entities" tweak turned on, decorated pots incorrectly render as 2D when dropped.

Screenshots

image

commented

This Nostalgic Tweaks mod is dead. Literally. Report this issue in Nostalgic Tweaks: Renewed, a for of Nostalgic Tweaks instead.

commented

This Nostalgic Tweaks mod is dead. Literally. Report this issue in Nostalgic Tweaks: Renewed, a for of Nostalgic Tweaks instead.

It isn't dead. There would have been work done had not it been for Sodium 0.6 coming out.

commented

This is interesting. So the vanilla item model json for decorated pots uses "gui_light": "front", which means the model is supposed to be shaded like a flat item. That's why N.T renders it as 2D because that item model property translates to usesBlockLight = false in vanilla code. I think the best way to handle this is to make a tweak list that provides exceptions to 2D rendering with decorated pots as a default entry to the list. Thanks for reporting this!