No, I saw that one. That post is looking to add a prebuilt world. All I want to do is add a mod - aka texture pack - to the existing world.
dadams-AU
Posts
-
world resource packs -
world resource packsHey,
Before i moved mc bedrock to cloudron, i was hosting on my own apache server. in that iteration i was able to save a server-side resource pack that would prompt the client to download and use. the resource pack - an mcpack - was saved the the /resource_packs folder. I would put the uuid and version from the mcpack's manifest.json file in a new
'world_resource_packs.json' file saved the world's folder in the world's directory.for instance,
[ { "pack_id" : "65v21ads-5648-25ea-ht54-5488vd854711", "version" : [ 1, 0, 1 ] } ]
as my 'world_resource_packs.json' file.
I learned to do that from
.I've tried the same set up on Cloudron. It doesn't do any thing. No prompt to download or use the resource pack. The file structure is the same in the Cloudron bedrock app as it was with the Docker I used on my apache server.
Any ideas how to make it work here? Not a serious problem at all. Just a frustrating one that I've been working on for a few months. Thought I'd finally ask for help.
-
Can uninstall or install apps. Can't upload filesI've been trying to figure this out for days. the only error I get is Timeout of 30000ms exceeded
-
Can uninstall or install apps. Can't upload filesSo it's weird. I turned off proxying and even deleted the dns records for the apps. I was able to uninstall one app, but the other two i'm tyring to remove continue to time out. I still cannot upload files to apps that I'm keeping, and I can't access postresql through cli of an app. I still cannot install new apps.
-
Can uninstall or install apps. Can't upload filesI get error and time out when trying to uninstall apps. Also can't upload files to an apps directory. Tried in GUI and CLI. I tried to add another domain, and that didn't work. Connected through Cloudflare.
-
Data Importer Toolhey - i tried to build this a couple of times. i keep getting a 403 apache error. any thoughts?