
essence to items?
demonjacobs666 opened this issue ยท 3 comments
i managed to get the thing installed and new seeds made, but the essences don't become anything. is there a recipe template?
I now solved the Problem with Minetweaker.
- installed Minetweaker Mod
- created Folder "scripts"
- created a ".zs" file inside that folder (name doesn't matter) with the following Code:
craftingTable.addShaped("shaped_example_1", item:mysticalagriculture:prosperity_shard * 6, [
[item:mysticalagriculture:prosperity_essence, item:mysticalagriculture:prosperity_essence, item:mysticalagriculture:prosperity_essence],
[item:mysticalagriculture:prosperity_essence, item:minecraft:air, item:mysticalagriculture:prosperity_essence],
[item:mysticalagriculture:prosperity_essence, item:mysticalagriculture:prosperity_essence, item:mysticalagriculture:prosperity_essence]
]);
Like that i created a Crafting Recipe for Prosperity Shards with Prosperity Essence