aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/assets/eye_of_nether/models
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/assets/eye_of_nether/models')
-rw-r--r--src/main/resources/assets/eye_of_nether/models/item/eye_of_nether.json6
1 files changed, 6 insertions, 0 deletions
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"
+ }
+}