85 lines
2.1 KiB
JSON
85 lines
2.1 KiB
JSON
{
|
|
"path": "mod_actuallyadditions/canola_plant.json",
|
|
"enabled": true,
|
|
"id": "actuallyadditions:canola_plant",
|
|
"plant_name": "Canola",
|
|
"seed_name": "Canola Seeds",
|
|
"seed_items": [
|
|
{
|
|
"item": "actuallyadditions:item_canola_seed",
|
|
"meta": 0,
|
|
"tags": "",
|
|
"ignoreMeta": false,
|
|
"ignoreTags": [
|
|
"*"
|
|
],
|
|
"useOreDict": false
|
|
}
|
|
],
|
|
"description": {
|
|
"translations": {},
|
|
"default": "Hola, canola! According to something called the internet, the term \u0027canola\u0027 is a contraction of \u0027Canada\u0027 and \u0027ola\u0027, meaning oil"
|
|
},
|
|
"growth_chance": 0.75,
|
|
"growth_bonus": 0.025,
|
|
"bonemeal": true,
|
|
"tier": 1,
|
|
"weedable": false,
|
|
"aggressive": false,
|
|
"spread_chance": 0.1,
|
|
"spawn_chance": 0.0,
|
|
"grass_drop_chance": 0.0,
|
|
"seed_drop_chance": 1.0,
|
|
"seed_drop_bonus": 0.0,
|
|
"products": {
|
|
"products": [
|
|
{
|
|
"min": 1,
|
|
"max": 2,
|
|
"chance": 0.5,
|
|
"required": true,
|
|
"item": "actuallyadditions:item_canola_seed",
|
|
"meta": 0,
|
|
"tags": "",
|
|
"ignoreMeta": false,
|
|
"ignoreTags": [],
|
|
"useOreDict": false
|
|
},
|
|
{
|
|
"min": 1,
|
|
"max": 2,
|
|
"chance": 0.5,
|
|
"required": false,
|
|
"item": "actuallyadditions:item_misc",
|
|
"meta": 13,
|
|
"tags": "",
|
|
"ignoreMeta": false,
|
|
"ignoreTags": [],
|
|
"useOreDict": false
|
|
}
|
|
]
|
|
},
|
|
"requirement": {
|
|
"min_light": 10,
|
|
"max_light": 16,
|
|
"soils": [
|
|
"farmland_soil"
|
|
],
|
|
"conditions": []
|
|
},
|
|
"texture": {
|
|
"render_type": "cross",
|
|
"seed_texture": "actuallyadditions:items/item_canola_seed",
|
|
"plant_textures": [
|
|
"actuallyadditions:blocks/block_canola_stage_1",
|
|
"actuallyadditions:blocks/block_canola_stage_2",
|
|
"actuallyadditions:blocks/block_canola_stage_2",
|
|
"actuallyadditions:blocks/block_canola_stage_2",
|
|
"actuallyadditions:blocks/block_canola_stage_3",
|
|
"actuallyadditions:blocks/block_canola_stage_3",
|
|
"actuallyadditions:blocks/block_canola_stage_3",
|
|
"actuallyadditions:blocks/block_canola_stage_4"
|
|
]
|
|
}
|
|
}
|