Add more types of Labyrinth blocks. [ZCM/CA]

master
YandolsZX 5 years ago
parent d6b36d73f7
commit 5d4d1d4994
  1. 12
      mods/zcm-ca/assets/zcm_comalterlite/blockstates/labyrinth2.json
  2. 6
      mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_derolled.json
  3. 6
      mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_fanned.json
  4. 6
      mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_harned.json
  5. 6
      mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_igon.json
  6. 6
      mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_inner.json
  7. 6
      mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_orion.json
  8. 6
      mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_thonned.json
  9. 6
      mods/zcm-ca/assets/zcm_comalterlite/models/block/labyrinth_vimmed.json
  10. 10
      mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_derolled.json
  11. 10
      mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_fanned.json
  12. 10
      mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_harned.json
  13. 10
      mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_igon.json
  14. 10
      mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_inner.json
  15. 10
      mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_orion.json
  16. 10
      mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_thonned.json
  17. 10
      mods/zcm-ca/assets/zcm_comalterlite/models/item/labyrinth_vimmed.json
  18. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_derolled.png
  19. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_fanned.png
  20. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_harned.png
  21. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_igon.png
  22. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_inner.png
  23. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_orion.png
  24. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_thonned.png
  25. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/labyrinth_vimmed.png

@ -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"}
}
}

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "zcm_comalterlite:blocks/labyrinth_derolled"
}
}

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "zcm_comalterlite:blocks/labyrinth_fanned"
}
}

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "zcm_comalterlite:blocks/labyrinth_harned"
}
}

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "zcm_comalterlite:blocks/labyrinth_igon"
}
}

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "zcm_comalterlite:blocks/labyrinth_inner"
}
}

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "zcm_comalterlite:blocks/labyrinth_orion"
}
}

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "zcm_comalterlite:blocks/labyrinth_thonned"
}
}

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "zcm_comalterlite:blocks/labyrinth_vimmed"
}
}

@ -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 ]
}
}
}

@ -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 ]
}
}
}

@ -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 ]
}
}
}

@ -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 ]
}
}
}

@ -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 ]
}
}
}

@ -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 ]
}
}
}

@ -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 ]
}
}
}

@ -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 ]
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Loading…
Cancel
Save