[FABRIC] Decorated Pots incorrectly render as 2D
BlueStaggo opened this issue ยท 3 comments
This Nostalgic Tweaks mod is dead. Literally. Report this issue in Nostalgic Tweaks: Renewed, a for of Nostalgic Tweaks instead.
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.
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!