DyamicFleyer

Live Texture Stitching Example 1:2

Mar 18th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.49 KB | None | 0 0
  1. {
  2.     "id": " blocks/concrete_rainbow2",
  3.     "textures": {
  4.         "rainbow": [
  5.             "blocks/red_concrete",
  6.             "blocks/orange_concrete",
  7.             "blocks/yellow_concrete",
  8.             "blocks/green_concrete",
  9.             "blocks/blue_concrete",
  10.             "blocks/purple_concrete",
  11.             "blocks/magenta_concrete"
  12.         ]
  13.     },
  14.     "animation": {
  15.         "interpolate": true,
  16.         "frametime": 4,
  17.         "frames": [
  18.             "#rainbow"
  19.         ]
  20.     }
  21. }
Add Comment
Please, Sign In to add comment