[ { "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", "model": { "modelPath": "cube", "texturePaths": [ "items.ltdb/resin.png", "items.ltdb/resin.png", "items.ltdb/resin.png", "items.ltdb/resin.png", "items.ltdb/resin.png", "items.ltdb/resin.png" ] }, "itemName": "Resin", "hp": 1, "durability": 10 }, { "type": "basic", "name": "Broken Axe", "model": { "modelPath": "tools.m3/axe", "texturePaths": [ "tools.ltdb/stoneaxe.png" ] }, "itemName": "Broken Axe", "hp": 100, "durability": 100, "maxStack": 10 }, { "type": "basic", "name": "Broken Hoe", "model": { "modelPath": "tools.m3/hoe", "texturePaths": [ "tools.ltdb/stonehoe.png" ] }, "itemName": "Broken Hoe", "hp": 100, "durability": 100, "maxStack": 10 }, { "type": "basic", "name": "Flint", "model": { "modelPath": "items.m3/flint", "texturePaths": [ "items.ltdb/flint.png" ] }, "itemName": "Flint", "hp": 1, "durability": 10 }, { "type": "basic", "name": "Flint", "model": { "modelPath": "items.m3/flint", "texturePaths": [ "items.ltdb/flint.png" ] }, "itemName": "Flint", "hp": 1, "durability": 10 }, { "type": "basic", "name": "Broken Shovel", "model": { "modelPath": "tools.m3/shovel", "texturePaths": [ "tools.ltdb/stonehoe.png" ] }, "itemName": "Broken Shovel", "hp": 100, "durability": 100, "maxStack": 10 }, { "type": "basic", "name": "Wheat", "model": { "modelPath": "grass", "texturePaths": [ "plants.ltdb/wheat.png" ] }, "itemName": "Wheat", "hp": 1, "durability": 10, "maxStack": 10, "hungerRecoveryPerHp": 0.5 }, { "type": "tool", "name": "Hoe", "model": { "modelPath": "tools.m3/hoe", "texturePaths": [ "tools.ltdb/stonehoe.png" ] }, "maxStack": 10, "brokenItemTypeName": "Broken Hoe", "levelUpRule": { "type": "xpBased" }, "itemSkill": { "type": "replaceBlock", "configs": [ { "targetFilter": { "type": "types", "typeNames": [ "Dirt" ] }, "replacementBlockType": "Farmland" } ] } }, { "type": "tool", "name": "Shovel", "model": { "modelPath": "tools.m3/shovel", "texturePaths": [ "tools.ltdb/stonehoe.png" ] }, "maxStack": 10, "brokenItemTypeName": "Broken Shovel", "levelUpRule": { "type": "xpBased" }, "itemSkill": { "type": "damaging", "configs": [ { "targetFilter": { "type": "groups", "groupNames": [ "Shovel" ] } } ] } }, { "type": "tool", "name": "Axe", "model": { "modelPath": "tools.m3/axe", "texturePaths": [ "tools.ltdb/stoneaxe.png" ] }, "maxStack": 10, "brokenItemTypeName": "Broken Axe", "levelUpRule": { "type": "xpBased" }, "itemSkill": { "type": "damaging", "configs": [ { "targetFilter": { "type": "groups", "groupNames": [ "Wood" ] } } ] } }, { "type": "fluidContainer", "name": "Wooden Bucket", "model": { "modelPath": "items.m3/bucket", "texturePaths": [ "blocks.ltdb/woodplanks.png" ] }, "maxStack": 10, "levelUpRule": { "type": "xpBased" }, "itemSkill": { "type": "fluidGathering", "configs": [ { "targetFilter": { "type": "maxHeat", "heat": 90 } } ] } }, { "type": "placeable", "name": "Wheat Seeds", "model": { "modelPath": "grass", "texturePaths": [ "plants.ltdb/wheatseeds.png" ], "transparent": false }, "hardness": 0.1, "transparent": true, "passable": true, "speedModifier": 0.5, "blockType": "WheatSeeds", "placeableProof": { "type": "blockFilter", "direction": "bottom", "filter": { "type": "types", "typeNames": [ "Farmland" ] } } } ]