Files
meatballcraft/config/agricraft/json/defaults/tools/data/plant_template.json
T
PietroSainaghi 35aff91e33 Finally a GIT!
2022-10-06 18:38:10 -07:00

72 lines
1.5 KiB
JSON

{
"path": "mod_mysticalagriculture/plants/${Filename}_plant.json",
"enabled": true,
"id": "${Filename}_crop",
"plant_name": "${Name} Crop",
"seed_name": "${Name} Seeds",
"seed_items": [
{
"item": "mysticalagriculture:${Seed}",
"meta": 0,
"tags": "",
"ignoreMeta": false,
"ignoreTags": [
"*"
],
"useOreDict": false
}
],
"description": {
"translations": {},
"default": "${Name} Seeds."
},
"growth_chance": 0.9,
"growth_bonus": 0.025,
"bonemeal": false,
"tier": 1,
"weedable": false,
"aggressive": false,
"spread_chance": 0.0,
"spawn_chance": 0.0,
"grass_drop_chance": 0.0,
"products": {
"products": [
{
"min": 1,
"max": 5,
"chance": 0.9,
"required": true,
"item": "mysticalagriculture:${Drops}",
"meta": 0,
"tags": "",
"ignoreMeta": false,
"ignoreTags": [],
"useOreDict": false
}
]
},
"requirement": {
"min_light": 10,
"max_light": 16,
"soils": [
"farmland_soil"
],
"bases": [],
"nearby": {}
},
"texture": {
"render_type": "cross",
"seed_texture": "mysticalagriculture:items/${Seed}",
"plant_textures": [
"mysticalagriculture:blocks/crop0",
"mysticalagriculture:blocks/crop1",
"mysticalagriculture:blocks/crop2",
"mysticalagriculture:blocks/crop2",
"mysticalagriculture:blocks/crop3",
"mysticalagriculture:blocks/crop4",
"mysticalagriculture:blocks/crop4",
"mysticalagriculture:blocks/${Crop}_crop"
]
}
}