Advertisement
Guest User

moon_dial.json

a guest
Oct 6th, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.17 KB | None | 0 0
  1. {
  2.   "parent": "minecraft:item/generated",
  3.   "textures": {
  4.     "layer0": "lunareclipse:item/moon_dial_2"
  5.   },
  6.   "overrides": [
  7.     {
  8.       "predicate": {
  9.         "lunareclipse:moon_phase": 0
  10.       },
  11.       "model": "lunareclipse:item/moon_dial_1"
  12.     },
  13.     {
  14.       "predicate": {
  15.         "lunareclipse:moon_phase": 1
  16.       },
  17.       "model": "lunareclipse:item/moon_dial_2"
  18.     },
  19.     {
  20.       "predicate": {
  21.         "lunareclipse:moon_phase": 2
  22.       },
  23.       "model": "lunareclipse:item/moon_dial_3"
  24.     },
  25.     {
  26.       "predicate": {
  27.         "lunareclipse:moon_phase": 3
  28.       },
  29.       "model": "lunareclipse:item/moon_dial_4"
  30.     },
  31.     {
  32.       "predicate": {
  33.         "lunareclipse:moon_phase": 4
  34.       },
  35.       "model": "lunareclipse:item/moon_dial_5"
  36.     },
  37.     {
  38.       "predicate": {
  39.         "lunareclipse:moon_phase": 5
  40.       },
  41.       "model": "lunareclipse:item/moon_dial_6"
  42.     },
  43.     {
  44.       "predicate": {
  45.         "lunareclipse:moon_phase": 6
  46.       },
  47.       "model": "lunareclipse:item/moon_dial_7"
  48.     },
  49.     {
  50.       "predicate": {
  51.         "lunareclipse:moon_phase": 7
  52.       },
  53.       "model": "lunareclipse:item/moon_dial_8"
  54.     }
  55.   ]
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement