Skip to content

Commit

Permalink
Removes Sophisticated Storage chests from CarryOn to stop deletion bug
Browse files Browse the repository at this point in the history
…Fixes #90
  • Loading branch information
Darkosto committed Jan 7, 2025
1 parent 340a556 commit 6cf3c21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/minecraft/config/carryon-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,8 @@ forbiddenTiles = [
"sophisticatedbackpacks:netherite_backpack",
"wormhole:*",
"biggerreactors:*",
"magic_mirror:*"
"magic_mirror:*",
"sophisticatedstorage:chest"
]
# Entities that cannot be picked up
forbiddenEntities = [
Expand Down

0 comments on commit 6cf3c21

Please sign in to comment.