-
Notifications
You must be signed in to change notification settings - Fork 5
Apply resource pack
toxicity188 edited this page May 11, 2024
·
1 revision
In config.yml, you can find this options.
pack-type: folder
namespace: betterhealthbar
build-folder: BetterHealthBar/build
merge-other-folder: []
enable-self-host: true
create-pack-mcmeta: true
self-host-port: 8163
You have to merge this build folder to your resource pack.
Or you can use self-host resource pack like this:
pack-type: zip
namespace: betterhealthbar
build-folder: BetterHealthBar/build
merge-other-folder: []
enable-self-host: true
create-pack-mcmeta: true
self-host-port: 8163
Success!