BlakeBr0 / MysticalCustomization

Allows modpack creators to add new content and modify existing content in Mystical Agriculture.
https://blakesmods.com/mystical-customization
MIT License
6 stars 6 forks source link

Costume crop produce essence with no use #29

Closed Bertichram closed 1 year ago

Bertichram commented 1 year ago

I added a crop to produce Cinnebar from thermal and it worked i can craft the seeds and produce the essence. bud i cant use the essence to craft the cinnebar gem or dust. am i doing something wrong or is this a bug

cinnabar.json { "name": "Cinnabar", "type": "mysticalagriculture:resource", "tier": "mysticalagriculture:3", "ingredient": { "tag": "forge:gems/cinnabar" }, "color": "E34234", "textures": { "flower": "mysticalagriculture:block/flower_dust", "essence": "mysticalagriculture:item/essence_dust" } }

cucumber-tags.json { "__comment": "Instructions: https://blakesmods.com/docs/cucumber/tags-config", "forge:dusts/niter": "thermal:niter_dust", "forge:dusts/cinnabar": "thermal:cinnabar_dust", "forge:dusts/saltpeter": "immersiveengineering:dust_saltpeter", "forge:rubber": "null" }

BlakeBr0 commented 1 year ago

Yeah, you'll have to add a use for the essences yourself using either a datapack or something like crafttweaker

madacrex commented 1 year ago

I wanna make a prosperity shard crop of tier 5, u can help me?