From 155d36346f1c1f92d7a6f0cee5c60df959e3265e Mon Sep 17 00:00:00 2001 From: copygirl Date: Fri, 29 Jul 2022 19:57:37 +0200 Subject: [PATCH] Prevent carrying of Ars Nouveau mobs --- defaultconfigs/carryon-server.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/defaultconfigs/carryon-server.toml b/defaultconfigs/carryon-server.toml index a816891..8b4d9fa 100644 --- a/defaultconfigs/carryon-server.toml +++ b/defaultconfigs/carryon-server.toml @@ -74,7 +74,8 @@ "minecraft:item_frame", "minecraft:painting", "minecraft:shulker_bullet", - "quark:totem" + "quark:totem", + "ars_nouveau:*", ] #Entities that cannot have other entities stacked on top of them forbiddenStacking = ["minecraft:horse"]