crashes server on load
lordzxion opened this issue ยท 3 comments
trying to make a server file from a modpack with Tinkers Construct in it. works fine if i remove T-Con but crashes as soon as i try doing with T-Con in the pack.
https://hatebin.com/bmqhogqiih
Versions:
- Minecraft: 1.12.2
- Forge: 14.23.5.2847
- Mantle: 1.12-1.3.3.55.jar
- Tinkers Construct: 1.12.2-2.13.0.183.jar
Can it be reproduced with just Tinkers Construct? If not, list the other mods required to reproduce the issue.
Why do you have the TinkerDebug
module and dumpTextureMap
enabled? Those have almost no use outside a development environment. Sure, it should probably be caught by the logic, but there is no reason it should be enabled in a pack used on a server anyways.
thank you for that. i am kinda in over my head on this modpack stuff. its a steep learning curve.