Jump to content

TheAnubisGod

Vintarian
  • Posts

    2
  • Joined

  • Last visited

Posts posted by TheAnubisGod

  1. Finally, I found the solution. To implement such experience, you should add this code:

    behaviors: [ { "name": "HorizontalOrientable" } ],
    variantgroups: [
        {
          code: "side",
          loadFromProperties: "abstract/horizontalorientation"
        }
      ],
     creativeinventoryByType: {
       "*-east": {general: ["*"]}
    },
     shape: {
       base: "block/yourblockmodel",
        "rotateYByType": {
          "*-north": 0,
          "*-east": 270,
          "*-south": 180,
          "*-west": 90
        }
     },

     

    • Like 1
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.