cannot deploy "traveller's base" blueprint
Krek3r opened this issue ยท 2 comments
When I right-click for deploy the blueprint the game says "A technical error occurred while using the Capsule Mod. Please check the server logs".
The logs says:
[Server thread/ERROR]: java.io.FileNotFoundException: \AppData\Roaming.minecraft\saves\Mod tester-\structures\capsule\assets\capsule\starters\traveller's_base.nbt
[18:10:18] [Server thread/ERROR]: Couldn't write template assets/capsule/starters/traveller's_base
[18:10:18] [Client thread/INFO]: [CHAT] A technical error occured while using the Capsule Mod. Please check the server logs.
Thanks for reporting and sorry for the delay.
I'm not sure why it wouldn't work, but it looks like the mod is used in an unusual way. Capsule initialize itself by copying a few files from the assets folder in the jar, but here the source asset is in a folder and not in the jar. I don't know how this situation is possible but it's indeed not tested to load from folders instead of jat file.
I'll need more information about the setup to help: what kind of loader is used and what is the version of capsule and forge.