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.
38 lines
1002 B
38 lines
1002 B
{
|
|
"blocks": [
|
|
{
|
|
"type": "block:simple",
|
|
"entries": [
|
|
{
|
|
"id" : "alterlitiumore",
|
|
"itemModel" : "zcm_newalterlite:alterlitiumore",
|
|
"creativeTab" : "zcm_newalterlite",
|
|
"material" : "rock",
|
|
"hardness" : 3,
|
|
"resistance" : 9,
|
|
"soundType" : "stone",
|
|
"expDrop" : [4, 6],
|
|
"drop": [ { "item" : "zcm_newalterlite:alterlitium", "amount" : [1,3] } ],
|
|
"isFullCube": true,
|
|
"renderLayer": "solid",
|
|
"canSilkHarvest": true,
|
|
"pathNodeType": "blocked"
|
|
},
|
|
{
|
|
"id" : "alterlitiumblock",
|
|
"itemModel" : "zcm_newalterlite:alterlitiumblock",
|
|
"creativeTab" : "zcm_newalterlite",
|
|
"material" : "rock",
|
|
"hardness" : 1,
|
|
"resistance" : 5,
|
|
"soundType" : "stone",
|
|
"isFullCube": true,
|
|
"renderLayer": "solid",
|
|
"pathNodeType": "blocked"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|