Skip to content

Commit

Permalink
Changed config dir
Browse files Browse the repository at this point in the history
  • Loading branch information
boybook committed Feb 16, 2024
1 parent 2694d79 commit b76be66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Before you begin, ensure you have Fabric Loader and Fabric API installed in your

1. Download the latest version of Bedrock Loader from the Releases section.
2. Place the downloaded `.jar` file in your `mods` folder located in your Minecraft directory.
3. Launch Minecraft Java Edition using the Fabric profile.
3. Download and install dependence mods: [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api) and [Fabric Language Kotlin](https://www.curseforge.com/minecraft/mc-mods/fabric-language-kotlin).
4. Launch Minecraft Java Edition using the Fabric profile.

## Using Bedrock Loader

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object BedrockAddonLoader {
val registeredBlocks: MutableMap<Identifier, Block> = mutableMapOf()

fun load() {
val dataFolder: File = BedrockLoader.getGameDir().resolve("config/bedrock-addons")
val dataFolder: File = BedrockLoader.getGameDir().resolve("config/bedrock-loader")
if (dataFolder.exists()) {
dataFolder.mkdirs()
}
Expand Down

0 comments on commit b76be66

Please sign in to comment.