@@ -327,5 +327,18 @@
"itemName": "Thread",
"hp": 1,
"durability": 10
+ },
+ {
+ "type": "basic",
+ "name": "Knife",
+ "model": {
+ "modelPath": "data/models/tools.m3/knife",
+ "texturePaths": [
+ "data/textures/tools.ltdb/knife.png"
+ ]
+ "itemName": "Knife",
+ "hp": 1,
+ "durability": 10
}
]
@@ -1,57 +1,100 @@
[
- {
- "type": "shaped",
- "group": "inventory",
- "width": 2,
- "height": 3,
- "inputs": [
- "x": 0,
- "y": 0,
- "input": {
- "filter": {
- "type": "type",
- "itemType": "Flint"
- }
- },
- "x": 1,
- "y": 1,
- "itemType": "Wooden Stick"
- "y": 2,
- ],
- "outputs": [
- "itemType": "Hoe"
- ]
+ "type": "shaped",
+ "group": "inventory",
+ "width": 1,
+ "height": 3,
+ "inputs": [
+ "x": 0,
+ "y": 0,
+ "input": {
+ "filter": {
+ "type": "type",
+ "itemType": "Flint"
+ }
+ "y": 1,
+ "itemType": "Thread"
+ "y": 2,
+ "itemType": "Wooden Stick"
+ ],
+ "outputs": [
+ "itemType": "Knife"
+ "width": 2,
+ "x": 1,
+ "itemType": "Hoe"
{
"type": "shaped",
"group": "inventory",