diff options
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/eye_of_nether/lang/en_us.json | 3 | ||||
-rw-r--r-- | src/main/resources/assets/eye_of_nether/models/item/eye_of_nether.json | 6 | ||||
-rw-r--r-- | src/main/resources/assets/eye_of_nether/textures/item/eye_of_nether.png | bin | 0 -> 4660 bytes |
3 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/assets/eye_of_nether/lang/en_us.json b/src/main/resources/assets/eye_of_nether/lang/en_us.json new file mode 100644 index 0000000..dcb3b5b --- /dev/null +++ b/src/main/resources/assets/eye_of_nether/lang/en_us.json @@ -0,0 +1,3 @@ +{ + "item.eye_of_nether.eye_of_nether": "Eye of Nether" +} diff --git a/src/main/resources/assets/eye_of_nether/models/item/eye_of_nether.json b/src/main/resources/assets/eye_of_nether/models/item/eye_of_nether.json new file mode 100644 index 0000000..5e1b270 --- /dev/null +++ b/src/main/resources/assets/eye_of_nether/models/item/eye_of_nether.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "eye_of_nether:item/eye_of_nether" + } +} diff --git a/src/main/resources/assets/eye_of_nether/textures/item/eye_of_nether.png b/src/main/resources/assets/eye_of_nether/textures/item/eye_of_nether.png Binary files differnew file mode 100644 index 0000000..62f0adc --- /dev/null +++ b/src/main/resources/assets/eye_of_nether/textures/item/eye_of_nether.png |