Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
NewAlterlite/mods/zcm-na/blocks.json

58 lines
1.6 KiB

{
"blocks": [
{
"type": "block:simple",
"entries": [
{
"id" : "alterlitiumore",
"itemModel" : "zcm_newalterlite:alterlitiumore",
"creativeTab" : "zcm_newalterlite",
"material" : "rock",
"hardness" : 3,
"resistance" : 15,
"soundType" : "stone",
"expDrop" : [4, 6],
"drop": [ { "item" : "zcm_newalterlite:alterlitium", "amount" : [1,3] } ],
"isFullCube": true,
"renderLayer": "solid",
"canSilkHarvest": true,
"harvestTool": "pickaxe",
"harvestLevel": 2,
"pathNodeType": "blocked"
},
{
"id" : "alterlitiumblock",
"itemModel" : "zcm_newalterlite:alterlitiumblock",
"creativeTab" : "zcm_newalterlite",
"material" : "rock",
"hardness" : 5,
"resistance" : 30,
"soundType" : "stone",
"isFullCube": true,
"renderLayer": "solid",
"harvestTool": "pickaxe",
"harvestLevel": 2,
"light": 3,
"pathNodeType": "blocked"
},
{
"id" : "alterlitiumlamp",
"itemModel" : "zcm_newalterlite:alterlitiumlamp",
"creativeTab" : "zcm_newalterlite",
"material" : "iron",
"hardness" : 5,
"resistance" : 30,
"soundType" : "metal",
"isFullCube": false,
"renderLayer": "cutout",
"harvestTool": "pickaxe",
"harvestLevel": 1,
"light": 15,
"pathNodeType": "blocked"
}
]
}
]
}