Skip to content

Instantly share code, notes, and snippets.

@TokkenGmr
Created December 18, 2017 00:00
Show Gist options
  • Save TokkenGmr/04816917a6b975bea41e912cd0a86644 to your computer and use it in GitHub Desktop.
Save TokkenGmr/04816917a6b975bea41e912cd0a86644 to your computer and use it in GitHub Desktop.
{
"path": "vanilla/plants/nether_wart_plant.json",
"enabled": true,
"id": "nether_wart_plant",
"plant_name": "Nether Wart",
"seed_name": "Nether Spores",
"seed_items": [
{
"item": "minecraft:nether_wart",
"meta": 0,
"tags": "",
"ignoreMeta": false,
"ignoreTags": [
"*"
],
"useOreDict": false
}
],
"description": {
"translations": {},
"default": "An oddity from the nether, said to have somewhat mystical properties. The fungus appears to have a strong aptitude for heat, yet oddly cannot withstand the burning of the sun. Its fruit makes a covetable prize for the aspiring young brewer."
},
"growth_chance": 0.9,
"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": 3,
"chance": 0.95,
"required": true,
"item": "minecraft:nether_wart",
"meta": 0,
"tags": "",
"ignoreMeta": false,
"ignoreTags": [],
"useOreDict": false
},
{
"min": 1,
"max": 1,
"chance": 0.05,
"required": true,
"item": "roots:infernalStem",
"meta": 0,
"tags": "",
"ignoreMeta": false,
"ignoreTags": [],
"useOreDict": false
}
]
},
"requirement": {
"min_light": 0,
"max_light": 8,
"soils": [
"soul_sand_soil"
],
"conditions": []
},
"texture": {
"render_type": "hash",
"seed_texture": "minecraft:items/nether_wart",
"plant_textures": [
"minecraft:blocks/nether_wart_stage_0",
"minecraft:blocks/nether_wart_stage_0",
"minecraft:blocks/nether_wart_stage_0",
"minecraft:blocks/nether_wart_stage_1",
"minecraft:blocks/nether_wart_stage_1",
"minecraft:blocks/nether_wart_stage_1",
"minecraft:blocks/nether_wart_stage_1",
"minecraft:blocks/nether_wart_stage_2"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment