All the Mods 3 - ATM3

All the Mods 3 - ATM3

3M Downloads

Unable to craft Mana Dust

Spikey5 opened this issue ยท 0 comments

commented

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

  1. JEI displays Time Stop Spell Dust in the recipe.
  2. The Recipe is craftable with the correct Spell Dust and returns Mana Dust

Current Behavior

  1. JEI only specifies generic Spell Dust from Roots, but looking in the 'creative_items.zs' script the Time Stop spell dust is required.
  2. 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

  1. [Optional, demonstrates point 1] View recipe for Mana Dust in JEI, see generic Spell Dust in the recipe
  2. Place required ingredients in a crafting table, using Time Stop Spell Dust
  3. Recipe is not valid and does not return Mana Dust

Detailed Description

Screenshots of the recipe:
image

image

Screenshot of the recipe in JEI
image