CreativeMD / LittleTiles

GNU Lesser General Public License v3.0
159 stars 52 forks source link

[ 1.12 ][ v1.5.87 ] net.minecraft.util.ReportedException: Rendering item , invalid gridsize 32 #949

Closed Sethgno closed 3 months ago

Sethgno commented 3 months ago

tested with latest LT and CC 1.10.71 in isolated instance

crash when opening creative tab and config "scale" = 5 https://gist.github.com/Sethgno/9a5673d067f3c1ca5385f3e489357303

something with one of the multitiles items requiring grid min of 32 or i misunderstanding config settings idk, i just wanna disable 32x size

config settings: "core": { "defaultSize": 16, "minSize": 1, "scale": 5, "exponent": 2, "forceToSaveDefaultSize": false }

CreativeMD commented 3 months ago

Yep exactly, you can replace these structures. They can be found in the assets folder. By default disabling 32 grid is not possible.

Sethgno commented 3 months ago

deleting them works too, thanks! :3c