|
@@ -1,19 +1,17 @@
|
|
|
[
|
|
|
- {
|
|
|
-
|
|
|
- "type": "basic",
|
|
|
-
|
|
|
- "name": "Wooden Stick",
|
|
|
- "model": {
|
|
|
- "modelPath": "items.m3/stick",
|
|
|
- "texturePaths": [
|
|
|
- "items.ltdb/stick.png"
|
|
|
- ]
|
|
|
- },
|
|
|
- "itemName": "Wooden Stick",
|
|
|
- "hp": 1,
|
|
|
- "durability": 10
|
|
|
+ {
|
|
|
+ "type": "basic",
|
|
|
+ "name": "Wooden Stick",
|
|
|
+ "model": {
|
|
|
+ "modelPath": "items.m3/stick",
|
|
|
+ "texturePaths": [
|
|
|
+ "items.ltdb/stick.png"
|
|
|
+ ]
|
|
|
},
|
|
|
+ "itemName": "Wooden Stick",
|
|
|
+ "hp": 1,
|
|
|
+ "durability": 10
|
|
|
+ },
|
|
|
{
|
|
|
"type": "basic",
|
|
|
"name": "Resin",
|
|
@@ -122,7 +120,9 @@
|
|
|
{
|
|
|
"targetFilter": {
|
|
|
"type": "types",
|
|
|
- "typeNames": [ "Dirt" ]
|
|
|
+ "typeNames": [
|
|
|
+ "Dirt"
|
|
|
+ ]
|
|
|
},
|
|
|
"replacementBlockType": "Farmland"
|
|
|
}
|
|
@@ -149,7 +149,9 @@
|
|
|
{
|
|
|
"targetFilter": {
|
|
|
"type": "groups",
|
|
|
- "groupNames": [ "Shovel" ]
|
|
|
+ "groupNames": [
|
|
|
+ "Shovel"
|
|
|
+ ]
|
|
|
}
|
|
|
}
|
|
|
]
|
|
@@ -175,7 +177,9 @@
|
|
|
{
|
|
|
"targetFilter": {
|
|
|
"type": "groups",
|
|
|
- "groupNames": [ "Wood" ]
|
|
|
+ "groupNames": [
|
|
|
+ "Wood"
|
|
|
+ ]
|
|
|
}
|
|
|
}
|
|
|
]
|
|
@@ -226,8 +230,21 @@
|
|
|
"direction": "bottom",
|
|
|
"filter": {
|
|
|
"type": "types",
|
|
|
- "typeNames": [ "Farmland" ]
|
|
|
+ "typeNames": [
|
|
|
+ "Farmland"
|
|
|
+ ]
|
|
|
}
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "basic",
|
|
|
+ "name": "Tree bark",
|
|
|
+ "model": {
|
|
|
+ "modelPath": "items.m3/treebark",
|
|
|
+ "texturePaths": [
|
|
|
+ "items.ltdb/treebark.png"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "itemName": "Tree bark"
|
|
|
}
|
|
|
]
|