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

Can't add new recipie #43

Closed Oatise closed 9 months ago

Oatise commented 10 months ago

Describe the bug Trying to edit Titanium Seeds to work with chaosawawakens, I've done ruby no problem but can't add this

Expected behavior To add new titanium to recipie & edit tier

Screenshots / Scripts / Logs image

Versions (please complete the following information):

BlakeBr0 commented 10 months ago

Your "recipies" field is at the top level so it won't work. It's also spelt wrong, and not even needed because the default for each recipe is true. That field also doesn't exist for versions of Customization prior to 3.1.2.

If just changing the ingredient doesn't work you may have to edit the recipes manually using something like CraftTweaker. If you're trying to change the essence recipe you can change that in cucumber-tags.json since I believe the titanium seed uses that for it's essence recipe.

Oatise commented 10 months ago

I am trying to edit the tier of Titanium from 4 to 6 & Have it so when I want to craft titanium seeds it uses chaosawakens' titanium nuggets. Ruby worked with no problem & under the cucumber its "null" for ruby and works fine so I am very confused on that. I do have CraftTweaker and used that to craft the ruby from the essence. Could I have an example to do so with Infusion?

I've tried a couple of things.

  1. I did use that cucumber.json file to add titanium nuggets to the list and it did work to have the nuggets be crafted
  2. Switching the recipes around in the configure-crops.json makes the ruby crafting not work and revert back to tier 4 & the titanium doesn't change by swapping either I have simplified it down to this knowing that the recipe is true by default image

and here is the swapped versions of the two image

BlakeBr0 commented 10 months ago

As a note the 1.16 versions of my mods are EOL. Maybe changing ingredients didn't work in 1.16, I don't really remember. Are there any errors in the logs?

The docs for adding infusion recipes are on the wiki: https://blakesmods.com/docs/mysticalagriculture/infusion-recipes

BlakeBr0 commented 9 months ago

I'm going to close this due to inactivity. If this is still an issue on the latest version you can reply here.