#Dropped block item - Change their size!
1 messages · Page 1 of 1 (latest)
You can easily do this with a resource pack. Just override the minecraft:block/block model that provides the standard block items transformations and change the scale
Oh wow. I'll dig into that later, thank you!
Changing item models also changes the way things appear in inventory and creative menu, and there’s only one model for the “generic full block” type. So a mod could expand possibilities there, but I wouldn’t recommend it. Having lots of custom item models can bloat memory usage. (One case example of this is Headed by Pedro270707: there are multiple reports of crashes or really bad performance in inventories because each head has a unique model. https://github.com/Pedro270707/headed/issues?q=is%3Aissue )