ChristopherHX / mcpelauncher-manifest

EOL use ng, https://github.com/minecraft-linux/mcpelauncher-manifest/tree/ng, This works with 0.12 - 1.16.10.x (excl. beta 1.16.0.67/68), This won't work with the current 1.16.20-200 Versions
GNU General Public License v3.0
219 stars 21 forks source link

How do you open Behavior packs? #276

Open EmeraldSans opened 3 years ago

EmeraldSans commented 3 years ago

I inserted a behavior pack (.mcaddon) in the behavior pack folder and the development behavior pack folder when opening GameData folder in the mcpelauncher (Mac) but when the launcher opens the game, it says there is no behavior pack.

NeilAgar commented 3 years ago

In a normal windows 10 environment, when you click on a .mcaddon, Minecraft interprets the file for you and unzips it into the behavior pack folder on the computer. However, since .mcpack folders can't be opened on a mac you have to do that yourself. Essentially, a .mcaddon is just a zip but they are made to be used with Minecraft and unzipped with Minecraft.

To use the file with the bedrock launcher, you need to rename the file to have a .zip extension at the end (EX: myminecraftmod.mcaddon -> myminecraftmod.zip) Then you need to just open it with archive utility and it should produce a folder. All you need to do now is drag that folder with all the addon data into the behavior packs folder to import into your worlds and enjoy using!