diff --git a/mods/zcm-ca/assets/zcm_comalterlite/blockstates/labyrinth2.json b/mods/zcm-ca/assets/zcm_comalterlite/blockstates/labyrinth2.json new file mode 100644 index 0000000..862755c --- /dev/null +++ b/mods/zcm-ca/assets/zcm_comalterlite/blockstates/labyrinth2.json @@ -0,0 +1,12 @@ +{ + "variants": { + "subtype=subtype0": {"model": "zcm_comalterlite:labyrinth_fanned"}, + "subtype=subtype1": {"model": "zcm_comalterlite:labyrinth_vimmed"}, + "subtype=subtype2": {"model": "zcm_comalterlite:labyrinth_igon"}, + "subtype=subtype3": {"model": "zcm_comalterlite:labyrinth_derolled"}, + "subtype=subtype4": {"model": "zcm_comalterlite:labyrinth_thonned"}, + "subtype=subtype5": {"model": "zcm_comalterlite:labyrinth_harned"}, + "subtype=subtype6": {"model": "zcm_comalterlite:labyrinth_orion"}, + "subtype=subtype7": {"model": "zcm_comalterlite:labyrinth_inner"} + } +} \ No newline at end of file diff --git a/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_derolled.json b/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_derolled.json new file mode 100644 index 0000000..f308330 --- /dev/null +++ b/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_derolled.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "zcm_comalterlite:blocks/labyrinth_derolled" + } +} diff --git a/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_fanned.json b/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_fanned.json new file mode 100644 index 0000000..70f71db --- /dev/null +++ b/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_fanned.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "zcm_comalterlite:blocks/labyrinth_fanned" + } +} diff --git a/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_harned.json b/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_harned.json new file mode 100644 index 0000000..cdef085 --- /dev/null +++ b/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_harned.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "zcm_comalterlite:blocks/labyrinth_harned" + } +} diff --git a/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_igon.json b/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_igon.json new file mode 100644 index 0000000..e6cabde --- /dev/null +++ b/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_igon.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "zcm_comalterlite:blocks/labyrinth_igon" + } +} diff --git a/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_inner.json b/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_inner.json new file mode 100644 index 0000000..c795fab --- /dev/null +++ b/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_inner.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "zcm_comalterlite:blocks/labyrinth_inner" + } +} diff --git a/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_orion.json b/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_orion.json new file mode 100644 index 0000000..e1d2a09 --- /dev/null +++ b/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_orion.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "zcm_comalterlite:blocks/labyrinth_orion" + } +} diff --git a/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_thonned.json b/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_thonned.json new file mode 100644 index 0000000..8d01ea9 --- /dev/null +++ b/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_thonned.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "zcm_comalterlite:blocks/labyrinth_thonned" + } +} diff --git a/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_vimmed.json b/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_vimmed.json new file mode 100644 index 0000000..2dfc6ef --- /dev/null +++ b/mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_vimmed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "zcm_comalterlite:blocks/labyrinth_vimmed" + } +} diff --git a/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_derolled.json b/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_derolled.json new file mode 100644 index 0000000..0762d87 --- /dev/null +++ b/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_derolled.json @@ -0,0 +1,10 @@ +{ + "parent": "zcm_comalterlite:block/labyrinth_derolled", + "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/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_fanned.json b/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_fanned.json new file mode 100644 index 0000000..3d38889 --- /dev/null +++ b/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_fanned.json @@ -0,0 +1,10 @@ +{ + "parent": "zcm_comalterlite:block/labyrinth_fanned", + "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/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_harned.json b/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_harned.json new file mode 100644 index 0000000..e60420e --- /dev/null +++ b/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_harned.json @@ -0,0 +1,10 @@ +{ + "parent": "zcm_comalterlite:block/labyrinth_harned", + "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/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_igon.json b/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_igon.json new file mode 100644 index 0000000..6f3319d --- /dev/null +++ b/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_igon.json @@ -0,0 +1,10 @@ +{ + "parent": "zcm_comalterlite:block/labyrinth_igon", + "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/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_inner.json b/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_inner.json new file mode 100644 index 0000000..bba2d91 --- /dev/null +++ b/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_inner.json @@ -0,0 +1,10 @@ +{ + "parent": "zcm_comalterlite:block/labyrinth_inner", + "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/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_orion.json b/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_orion.json new file mode 100644 index 0000000..76ed49e --- /dev/null +++ b/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_orion.json @@ -0,0 +1,10 @@ +{ + "parent": "zcm_comalterlite:block/labyrinth_orion", + "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/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_thonned.json b/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_thonned.json new file mode 100644 index 0000000..65911e0 --- /dev/null +++ b/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_thonned.json @@ -0,0 +1,10 @@ +{ + "parent": "zcm_comalterlite:block/labyrinth_thonned", + "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/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_vimmed.json b/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_vimmed.json new file mode 100644 index 0000000..3dd2a08 --- /dev/null +++ b/mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_vimmed.json @@ -0,0 +1,10 @@ +{ + "parent": "zcm_comalterlite:block/labyrinth_vimmed", + "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/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_derolled.png b/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_derolled.png new file mode 100644 index 0000000..455402e Binary files /dev/null and b/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_derolled.png differ diff --git a/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_fanned.png b/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_fanned.png new file mode 100644 index 0000000..c5b315c Binary files /dev/null and b/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_fanned.png differ diff --git a/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_harned.png b/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_harned.png new file mode 100644 index 0000000..8286044 Binary files /dev/null and b/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_harned.png differ diff --git a/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_igon.png b/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_igon.png new file mode 100644 index 0000000..d98ecef Binary files /dev/null and b/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_igon.png differ diff --git a/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_inner.png b/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_inner.png new file mode 100644 index 0000000..5ae6c70 Binary files /dev/null and b/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_inner.png differ diff --git a/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_orion.png b/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_orion.png new file mode 100644 index 0000000..2933bd4 Binary files /dev/null and b/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_orion.png differ diff --git a/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_thonned.png b/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_thonned.png new file mode 100644 index 0000000..590a357 Binary files /dev/null and b/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_thonned.png differ diff --git a/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_vimmed.png b/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_vimmed.png new file mode 100644 index 0000000..c7c8c38 Binary files /dev/null and b/mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_vimmed.png differ