Skip to content

Commit acfd1aa

Browse files
committed
Merge conflict
1 parent 3dd0fa2 commit acfd1aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

common/src/main/kotlin/com/lambda/util/FolderRegister.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ object FolderRegister : Loadable {
5252
val maps: Path = lambda.resolve("maps")
5353

5454
override fun load(): String {
55-
val folders = listOf(lambda, config, packetLogs, replay, cache, structure)
55+
val folders = listOf(lambda, config, packetLogs, replay, cache, capes, structure, maps)
5656
val createdFolders = folders.mapNotNull {
5757
if (it.notExists()) {
5858
it.createDirectories()

common/src/main/resources/lambda.mixins.common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"entity.FireworkRocketEntityMixin",
1515
"entity.LivingEntityMixin",
1616
"entity.PlayerEntityMixin",
17+
"entity.PlayerInventoryMixin",
1718
"input.KeyBindingMixin",
1819
"input.KeyboardMixin",
1920
"input.MouseMixin",

0 commit comments

Comments
 (0)