AllTheMods / ATM-3

Official ATM3 Repo
https://allthemods.net/
49 stars 29 forks source link

Unable to craft Mana Dust #971

Closed Spikey5 closed 3 years ago

Spikey5 commented 3 years ago

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:

.withTag({spell:"spell_time_stop"}).onlyWithTag({spell:"spell_time_stop"}); mt hand: .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](https://user-images.githubusercontent.com/24785511/95546326-086bb200-0a4c-11eb-9bac-3cfea4e734ae.png) ![image](https://user-images.githubusercontent.com/24785511/95546436-52ed2e80-0a4c-11eb-9f60-db9faab97714.png) Screenshot of the recipe in JEI ![image](https://user-images.githubusercontent.com/24785511/95546496-7c0dbf00-0a4c-11eb-8bd1-d43a30fec6fb.png)