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

essence to items? #5

Closed demonjacobs666 closed 3 years ago

demonjacobs666 commented 3 years ago

i managed to get the thing installed and new seeds made, but the essences don't become anything. is there a recipe template?

ghost commented 3 years ago

i have the same problem too. Can anybody help?

ghost commented 3 years ago

I now solved the Problem with Minetweaker.

  1. installed Minetweaker Mod
  2. created Folder "scripts"
  3. created a ".zs" file inside that folder (name doesn't matter) with the following Code:

craftingTable.addShaped("shaped_example_1", * 6, [ [, , ], [, , ], [, , ] ]);

Like that i created a Crafting Recipe for Prosperity Shards with Prosperity Essence

BlakeBr0 commented 3 years ago

The intention is to create your own recipes using a datapack or other means.