[ { "type": "growingPlant", "name": "WheatSeeds", "readableName": "Growing wheat", "blockTypeAfterGrowth": "Wheat", "model": { "modelPath": "grass", "texturePaths": [ "plants.ltdb/wheatseeds.png" ], "transparent": true }, "mapColor": "0x5076C011", "hardness": 0.1, "ticksNeeded": 18000, "states": [ { "percentage": 0.2, "model": { "modelPath": "grass", "texturePaths": [ "plants.ltdb/wheatseedsa.png" ], "transparent": true } }, { "percentage": 0.4, "model": { "modelPath": "grass", "texturePaths": [ "plants.ltdb/wheatseedsb.png" ], "transparent": true } }, { "percentage": 0.6, "model": { "modelPath": "grass", "texturePaths": [ "plants.ltdb/wheatseedsc.png" ], "transparent": true } }, { "percentage": 0.8, "model": { "modelPath": "grass", "texturePaths": [ "plants.ltdb/wheatseedsd.png" ], "transparent": true } } ] }, { "type": "basicBlock", "name": "Wheat", "itemType": null, "model": { "modelPath": "grass", "texturePaths": [ "plants.ltdb/wheat.png" ] }, "mapColor": "0x90A8C011", "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": [ "plants.ltdb/cottonseeds.png" ], "transparent": true }, "mapColor": "0x909090", "hardness": 0.1, "ticksNeeded": 18000, "states": [ { "percentage": 0, "model": { "modelPath": "plants.m3/smallPlant", "texturePaths": [ "plants.ltdb/smallplant.png" ] } }, { "percentage": 0.5, "model": { "modelPath": "plants.m3/cotton_growing", "texturePaths": [ "plants.ltdb/cottongrowing." ] } } ] }, { "type": "basicBlock", "name": "Cotton Plant", "itemType": null, "model": { "modelPath": "plants.m3/cotton", "texturePaths": [ "plants.ltdb/cotton.png" ] }, "mapColor": "0xB0B0B0", "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": "CottonSeeds" }, { "type": "specificItem", "condition": { "type": "chance", "chance": 0.4 }, "amount": 1, "itemType": "CottonSeeds" } ] } ]