#Implementing a 6 blocks tall and 3 blocks wide decoration
13 messages · Page 1 of 1 (latest)
Please make sure to read #1029373817119838218 as it may answer your question!
Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.
If you use a normal block renderer, yes.
For items you should get to 12 with item display entities or display settings in general
Item display entities? like item frames?
no, the "item_display" entity (literal name)
This would summon an item display in 1.21.1 that renders stone 4 times its size (so 4x4x4 in the case of a normal stone block)
/summon item_display ~ ~ ~ {transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[0f,0f,0f],scale:[4f,4f,4f]},item:{id:"minecraft:stone",count:1}}
works with any other item ofc too
Wow i didnt know that
So i just needed to make 3 block tall 1.5 block wide item, and rescale it in game with that?
Dunno about the width you want, but yeah, a 3 block tall model in Blokcbench would be 12 tall with that command ingame.
The wdith is supposed to be 3 blocks wide
then 3/4 would be 0.75
(for the base model)