Mystical Creations

Mystical Creations

344k Downloads

Texture missing with final growth of custom seed in Agricraft's crop sticks

TonTonAsoX opened this issue ยท 0 comments

commented

Like the title said, the texture of the final growth for customs seeds is missing. I've got the texture without crop sticks, but I can't figure why I don't get it with crop sticks.

image

{ "path": "mod_mysticalcreations/plants/gaiasteel_plant.json", "enabled": true, "id": "mysticalcreations:gaiasteel_plant", "plant_name": "Gaiasteel Crop", "seed_name": "Gaiasteel Seeds", "seed_items": [ { "item": "mysticalcreations:gaiasteel_seeds", "meta": 0, "tags": "", "ignoreMeta": false, "ignoreTags": [ "*" ], "useOreDict": false } ], "description": { "translations": {}, "default": "Gaiasteel Seeds." }, "growth_chance": 0.9, "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, "seed_drop_chance": 1.0, "seed_drop_bonus": 0.0, "products": { "products": [ { "min": 1, "max": 5, "chance": 0.9, "required": true, "item": "mysticalcreations:gaiasteel_essence", "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": "mysticalcreations:items/gaiasteel_seeds", "plant_textures": [ "mysticalagriculture:blocks/crop0", "mysticalagriculture:blocks/crop1", "mysticalagriculture:blocks/crop2", "mysticalagriculture:blocks/crop2", "mysticalagriculture:blocks/crop3", "mysticalagriculture:blocks/crop4", "mysticalagriculture:blocks/crop4", "mysticalagriculture:blocks/gaiasteel_crop" ] } }