Prevent carrying Ars Elemental mobs

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

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

Loading…
Cancel
Save