GT5-Unofficial
GT5-Unofficial copied to clipboard
Unification of Blocks
Some of the blocks are not unified properly, making some related items unobtainable. For instance, the U-238 block is unified to IC uranium block, but the breeding of uranium bees equires the GT U-238 block; the thaumium block is unified to the GT thaumium block, but the TC recipes, like thaumium golems, they only accept TC thaumium block. Moreover, I can't find any relative configs in Unification.cfg to adjust these things.
afaik unifiaction of the blocks should not happen in the first place since they are looking different in world and sometimes part of multiblocks that can not be unified. what is actually missing is a way to change beween multiple blocks of the same oredict. For some this is possible using chisel
Well, the unification here I mean the default products of the recipes - I cannot even obtain these blocks regularly.
What about this issue? @Blood-Asp
Not really sure how to fix this as only adding it to unification and making it possible to change in config does not fix all of this issue.
FWIW, the GT bees requiring GT metal-storage blocks below can be dealt with by using oredict instead, which the Forestry 4.2 API already supports: https://github.com/ForestryMC/ForestryAPI/blob/5e44fe9c6a9cfb4415b3e6f1d522f6ae057b9294/forestry/api/genetics/IMutationCustom.java#L42-L44
Edit: the "unification" mentioned is probably the recipes for the compressor, extruder, and fluid solidifier generated by gregtech.loaders.oreprocessing.ProcessingBlock
Possible workaround: turn off "NerfStorageBlocks" in gregtech.cfg and use https://www.curseforge.com/minecraft/mc-mods/stimmedcow-nomorerecipeconflict to get the block you need.