Skip to content

Instantly share code, notes, and snippets.

@Tsukiumy
Created March 26, 2017 00:22
Show Gist options
  • Save Tsukiumy/ce39683b6750d1ea8747ac4c1aa4ad39 to your computer and use it in GitHub Desktop.
Save Tsukiumy/ce39683b6750d1ea8747ac4c1aa4ad39 to your computer and use it in GitHub Desktop.
{
"path": "mod_Botania/plants/BotaniaBlack_plant.json",
"enabled": true,
"id": "BotaniaBlack_plant",
"plant_name": "Black petal",
"seed_name": "BotaniaBlack Seeds",
"seed_items": [],
"description": {
"translations": {},
"default": "a beautiful flower petal."
},
"growth_chance": 0.75,
"growth_bonus": 0.025,
"bonemeal": false,
"tier": 1,
"weedable": false,
"aggressive": false,
"spread_chance": 0.1,
"spawn_chance": 0.0,
"grass_drop_chance": 0.0,
"products": {
"products": [
{
"min": 1,
"max": 4,
"chance": 1,
"required": true,
"item": "botania:petal",
"meta":15,
"tags": "",
"ignoreMeta": false,
"ignoreTags": [],
"useOreDict": false
}
]
},
"requirement": {
"min_light": 10,
"max_light": 16,
"soils": [
"livingwood_soil"
],
"bases": [
"botania:petalBlock:15"
],
"nearby": {}
},
"texture": {
"render_type": "cross",
"seed_texture": "agricraft:items/seedBotaniaBlack",
"plant_textures": [
"agricraft:blocks/cropBotaniaBlack1",
"agricraft:blocks/cropBotaniaBlack1",
"agricraft:blocks/cropBotaniaBlack1",
"agricraft:blocks/cropBotaniaBlack2",
"agricraft:blocks/cropBotaniaBlack2",
"agricraft:blocks/cropBotaniaBlack3",
"agricraft:blocks/cropBotaniaBlack3",
"agricraft:blocks/cropBotaniaBlack4"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment