#Dropped block item - Change their size!

1 messages · Page 1 of 1 (latest)

true rampart
#

Look at those blocks laying on the floor -- they are so tiny!
It would be really lovely to have a mod that can change the size of those drops (Preferably change dropped block and item size independently). Thank you!

tender token
#

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

true rampart
cursive rose
#

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 )