Added the new Special block. [ZCM/CA]

(It's not actually special or anything, it's just a building block that's named that way.)
master
YandolsZX 5 years ago
parent d015c9e368
commit a5bd20731a
  1. 13
      mods/zcm-ca/assets/zcm_comalterlite/blockstates/special.json
  2. 6
      mods/zcm-ca/assets/zcm_comalterlite/models/block/special_across.json
  3. 6
      mods/zcm-ca/assets/zcm_comalterlite/models/block/special_active.json
  4. 6
      mods/zcm-ca/assets/zcm_comalterlite/models/block/special_brick.json
  5. 6
      mods/zcm-ca/assets/zcm_comalterlite/models/block/special_cross.json
  6. 6
      mods/zcm-ca/assets/zcm_comalterlite/models/block/special_inactive.json
  7. 6
      mods/zcm-ca/assets/zcm_comalterlite/models/block/special_slate.json
  8. 6
      mods/zcm-ca/assets/zcm_comalterlite/models/block/special_through.json
  9. 6
      mods/zcm-ca/assets/zcm_comalterlite/models/block/special_ventrilo.json
  10. 6
      mods/zcm-ca/assets/zcm_comalterlite/models/block/special_xeen.json
  11. 10
      mods/zcm-ca/assets/zcm_comalterlite/models/item/special_across.json
  12. 10
      mods/zcm-ca/assets/zcm_comalterlite/models/item/special_active.json
  13. 10
      mods/zcm-ca/assets/zcm_comalterlite/models/item/special_brick.json
  14. 10
      mods/zcm-ca/assets/zcm_comalterlite/models/item/special_cross.json
  15. 10
      mods/zcm-ca/assets/zcm_comalterlite/models/item/special_inactive.json
  16. 10
      mods/zcm-ca/assets/zcm_comalterlite/models/item/special_slate.json
  17. 10
      mods/zcm-ca/assets/zcm_comalterlite/models/item/special_through.json
  18. 10
      mods/zcm-ca/assets/zcm_comalterlite/models/item/special_ventrilo.json
  19. 10
      mods/zcm-ca/assets/zcm_comalterlite/models/item/special_xeen.json
  20. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/special_across.png
  21. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/special_active.png
  22. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/special_brick.png
  23. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/special_cross.png
  24. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/special_inactive.png
  25. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/special_slate.png
  26. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/special_through.png
  27. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/special_ventrilo.png
  28. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/special_xeen.png

@ -0,0 +1,13 @@
{
"variants": {
"subtype=subtype0": {"model": "zcm_comalterlite:special_slate"},
"subtype=subtype1": {"model": "zcm_comalterlite:special_through"},
"subtype=subtype2": {"model": "zcm_comalterlite:special_inactive"},
"subtype=subtype3": {"model": "zcm_comalterlite:special_active"},
"subtype=subtype4": {"model": "zcm_comalterlite:special_cross"},
"subtype=subtype5": {"model": "zcm_comalterlite:special_across"},
"subtype=subtype6": {"model": "zcm_comalterlite:special_brick"},
"subtype=subtype7": {"model": "zcm_comalterlite:special_xeen"},
"subtype=subtype8": {"model": "zcm_comalterlite:special_ventrilo"}
}
}

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

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

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

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

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

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

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

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

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

@ -0,0 +1,10 @@
{
"parent": "zcm_comalterlite:block/special_across",
"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/special_active",
"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/special_brick",
"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/special_cross",
"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/special_inactive",
"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/special_slate",
"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/special_through",
"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/special_ventrilo",
"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/special_xeen",
"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: 2.9 KiB

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: 3.0 KiB

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: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Loading…
Cancel
Save