Skip to content

Commit

Permalink
fix player can't interact with trader at spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanX committed Jul 28, 2022
1 parent eaaacb3 commit 631cc05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/common/config/skyblockbuilder/common-config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"interactionEntitiesInSpawnProtection": {
"allow_list": true,
"elements": [
"minecraft:villager",
"corpse:corpse"
"corpse:corpse",
"datatrader:data_trader"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx6G

version=0.3.0
version=0.3.1

0 comments on commit 631cc05

Please sign in to comment.