Prevent stacking entities on players with Carry On

main
copygirl 2 years ago
parent 268d73b004
commit 1ec36234fd
  1. 5
      defaultconfigs/carryon-server.toml

@ -83,7 +83,10 @@
"ars_elemental:*",
]
#Entities that cannot have other entities stacked on top of them
forbiddenStacking = ["minecraft:horse"]
forbiddenStacking = [
"minecraft:player",
"minecraft:horse",
]
[whitelist]
#Entities that CAN be picked up (useWhitelistEntities must be true)

Loading…
Cancel
Save