Last active
March 31, 2018 18:34
-
-
Save primetoxinz/dcf8badb24074103397d94c485d12424 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"path": "mod_betterwithmods/bwm_hemp.json", | |
"enabled": true, | |
"id": "bwm_hemp", | |
"plant_name": "Hemp", | |
"seed_name": "Hemp Seeds", | |
"seed_items": [ | |
{ | |
"item": "betterwithmods:hemp", | |
"meta": 0, | |
"tags": "", | |
"ignoreMeta": false, | |
"ignoreTags": [ | |
"*" | |
], | |
"useOreDict": false | |
} | |
], | |
"description": { | |
"translations": {}, | |
"default": "Better With Mods Hemp plant" | |
}, | |
"growth_chance": 0.066, | |
"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": 1, | |
"chance": 0.5, | |
"required": true, | |
"item": "betterwithmods:hemp", | |
"meta": 0, | |
"tags": "", | |
"ignoreMeta": false, | |
"ignoreTags": [], | |
"useOreDict": false | |
}, | |
{ | |
"min": 1, | |
"max": 1, | |
"chance": 1, | |
"required": true, | |
"item": "betterwithmods:material", | |
"meta": 2, | |
"tags": "", | |
"ignoreMeta": false, | |
"ignoreTags": [], | |
"useOreDict": false | |
} | |
] | |
}, | |
"requirement": { | |
"min_light": 12, | |
"max_light": 16, | |
"soils": [ | |
"farmland_soil" | |
], | |
"conditions": [] | |
}, | |
"texture": { | |
"render_type": "hash", | |
"seed_texture": "betterwithmods:items/hemp", | |
"plant_textures": [ | |
"betterwithmods:blocks/hemp_stage_0", | |
"betterwithmods:blocks/hemp_stage_1", | |
"betterwithmods:blocks/hemp_stage_2", | |
"betterwithmods:blocks/hemp_stage_3", | |
"betterwithmods:blocks/hemp_stage_4", | |
"betterwithmods:blocks/hemp_stage_5", | |
"betterwithmods:blocks/hemp_stage_6", | |
"betterwithmods:blocks/hemp_stage_7" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment