• 0

    posted a message on How do ı make modal (etc.) block (I have 2 problems)

    Opss, I opened it wrong. Actually, I was going to open the help.

    Posted in: MCPE: Mod / Tool Help & Requests
  • 0

    posted a message on How do ı make modal (etc.) block (I have 2 problems)

    1-How do ı make modal (etc.) block?


    2-Does this code replace block BlockRenderLayer. How can I do if I have not?


    function addwireRenderType() {
    var wireRenderType = Renderer.createHumanoidRenderer();
    var model = wireRenderType.getModel();var body = model.getPart('body').clear();var head = model.getPart('head').clear(); var rightArm = model.getPart('rightArm').clear(); var leftArm = model.getPart('leftArm').clear(); var rightLeg = model.getPart('rightLeg').clear(); var leftLeg = model.getPart('leftLeg').clear(); body.setTextureSize(64,32); head.setTextureSize(64,32); rightArm.setTextureSize(64,32); leftArm.setTextureSize(64,32); rightLeg.setTextureSize(64,32); leftLeg.setTextureSize(64,32);body.setTextureOffset(0,0); body.addBox(-4,12,-4,8,8,8); body.setTextureOffset(0,16); body.addBox(-4,7,-4,8,5,8); body.setTextureOffset(0,16); body.addBox(-4,20,-4,8,5,8); body.setTextureOffset(35,3); body.addBox(-4,12,4,8,8,5); body.setTextureOffset(35,3); body.addBox(-4,12,-8,8,8,5); body.setTextureOffset(40,16); body.addBox(4,12,-4,4,8,8); body.setTextureOffset(40,16); body.addBox(-8,12,-4,4,8,8);} addwireRenderType();


    I am planning to make a similar block as I mentioned in my picture.


     
    Posted in: MCPE: Mod / Tool Help & Requests
  • To post a comment, please .