CraftTweaker

CraftTweaker

151M Downloads

Ore Dictionary entries not being applied consistently

WesCook opened this issue ยท 2 comments

commented

Issue Description:

Ore dictionary entries entries are not being applied as expected. Removals have no effect, and additions do not consistently show the updated recipe in JEI.

What happens:

When removing an ore dictionary entry from an item, that item continues to list recipes for that ore dictionary. It does not appear to be applied at all.

When adding an ore dictionary entry to an item, it only appears to work after an /mt reload is used. Relaunching the game normally does not apply the change. In this state, JEI will show the recipes in the R mode, but does not show them in the U mode.

This may be related to this issue: mezz/JustEnoughItems#742

What you expected to happen:

I expect oredict removals to remove that item from oredict-based recipes, and additions to show consistently.

Script used

Covers both examples of an addition working inconsistently, and a removal not working at all.

http://pastebin.com/veyTNQGH

Minetweaker.log file

http://pastebin.com/H0m7jTvh


Affected Versions

  • Minecraft: 1.10.2
  • Forge: 1.10.2-12.18.3.2185
  • Crafttweaker: 1.10.2-3.0.20
  • JEI: Both 10.2-3.14.6.412 (latest beta) and 1.10.2-3.14.5.406 (latest release)

Your most recent log file where the issue was present:

http://pastebin.com/bZ7tVYfK

commented

I came to report that as well, maybe the problem is bad syncing/refresh with JEI?
Also, the problem only occur for recipe using oreDict added by other mods, like Harvestcraft(ex. adding listAllseed to item, recipe using listAllseed are not shown with U on item, but item is shown using R on recipe)

commented

This seems like a duplicate of #142 and several other issues we have had with load order and JEI. This issue however should be resolved once #142 is also resolved.