Advertisement
Guest User

Tutorial Fence Blockstates

a guest
Sep 8th, 2019
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.68 KB | None | 0 0
  1. {
  2.     "multipart": [
  3.         {   "apply": { "model": "fence_tutorial:tutorial_fence" }},
  4.         {   "when": { "north": "true" },
  5.             "apply": { "model": "fence_tutorial:tutorial_fence_side", "uvlock": true }
  6.         },
  7.         {   "when": { "east": "true" },
  8.             "apply": { "model": "fence_tutorial:tutorial_fence_side", "y": 90, "uvlock": true }
  9.         },
  10.         {   "when": { "south": "true" },
  11.             "apply": { "model": "fence_tutorial:tutorial_fence_side", "y": 180, "uvlock": true }
  12.         },
  13.         {   "when": { "west": "true" },
  14.             "apply": { "model": "fence_tutorial:tutorial_fence_side", "y": 270, "uvlock": true }
  15.         }
  16.     ]
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement