[ { "type": "grass", "name": "Grass", "itemType": null, "model": { "modelPath": "grass", "texturePaths": [ "data/textures/blocks.ltdb/grass.png" ], "transparent": true }, "damagableByHand": true, "transparent": true, "passable": true, "speedModifier": 0.5, "mapColor": "0x5076C011", "drops": [ { "type": "specificItem", "condition": { "type": "chance", "chance": 0.1 }, "amount": 1, "itemType": "Wheat Seeds" } ] }, { "type": "growingPlant", "name": "WheatSeeds", "readableName": "Growing wheat", "blockTypeAfterGrowth": "Wheat", "model": { "modelPath": "grass", "texturePaths": [ "data/textures/plants.ltdb/wheatseeds.png" ], "transparent": true }, "mapColor": "0x5076C011", "hardness": 0.1, "ticksNeeded": 18000, "transparent": true, "states": [ { "percentage": 0.2, "model": { "modelPath": "grass", "texturePaths": [ "data/textures/plants.ltdb/wheatseedsa.png" ], "transparent": true } }, { "percentage": 0.4, "model": { "modelPath": "grass", "texturePaths": [ "data/textures/plants.ltdb/wheatseedsb.png" ], "transparent": true } }, { "percentage": 0.6, "model": { "modelPath": "grass", "texturePaths": [ "data/textures/plants.ltdb/wheatseedsc.png" ], "transparent": true } }, { "percentage": 0.8, "model": { "modelPath": "grass", "texturePaths": [ "data/textures/plants.ltdb/wheatseedsd.png" ], "transparent": true } } ] }, { "type": "basicBlock", "name": "Wheat", "itemType": null, "model": { "modelPath": "grass", "texturePaths": [ "data/textures/plants.ltdb/wheat.png" ], "transparent": true }, "mapColor": "0x90A8C011", "transparent": true, "drops": [ { "type": "specificItem", "condition": { "type": "chance", "chance": 0.6 }, "amount": 1, "itemType": "Wheat" }, { "type": "specificItem", "condition": { "type": "chance", "chance": 0.6 }, "amount": 1, "itemType": "Wheat" }, { "type": "specificItem", "condition": { "type": "chance", "chance": 0.6 }, "amount": 1, "itemType": "Wheat" }, { "type": "specificItem", "condition": { "type": "chance", "chance": 0.6 }, "amount": 1, "itemType": "Wheat" } ] }, { "type": "growingPlant", "name": "CottonSeeds", "readableName": "Growing Cotton", "blockTypeAfterGrowth": "Cotton Plant", "model": { "modelPath": "grass", "texturePaths": [ "data/textures/plants.ltdb/cottonseeds.png" ], "transparent": true }, "mapColor": "0x909090", "hardness": 0.1, "ticksNeeded": 18000, "transparent": true, "states": [ { "percentage": 0, "model": { "modelPath": "data/models/plants.m3/smallPlant", "texturePaths": [ "data/textures/plants.ltdb/smallplant.png" ] } }, { "percentage": 0.5, "model": { "modelPath": "data/models/plants.m3/cotton_growing", "texturePaths": [ "data/textures/plants.ltdb/cottongrowing." ] } } ] }, { "type": "basicBlock", "name": "Cotton Plant", "itemType": null, "model": { "modelPath": "data/models/plants.m3/cotton", "texturePaths": [ "data/textures/plants.ltdb/cotton.png" ], "transparent": true }, "mapColor": "0xB0B0B0", "transparent": true, "drops": [ { "type": "specificItem", "condition": { "type": "chance", "chance": 0.75 }, "amount": 1, "itemType": "Wool" }, { "type": "specificItem", "condition": { "type": "chance", "chance": 0.75 }, "amount": 1, "itemType": "Wool" }, { "type": "specificItem", "condition": { "type": "chance", "chance": 0.75 }, "amount": 1, "itemType": "Wool" }, { "type": "specificItem", "condition": { "type": "chance", "chance": 0.7 }, "amount": 1, "itemType": "Cotton Seeds" }, { "type": "specificItem", "condition": { "type": "chance", "chance": 0.4 }, "amount": 1, "itemType": "Cotton Seeds" } ] } ]