#Implementing a 6 blocks tall and 3 blocks wide decoration

13 messages · Page 1 of 1 (latest)

eternal hawk
#

Do I need to split this decoration into 12 parts? Its java item

weary templeBOT
#
Welcome to the help forum!

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.

lusty coral
eternal hawk
lusty coral
#

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

eternal hawk
#

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?

lusty coral
eternal hawk
#

The wdith is supposed to be 3 blocks wide

lusty coral
#

(for the base model)