Page 1 of 1

Help Showing in Minecraft

Posted: 25 Jan 2017, 14:42
by majorcyto
Hi,

I am fairly new to this. I have made a model in Cubik Studio can anyone point me in the direction of a thread or tutorial that explains how to actually get it in game and spawn it, I use Spigot and 1.11 MC? Thank you!

Even better if you can link me to an item method, and a general armor stand one to show a object.

Re: Help Showing in Minecraft

Posted: 27 Jan 2017, 08:36
by AGearBeast
depends on whether you want it to be a item or block, export the model as a .json file into the directory /assets/minecraft/models/item or /block

*edit*
also if you want to put the item/block on a armour stand you can use the command
/summon armorstand ~ ~ ~ {ArmorItems:[{boots},{legs},{chest},{id:helmet,Damage:0}]}