You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rare mods require strict .jar file name, like ThaumTweaks:
This makes unable to use Bansoukou with ThaumTweaks together.
I was planned to use Bansoukou to manually fix issue with Web and researches.
Request
Please add feature to rename .jar file to custom name or skip renaming at all.
Bansoukou already renaming file to {FILENAME}-patched.jar. If i can skip renaming, and file would be modified in place, it would fix my issue with ThaumTweaks.
Also, it would be nice if I can chose file name, for example putting file __filename.txt in bansoukou/ folder, that would not be added to .jar but it contents would be used for renaming.
For example, if i want to place DankNull mod on buttom of mods/ folder i could make file ./DankNull-1.12.2-1.7.101/__filename.txt with content:
zz_DankNull-1.12.2-1.7.101.jar
The text was updated successfully, but these errors were encountered:
I will not be fixing this because it is physically impossible, the reason why I rename duplicate the jar and append a -patched after the filename is to circumvent CurseForge's client from deleting the patched jar when the game launches.
I will however think about making the patched jar's name configurable.
Krutoy242
added a commit
to Krutoy242/Enigmatica2Expert-Extended
that referenced
this issue
Mar 22, 2022
- Remove [Web] and [String] from requirment of **Hedge Alchemy**
- Less Vis Crystals for Mettalurgy researches
This fixes was being unable to add with Bansoukou. They will be left in git, but without actual changes in modpack.
Changes need to be enabled when any of this issues would be resolved:
LoliKingdom/Thaumic-Speedup#3GrigLog/ThaumTweaks#24LoliKingdom/Bansoukou#2
Rare mods require strict .jar file name, like ThaumTweaks:
This makes unable to use Bansoukou with ThaumTweaks together.
I was planned to use Bansoukou to manually fix issue with Web and researches.
Request
Please add feature to rename .jar file to custom name or skip renaming at all.
Bansoukou already renaming file to
{FILENAME}-patched.jar
. If i can skip renaming, and file would be modified in place, it would fix my issue with ThaumTweaks.Also, it would be nice if I can chose file name, for example putting file
__filename.txt
inbansoukou/
folder, that would not be added to.jar
but it contents would be used for renaming.For example, if i want to place DankNull mod on buttom of
mods/
folder i could make file./DankNull-1.12.2-1.7.101/__filename.txt
with content:The text was updated successfully, but these errors were encountered: