Unable to craft Mana Dust
Spikey5 opened this issue ยท 0 comments
I am unable to craft Mana Dust from Thermal as required for Anima Mundi.
There is also a side issue with JEI not displaying the correct Spell Dust required for the craft.
Expected Behavior
- JEI displays Time Stop Spell Dust in the recipe.
- The Recipe is craftable with the correct Spell Dust and returns Mana Dust
Current Behavior
- JEI only specifies generic Spell Dust from Roots, but looking in the 'creative_items.zs' script the Time Stop spell dust is required.
- The recipe still wouldn't work even once I crafted the Time Stop spell dust .
Possible Solution
The Tags returned via /mt hand differ from those in the script, is this ok?
'creative_items.zs' line 61:
roots:spell_dust.withTag({spell:"spell_time_stop"}).onlyWithTag({spell:"spell_time_stop"});
mt hand:
roots:spell_dust.withTag({spell_holder: {spell_0: "spell_time_stop", selectedSlot: 0, lastCooldown: 0, cooldown: 0}})
Steps to Reproduce
- [Optional, demonstrates point 1] View recipe for Mana Dust in JEI, see generic Spell Dust in the recipe
- Place required ingredients in a crafting table, using Time Stop Spell Dust
- Recipe is not valid and does not return Mana Dust