diff options
Diffstat (limited to 'src/main/resources/assets/zcompression/models/item')
17 files changed, 166 insertions, 0 deletions
diff --git a/src/main/resources/assets/zcompression/models/item/adamantite_ore.json b/src/main/resources/assets/zcompression/models/item/adamantite_ore.json new file mode 100644 index 0000000..7ec5126 --- /dev/null +++ b/src/main/resources/assets/zcompression/models/item/adamantite_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "zcompression:block/adamantite_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/zcompression/models/item/arcanite_ore.json b/src/main/resources/assets/zcompression/models/item/arcanite_ore.json new file mode 100644 index 0000000..21a96d1 --- /dev/null +++ b/src/main/resources/assets/zcompression/models/item/arcanite_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "zcompression:block/arcanite_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/zcompression/models/item/basalt.json b/src/main/resources/assets/zcompression/models/item/basalt.json new file mode 100644 index 0000000..200b982 --- /dev/null +++ b/src/main/resources/assets/zcompression/models/item/basalt.json @@ -0,0 +1,10 @@ +{ + "parent": "zcompression:block/basalt", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/zcompression/models/item/bismuth_ore.json b/src/main/resources/assets/zcompression/models/item/bismuth_ore.json new file mode 100644 index 0000000..44b8f57 --- /dev/null +++ b/src/main/resources/assets/zcompression/models/item/bismuth_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "zcompression:block/bismuth_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/zcompression/models/item/eternite_ore.json b/src/main/resources/assets/zcompression/models/item/eternite_ore.json new file mode 100644 index 0000000..a5fef31 --- /dev/null +++ b/src/main/resources/assets/zcompression/models/item/eternite_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "zcompression:block/eternite_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/zcompression/models/item/karmesine_ore.json b/src/main/resources/assets/zcompression/models/item/karmesine_ore.json new file mode 100644 index 0000000..2a28475 --- /dev/null +++ b/src/main/resources/assets/zcompression/models/item/karmesine_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "zcompression:block/karmesine_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/zcompression/models/item/lignite_ore.json b/src/main/resources/assets/zcompression/models/item/lignite_ore.json new file mode 100644 index 0000000..b4fbb0c --- /dev/null +++ b/src/main/resources/assets/zcompression/models/item/lignite_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "zcompression:block/lignite_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/zcompression/models/item/meteorite_ore.json b/src/main/resources/assets/zcompression/models/item/meteorite_ore.json new file mode 100644 index 0000000..b9e46b3 --- /dev/null +++ b/src/main/resources/assets/zcompression/models/item/meteorite_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "zcompression:block/meteorite_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/zcompression/models/item/mindorite_ore.json b/src/main/resources/assets/zcompression/models/item/mindorite_ore.json new file mode 100644 index 0000000..a72e9bb --- /dev/null +++ b/src/main/resources/assets/zcompression/models/item/mindorite_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "zcompression:block/mindorite_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/zcompression/models/item/mythril_ore.json b/src/main/resources/assets/zcompression/models/item/mythril_ore.json new file mode 100644 index 0000000..d309dc2 --- /dev/null +++ b/src/main/resources/assets/zcompression/models/item/mythril_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "zcompression:block/mythril_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/zcompression/models/item/palladium_ore.json b/src/main/resources/assets/zcompression/models/item/palladium_ore.json new file mode 100644 index 0000000..c9d79ce --- /dev/null +++ b/src/main/resources/assets/zcompression/models/item/palladium_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "zcompression:block/palladium_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/zcompression/models/item/prometheum_ore.json b/src/main/resources/assets/zcompression/models/item/prometheum_ore.json new file mode 100644 index 0000000..6617eb9 --- /dev/null +++ b/src/main/resources/assets/zcompression/models/item/prometheum_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "zcompression:block/prometheum_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/zcompression/models/item/rotten_ground.json b/src/main/resources/assets/zcompression/models/item/rotten_ground.json new file mode 100644 index 0000000..d64b11e --- /dev/null +++ b/src/main/resources/assets/zcompression/models/item/rotten_ground.json @@ -0,0 +1,10 @@ +{ + "parent": "zcompression:block/rotten_ground", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/zcompression/models/item/slagiron.json b/src/main/resources/assets/zcompression/models/item/slagiron.json new file mode 100644 index 0000000..84b9cd1 --- /dev/null +++ b/src/main/resources/assets/zcompression/models/item/slagiron.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "zcompression:items/slagiron" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/zcompression/models/item/slagiron_ore.json b/src/main/resources/assets/zcompression/models/item/slagiron_ore.json new file mode 100644 index 0000000..4522013 --- /dev/null +++ b/src/main/resources/assets/zcompression/models/item/slagiron_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "zcompression:block/slagiron_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/zcompression/models/item/tiberium_ore.json b/src/main/resources/assets/zcompression/models/item/tiberium_ore.json new file mode 100644 index 0000000..164521f --- /dev/null +++ b/src/main/resources/assets/zcompression/models/item/tiberium_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "zcompression:block/tiberium_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/zcompression/models/item/vibranium_ore.json b/src/main/resources/assets/zcompression/models/item/vibranium_ore.json new file mode 100644 index 0000000..ce5f75d --- /dev/null +++ b/src/main/resources/assets/zcompression/models/item/vibranium_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "zcompression:block/vibranium_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +}
\ No newline at end of file |
