EnigmaticaModpacks / Enigmatica8

The official repository and issue-tracker for Enigmatica 8
42 stars 74 forks source link

Immersive Engineering issue with Uranium blocks #309

Closed gfear closed 1 year ago

gfear commented 2 years ago

Modpack Version

2.3.2

Describe your issue.

Is the uranium broken for immersive engineering thermoelectric generators? I cannot get the grey uranium block anymore. and the green one does not seem to work for me. This is on Enig 8 v2.3.2. I just looked on single player and the immersive engineering block is there but not on the server. but the green on still doesn't work on the singleplayer

Crash Report

No response

Latest Log

No response

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Both

Discord Username

GFear

NielsPilgaard commented 2 years ago

Thanks for the report. I guess the unification mod has been a bit too thorough here :D

gfear commented 2 years ago

All good. :) Yall have been doing great on the mod pack.

rlnt commented 2 years ago

In the newest version, we introduced a new option for Almost Unified for priority overrides, which lets you define a specific mod per tag. So you can use something like "forge:storage_blocks/uranium": "immersiveengineering" which would solve this.

However, after a bit of investigation, the Immersive Engineering Thermoelectric Generator is JSON recipe based and takes an uranium storage block tag as it should: https://github.com/BluSunrize/ImmersiveEngineering/blob/1.18.2/src/generated/resources/data/immersiveengineering/recipes/thermoelectric/uranium.json

And I also tested it in a local world and the result was that the Mekanism Uranium block does count for energy generation.

https://user-images.githubusercontent.com/16513358/196739627-6deaa248-1f19-47b0-83b0-a368eaf434e4.mp4

So if it does not work in E8, the tag for the priority uranium block is missing. Either way, this can be solved now.

GitHub
ImmersiveEngineering/uranium.json at 1.18.2 · BluSunrize/ImmersiveEngineering
Wires, transformers, high voltage! Bzzzzt! Contribute to BluSunrize/ImmersiveEngineering development by creating an account on GitHub.
NielsPilgaard commented 2 years ago

You're awesome @DAmNRelentless, thanks for the help.

The FTB:IC Uranium Block was missing the block tag forge:storage_blocks/uranium, adding it solved this issue.