ZCM/NA Updates

* Bump version to 0.0.1.1
* Changed internal version number.
* Fixed wrong block properties for Alterlitium Block and it's Cluster/Ore.
* Changed the Alterlitium Cluster/Ore texture.
* Alterlitium Block now has a texture.
master
YandolsZX 5 years ago
parent 1419e76d67
commit 935f9eb98f
  1. 6
      mods/zcm-na/assets/zcm_newalterlite/blockstates/alterlitiumblock.json
  2. 2
      mods/zcm-na/assets/zcm_newalterlite/lang/en_US.lang
  3. 6
      mods/zcm-na/assets/zcm_newalterlite/models/block/alterlitiumblock.json
  4. BIN
      mods/zcm-na/assets/zcm_newalterlite/textures/blocks/alterlitiumblock.png
  5. BIN
      mods/zcm-na/assets/zcm_newalterlite/textures/blocks/alterlitiumore.png
  6. 10
      mods/zcm-na/blocks.json
  7. 2
      mods/zcm-na/cs4mod.json
  8. BIN
      mods/zcm-na/cs4mod/zcm_newalterlite.class
  9. 2
      mods/zcm-na/mcmod.info

@ -0,0 +1,6 @@
{
"variants": {
"normal": {"model": "zcm_newalterlite:alterlitiumblock"},
"inventory": {"model": "zcm_newalterlite:alterlitiumblock"}
}
}

@ -1,5 +1,5 @@
# NA Blocks # NA Blocks
tile.zcm_newalterlite.alterlitiumblock.name=Alterlitium tile.zcm_newalterlite.alterlitiumblock.name=Block of Compacted Alterlitium
tile.zcm_newalterlite.alterlitiumore.name=Alterlitium Cluster tile.zcm_newalterlite.alterlitiumore.name=Alterlitium Cluster
# NA Items # NA Items

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 694 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 631 B

After

Width:  |  Height:  |  Size: 640 B

@ -9,13 +9,15 @@
"creativeTab" : "zcm_newalterlite", "creativeTab" : "zcm_newalterlite",
"material" : "rock", "material" : "rock",
"hardness" : 3, "hardness" : 3,
"resistance" : 9, "resistance" : 15,
"soundType" : "stone", "soundType" : "stone",
"expDrop" : [4, 6], "expDrop" : [4, 6],
"drop": [ { "item" : "zcm_newalterlite:alterlitium", "amount" : [1,3] } ], "drop": [ { "item" : "zcm_newalterlite:alterlitium", "amount" : [1,3] } ],
"isFullCube": true, "isFullCube": true,
"renderLayer": "solid", "renderLayer": "solid",
"canSilkHarvest": true, "canSilkHarvest": true,
"harvestTool": "pickaxe",
"harvestLevel": 2,
"pathNodeType": "blocked" "pathNodeType": "blocked"
}, },
{ {
@ -23,11 +25,13 @@
"itemModel" : "zcm_newalterlite:alterlitiumblock", "itemModel" : "zcm_newalterlite:alterlitiumblock",
"creativeTab" : "zcm_newalterlite", "creativeTab" : "zcm_newalterlite",
"material" : "rock", "material" : "rock",
"hardness" : 1, "hardness" : 5,
"resistance" : 5, "resistance" : 30,
"soundType" : "stone", "soundType" : "stone",
"isFullCube": true, "isFullCube": true,
"renderLayer": "solid", "renderLayer": "solid",
"harvestTool": "pickaxe",
"harvestLevel": 2,
"pathNodeType": "blocked" "pathNodeType": "blocked"
} }
] ]

@ -1,5 +1,5 @@
{ {
"id": "zcm_newalterlite", "id": "zcm_newalterlite",
"name": "New Alterlite", "name": "New Alterlite",
"version": "0.0.0.8" "version": "ALPHA_TEST_02_CLOSED_BETA-NA"
} }

@ -2,7 +2,7 @@
{ {
"modid": "zcm_newalterlite", "modid": "zcm_newalterlite",
"name": "New Alterlite", "name": "New Alterlite",
"version": "0.0.0.8", "version": "0.0.1.1",
"mcversion": "1.12.2", "mcversion": "1.12.2",
"description": "Used only specifically for the New Alterlite modpack and is useless outside of it.", "description": "Used only specifically for the New Alterlite modpack and is useless outside of it.",
"credits": "Created By YandolsZX using Custom Stuff 4", "credits": "Created By YandolsZX using Custom Stuff 4",

Loading…
Cancel
Save