Skip to content

Instantly share code, notes, and snippets.

@Eonasdan
Last active June 6, 2019 11:56
Show Gist options
  • Select an option

  • Save Eonasdan/e90267db03045197d2c86a651bb8002c to your computer and use it in GitHub Desktop.

Select an option

Save Eonasdan/e90267db03045197d2c86a651bb8002c to your computer and use it in GitHub Desktop.
Agricraft + Seeds For Wizardry + Electroblob's Wizardry. Place under config\agricraft\json\defaults\mod_t3s4ebw
{
"path": "mod_t3s4ebw/crystal_flower_plant.json",
"enabled": true,
"id": "ebwizardry:crystal_flower_plant",
"plant_name": "Crystal Flower",
"seed_name": "Magic Seeds",
"seed_items": [
{
"item": "t3s4ebw:magic_seed",
"meta": 0,
"tags": "",
"ignoreMeta": false,
"ignoreTags": [
"*"
],
"useOreDict": false
}
],
"description": {
"translations": {},
"default": "It\u0027s like magic"
},
"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": "ebwizardry:crystal_flower",
"meta": 0,
"tags": "",
"ignoreMeta": false,
"ignoreTags": [],
"useOreDict": false
}
]
},
"requirement": {
"min_light": 10,
"max_light": 16,
"soils": [
"farmland_soil"
],
"conditions": []
},
"texture": {
"render_type": "cross",
"seed_texture": "t3s4ebw:items/magic_seed",
"plant_textures": [
"t3s4ebw:blocks/crystal_crop_stage_0",
"t3s4ebw:blocks/crystal_crop_stage_1",
"t3s4ebw:blocks/crystal_crop_stage_2",
"t3s4ebw:blocks/crystal_crop_stage_3",
"t3s4ebw:blocks/crystal_crop_stage_4",
"t3s4ebw:blocks/crystal_crop_stage_5",
"t3s4ebw:blocks/crystal_crop_stage_6",
"t3s4ebw:blocks/crystal_crop_stage_7"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment