Some Marble is unobtainable via Chisel
urikkiru opened this issue ยท 9 comments
Pack Version
v1.7.0
Can the issue be reproduced?
Yes, tested in multiplayer and single player.
Issue
Some marble types cannot be chiseled from others. For example, 'Raw' Marble from 'Chisel' cannot be chiseled into 'Marble Bricks' from Astral Sorcery. You can select it in the iChisel for example, but cannot actually chisel it.
Likewise, all the Marble from 'Unlimited Chisel Works' cannot be chiseled into Marble of other mods, except for 'Marble Bricks' from Astral Sorcery.(Very odd)
@NielsPilgaard this is fixed by setting B:"astralsorcery:blockmarble"=false in unlimitedchiselworks.cfg
Unlimited Chisel works was trying to create variants for Astral Sorcery's marble bricks. This interfered with chisel's built in marble variants.
It could use the fix given in E2E. A lot better than outright disable UCW Marble.
https://github.com/EnigmaticaModpacks/Enigmatica2Expert/blob/master/scripts/Chisel.zs
As well as these 3 tooltips https://github.com/EnigmaticaModpacks/Enigmatica2Expert/blob/master/scripts/Tooltips.zs#L606
Why not disable UCW marble? Chisel already has marble variations.
Because UCW adds even more variations. It's not duplicates.
There's a texture difference in Astral marble and Chisel marble, and UCW adds specifically for Astral marble.
The same error was in E2E, and the fix was to make 2 Chisel groups for Marble, and a 1:1 conversion between Astral and Chisel marble.
Astral Marble + UCW
Chisel + Quark
(3rd group for Sooty Marble ofc)
I can't do much about this, it's simply a side effect of having insane amounts of Marble variants.