Jump to content

TheAnubisGod

Vintarian
  • Posts

    2
  • Joined

  • Last visited

About TheAnubisGod

  • Birthday October 14

TheAnubisGod's Achievements

Wolf Bait

Wolf Bait (1/9)

1

Reputation

  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 } },
  2. Hello. I want to add block called "statue" to my mod and it is very important to provide user an opportunity to control block orientation. It always looks one way. Is there a special property to fix this (I have checked official documentation page several times but didn`t find anything...)? Thanks in advance)
×
×
  • 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.