|
@@ -22,7 +22,7 @@
|
|
{
|
|
{
|
|
"type": "basicBlock",
|
|
"type": "basicBlock",
|
|
"name": "Stone",
|
|
"name": "Stone",
|
|
- "itemType": "Stone",
|
|
|
|
|
|
+ "itemType": "Stone Block",
|
|
"model": {
|
|
"model": {
|
|
"modelPath": "cube",
|
|
"modelPath": "cube",
|
|
"texturePaths": [
|
|
"texturePaths": [
|
|
@@ -213,6 +213,52 @@
|
|
"hardness": 0.75,
|
|
"hardness": 0.75,
|
|
"groupNames": [
|
|
"groupNames": [
|
|
"Shovel"
|
|
"Shovel"
|
|
|
|
+ ],
|
|
|
|
+ "damagableByHand": true,
|
|
|
|
+ "drops": [
|
|
|
|
+ {
|
|
|
|
+ "type": "blockItem",
|
|
|
|
+ "condition": {
|
|
|
|
+ "type": "not",
|
|
|
|
+ "condition": {
|
|
|
|
+ "type": "noItem"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "type": "specificItem",
|
|
|
|
+ "condition": {
|
|
|
|
+ "type": "operator",
|
|
|
|
+ "operator": "AND",
|
|
|
|
+ "conditions": [
|
|
|
|
+ {
|
|
|
|
+ "type": "noItem"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "type": "chance",
|
|
|
|
+ "chance": 0.2
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "itemType": "Flint"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "type": "specificItem",
|
|
|
|
+ "condition": {
|
|
|
|
+ "type": "operator",
|
|
|
|
+ "operator": "AND",
|
|
|
|
+ "conditions": [
|
|
|
|
+ {
|
|
|
|
+ "type": "noItem"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "type": "chance",
|
|
|
|
+ "chance": 0.5
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "itemType": "Stone"
|
|
|
|
+ }
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|