Prevent carrying Ars Elemental mobs

carryon-pedestal
copygirl 2 years ago
parent 705464c963
commit 1673df1501
  1. 2
      defaultconfigs/carryon-server.toml

@ -63,6 +63,7 @@
"immersiveengineering:*",
"create:*",
"supplementaries:book_pile",
"supplementaries:book_pile_horizontal",
]
#Entities that cannot be picked up
forbiddenEntities = [
@ -77,6 +78,7 @@
"minecraft:shulker_bullet",
"quark:totem",
"ars_nouveau:*",
"ars_elemental:*",
]
#Entities that cannot have other entities stacked on top of them
forbiddenStacking = ["minecraft:horse"]

Loading…
Cancel
Save