Advertisement
Goy288

Failed attempt at making a glowing ore #2

Sep 15th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.23 KB | None | 0 0
  1. {
  2.   "parent": "block/block",
  3.   "ambientocclusion": false,
  4.   "textures":
  5.   {
  6.     "all": "ore_stone_variants:blocks/background_finder",
  7.     "glow": "ore_stone_variants:blocks/overlay_finder",
  8.     "particle": "ore_stone_variants:blocks/background_finder"
  9.   },
  10.   "elements":
  11.   [
  12.     {
  13.       "from": [0, 0, 0],
  14.       "to": [16, 16, 16],
  15.       "shade": true,
  16.       "faces":
  17.       {
  18.         "down":   {"texture": "#all", "cullface": "down"},
  19.         "up":     {"texture": "#all", "cullface": "up"},
  20.         "north":  {"texture": "#all", "cullface": "north"},
  21.         "south":  {"texture": "#all", "cullface": "south"},
  22.         "west":   {"texture": "#all", "cullface": "west"},
  23.         "east":   {"texture": "#all", "cullface": "east"}
  24.       }
  25.     },
  26.     {
  27.       "from": [0, 0, 0],
  28.       "to": [16, 16, 16],
  29.       "shade": false,
  30.       "faces":
  31.       {
  32.         "down":   {"texture": "#glow", "cullface": "down"},
  33.         "up":     {"texture": "#glow", "cullface": "up"},
  34.         "north":  {"texture": "#glow", "cullface": "north"},
  35.         "south":  {"texture": "#glow", "cullface": "south"},
  36.         "west":   {"texture": "#glow", "cullface": "west"},
  37.         "east":   {"texture": "#glow", "cullface": "east"}
  38.       }
  39.     }
  40.   ]
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement