Installing Custom Add-ons and Resource Packs on Bedrock // NodeFlux Docs

Add custom textures, custom items, behavior packs, and resource packs to your Bedrock server. ## Steps 1. Download your desired Bedrock Add-on or Pack (.mcpack or .zip format). 2. Unpack the files into resource_packs/ an NodeFlux documentation for free Minecraft, Node.js and application hosting.

Add custom textures, custom items, behavior packs, and resource packs to your Bedrock server. ## Steps 1. Download your desired Bedrock Add-on or Pack (.mcpack or .zip format). 2. Unpack the files into resource_packs/ an

Add custom textures, custom items, behavior packs, and resource packs to your Bedrock server. ## Steps 1. Download your desired Bedrock Add-on or Pack (.mcpack or .zip format). 2. Unpack the files into resource_packs/ and behavior_packs/ folders on your server via SFTP. 3. Open valid_known_packs.json or resource_packs.json in the server root. 4. Add the pack UUID and version number into world_resource_packs.json in your active world folder. 5. Set force_manifest_textures: true if requiring players to download the pack before joining. 6. Restart the server and confirm prompt appears when connecting from a Bedrock client. ## Notes - Bedrock manifest files must contain valid UUID strings generated in proper 8-4-4-4-12 format. - Placing behavior packs on Bedrock servers allows adding custom entity scripting without client mods.