Changes and finalization to current build of ZCM/CA.

* Re-implement Synthetic Dirt and Synthetic Sand, changed their textures and and unmarked them for renewal.
* Added new Composite Block which serves as a crafting ingredient for the Labyrinth block and other decorative blocks.
* Changed Composite Food to use it's own texture and buffed it's saturation values.
* Made Composite Glass Pane top texture transparent so it looks better in-game now.
* Fix Observation Glass Pane item texture. (Block texture still broken, no idea how to fix right now)
* Preparation for new blocks to be added in the future.
master
YandolsZX 5 years ago
parent e5060976f8
commit 80c5cc9306
  1. 6
      mods/zcm-ca/assets/zcm_comalterlite/blockstates/compositeblock.json
  2. 8
      mods/zcm-ca/assets/zcm_comalterlite/lang/en_US.lang
  3. 6
      mods/zcm-ca/assets/zcm_comalterlite/models/block/artery.json
  4. 6
      mods/zcm-ca/assets/zcm_comalterlite/models/block/compositeblock.json
  5. 2
      mods/zcm-ca/assets/zcm_comalterlite/models/item/compositefood.json
  6. 2
      mods/zcm-ca/assets/zcm_comalterlite/models/item/observationglass_pane_construction.json
  7. 2
      mods/zcm-ca/assets/zcm_comalterlite/models/item/observationglass_pane_damaged.json
  8. 2
      mods/zcm-ca/assets/zcm_comalterlite/models/item/observationglass_pane_enclosed.json
  9. 2
      mods/zcm-ca/assets/zcm_comalterlite/models/item/observationglass_pane_light_blue.json
  10. 2
      mods/zcm-ca/assets/zcm_comalterlite/models/item/observationglass_pane_lime.json
  11. 2
      mods/zcm-ca/assets/zcm_comalterlite/models/item/observationglass_pane_magenta.json
  12. 2
      mods/zcm-ca/assets/zcm_comalterlite/models/item/observationglass_pane_silver.json
  13. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/compositeblock.png
  14. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/compositeglass_pane_top.png
  15. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/compositeglass_pane_top_.png
  16. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/blocks/syntheticdirt.png
  17. BIN
      mods/zcm-ca/assets/zcm_comalterlite/textures/items/rations.png
  18. 77
      mods/zcm-ca/blocks.json
  19. 6
      mods/zcm-ca/items.json

@ -0,0 +1,6 @@
{
"variants": {
"normal": {"model": "zcm_comalterlite:compositeblock"},
"inventory": {"model": "zcm_comalterlite:compositeblock"}
}
}

@ -11,9 +11,10 @@ tile.zcm_comalterlite.labyrinthmaker.name=Labyrinth Empresser (Deprecated)
item.zcm_comalterlite.labyrinthmaker.name=Labyrinth Empresser (Deprecated)
tile.zcm_comalterlite.herrmaker.name=Herr Compacting Device
item.zcm_comalterlite.herrmaker.name=Herr Compacting Device
tile.zcm_comalterlite.syntheticdirt.name=Synthetic Dirt (Deprecated)
tile.zcm_comalterlite.syntheticsand.name=Synthetic Sand (Deprecated)
tile.zcm_comalterlite.syntheticdirt.name=Synthetic Dirt
tile.zcm_comalterlite.syntheticsand.name=Synthetic Sand
tile.zcm_comalterlite.herrblock.name=Compacted Herr
tile.zcm_comalterlite.compositeblock.name=Composite Block
tile.zcm_comalterlite.compositeglass.name=Composite Glass
tile.zcm_comalterlite.compositeglass_pane.0.name=Composite Glass Pane
tile.zcm_comalterlite.compositeglass_pane.1.name=Secondary Composite Glass Pane
@ -33,7 +34,7 @@ tile.zcm_comalterlite.observationglass_pane.5.name=Observation Glass Pane (Damag
tile.zcm_comalterlite.observationglass_pane.6.name=Observation Glass Pane (Construction)
tile.zcm_comalterlite.frontierriumore.name=Frontierrium Chunk
# ZCM/CA Labyrinth Blocks
# ZCM/CA Labyrinth and other Decorative Blocks
tile.zcm_comalterlite.labyrinth.0.name=Labyrinth Block
tile.zcm_comalterlite.labyrinth.1.name=Cade Labyrinth Block
tile.zcm_comalterlite.labyrinth.2.name=White Labyrinth Block
@ -64,6 +65,7 @@ tile.zcm_comalterlite.labyrinth2.4.name=Thonned Labyrinth Block
tile.zcm_comalterlite.labyrinth2.5.name=Harned Labyrinth Block
tile.zcm_comalterlite.labyrinth2.6.name=Orion Labyrinth Block
tile.zcm_comalterlite.labyrinth2.7.name=Inner Labyrinth Block
tile.zcm_comalterlite.artery.name=Artery Block
# ZCM/CA Items
item.zcm_comalterlite.belt.name=Staging Belt

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

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

@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "zcm_comalterlite:items/compositefood"
"layer0": "zcm_comalterlite:items/rations"
}
}

@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "zcm_comalterlite:blocks/observationglass_construction"
"layer0": "zcm_comalterlite:blocks/glass_construction"
}
}

@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "zcm_comalterlite:blocks/observationglass_damaged"
"layer0": "zcm_comalterlite:blocks/glass_damaged"
}
}

@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "zcm_comalterlite:blocks/observationglass_enclosed"
"layer0": "zcm_comalterlite:blocks/glass_enclosed"
}
}

@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "zcm_comalterlite:blocks/observationglass_light_blue"
"layer0": "zcm_comalterlite:blocks/glass_light_blue"
}
}

@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "zcm_comalterlite:blocks/observationglass_lime"
"layer0": "zcm_comalterlite:blocks/glass_lime"
}
}

@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "zcm_comalterlite:blocks/observationglass_magenta"
"layer0": "zcm_comalterlite:blocks/glass_magenta"
}
}

@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "zcm_comalterlite:blocks/observationglass_silver"
"layer0": "zcm_comalterlite:blocks/glass_silver"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 B

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 750 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

@ -44,6 +44,7 @@
"material": "ground",
"soundType": "grass",
"itemModel": "zcm_comalterlite:syntheticdirt",
"harvestTool": "shovel",
"isFullCube": true
},
{
@ -52,6 +53,43 @@
"material": "sand",
"soundType": "sand",
"itemModel": "zcm_comalterlite:syntheticsand",
"harvestTool": "shovel",
"isFullCube": true
},
{
"id" : "compositeblock",
"creativeTab": "zcm_comalterlite",
"itemModel": "zcm_comalterlite:compositeblock",
"information": [ "Used as the basis for decorative blocks", "such as Labyrinth Blocks and alike."],
"material": "rock",
"hardness": 3,
"resistance": 5,
"soundType": "stone",
"isFullCube": true,
"renderLayer": "solid",
"harvestTool": "pickaxe",
"pathNodeType": "blocked"
},
{
"id": "futuristsand",
"creativeTab": "zcm_comalterlite",
"material": "sand",
"hardness": 3,
"resistance": 5,
"soundType": "sand",
"itemModel": "zcm_comalterlite:futuristsand",
"harvestTool": "shovel",
"isFullCube": true
},
{
"id": "prismablock",
"creativeTab": "zcm_comalterlite",
"material": "iron",
"itemModel": "zcm_comalterlite:prismablock",
"harvestTool": "pickaxe",
"harvestLevel": 3,
"hardness": 3,
"resistance": 5,
"isFullCube": true
},
{
@ -171,6 +209,15 @@
"harvestLevel": 3,
"hardness": 8
},
{
"id": "artery",
"creativeTab": "zcm_comalterlite",
"material": "iron",
"itemModel": "zcm_comalterlite:artery",
"harvestTool": "pickaxe",
"harvestLevel": 3,
"hardness": 8
},
{
"id": "special",
"creativeTab": "zcm_comalterlite",
@ -190,6 +237,29 @@
"harvestTool": "pickaxe",
"harvestLevel": 3,
"hardness": 8
},
{
"id": "futuristsandstone",
"creativeTab": "zcm_comalterlite",
"material": "rock",
"subtypes": [0, 1, 2],
"itemModel": {
"0": "zcm_comalterlite:futuristsandstone_normal",
"1": "zcm_comalterlite:futuristsandstone_smooth",
"2": "zcm_comalterlite:futuristsandstone_carved"
},
"harvestTool": "pickaxe",
"harvestLevel": 2,
"hardness": 5
},
{
"id": "prisma_artery",
"creativeTab": "zcm_comalterlite",
"material": "iron",
"itemModel": "zcm_comalterlite:prisma_artery",
"harvestTool": "pickaxe",
"harvestLevel": 3,
"hardness": 8
}
]
},
@ -515,6 +585,13 @@
"itemModel": "zcm_comalterlite:trapdoor",
"opensWithRedstone": true,
"opensWithHands": false
},
{
"id": "meshdoor",
"creativeTab": "zcm_comalterlite",
"itemModel": "zcm_comalterlite:meshdoor",
"opensWithRedstone": false,
"opensWithHands": true
}
]
},

@ -107,7 +107,7 @@
},
{
"id": "compositefood",
"model": "minecraft:apple",
"model": "zcm_comalterlite:rations",
"subtypes": [0, 1, 2, 3],
"creativeTab": "zcm_comalterlite",
"information": {
@ -123,10 +123,10 @@
"3": 16
},
"saturation": {
"0": 0.5,
"0": 0.4,
"1": 0.5,
"2": 0.6,
"3": 0.6
"3": 0.7
},
"alwaysEdible": {
"0": false,

Loading…
Cancel
Save