Skip to content

Instantly share code, notes, and snippets.

@Tsukiumy
Created March 29, 2017 01:20
Show Gist options
  • Save Tsukiumy/bb5d67717869ce298dd5e9d31c3413f9 to your computer and use it in GitHub Desktop.
Save Tsukiumy/bb5d67717869ce298dd5e9d31c3413f9 to your computer and use it in GitHub Desktop.
{
"path": "plants/coalluma_plant.json",
"enabled": true,
"id": "coalluma_plant",
"plant_name": "Coalluma Flower",
"seed_name": "Coalluma Seeds",
"seed_items": [],
"description": {
"translations": {},
"default": "A power source black as the night."
},
"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": "minecraft:coal",
"meta":0,
"tags": "",
"ignoreMeta": true,
"ignoreTags": [],
"useOreDict": false
}
]
},
"requirement": {
"min_light": 10,
"max_light": 16,
"soils": [
"grass_soil"
],
"bases": [],
"nearby": {}
},
"texture": {
"render_type": "cross",
"seed_texture": "agricraft:items/seedcoalluma",
"plant_textures": [
"agricraft:blocks/cropcoalluma1",
"agricraft:blocks/cropcoalluma1",
"agricraft:blocks/cropcoalluma1",
"agricraft:blocks/cropcoalluma2",
"agricraft:blocks/cropcoalluma2",
"agricraft:blocks/cropcoalluma3",
"agricraft:blocks/cropcoalluma3",
"agricraft:blocks/cropcoalluma4"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment