AlmostReliable / almostunified

A Minecraft mod to unify resources.
https://www.curseforge.com/minecraft/mc-mods/almost-unified
57 stars 11 forks source link

Doesn't appear to work for Immersive Engineering and Thermal Slag #25

Closed MuteTiefling closed 1 year ago

MuteTiefling commented 1 year ago

Version

almostunified-forge-1.19.2-0.2.6

Describe the bug!

  "modPriorities": [
    "minecraft",
    "kubejs",
    "crafttweaker",
    "create",
    "thermal",
    "mekanism",
    "immersiveengineering",
    "blue_skies"
  ],
  "tags": [
    "forge:nuggets/{material}",
    "forge:dusts/{material}",
    "forge:gears/{material}",
    "forge:gems/{material}",
    "forge:ingots/{material}",
    "forge:raw_materials/{material}",
    "forge:ores/{material}",
    "forge:plates/{material}",
    "forge:rods/{material}",
    "forge:storage_blocks/{material}",
    "forge:slag",
    "forge:coal_coke",
    "forge:sawdust"
  ],

forge:slag is present in the tags list, both types of slag share the tag, yet IE machines continue to show IE slag as output, even though Thermal should be priority:

image image

image

Crash Report

No response

Log

https://gist.github.com/MuteTiefling/ddbfe60dea4a16b43539482c317f9198

Additional Context

Yes

Modifications

enigmatica 9 development pack

Did the issue happen in singleplayer or on a server?

Singleplayer

rlnt commented 1 year ago

Could you activate everything inside the debug.json config, do a reload or a world rejoin, go to logs/almostunified and zip up everything in there and send it?

Need to see what's going on. In 1.19, it's very tricky to get these mods running in a dev environment so a bit of insight would be very helpful.

rlnt commented 1 year ago

Nevermind, they have an unsupported key in their recipe. Will be fixed.

MuteTiefling commented 1 year ago

Awesome, thanks!