@@ -22,7 +22,7 @@
{
"type": "basicBlock",
"name": "Stone",
- "itemType": "Stone",
+ "itemType": "Stone Block",
"model": {
"modelPath": "cube",
"texturePaths": [
@@ -213,6 +213,52 @@
"hardness": 0.75,
"groupNames": [
"Shovel"
+ ],
+ "damagableByHand": true,
+ "drops": [
+ {
+ "type": "blockItem",
+ "condition": {
+ "type": "not",
+ "type": "noItem"
+ }
+ },
+ "type": "specificItem",
+ "type": "operator",
+ "operator": "AND",
+ "conditions": [
+ "type": "chance",
+ "chance": 0.2
+ ]
+ "itemType": "Flint"
+ "chance": 0.5
+ "itemType": "Stone"
]
},
@@ -246,5 +246,16 @@
"itemName": "Tree bark"
+ "type": "basic",
+ "name": "Stone",
+ "model": {
+ "modelPath": "items.m3/stone",
+ "texturePaths": [
+ "blocks.ltdb/stone.png"
+ "itemName": "Stone"
}