| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- [
- {
- "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"
- }
- ]
- }
- ]
|