From 5bd19c03f6e9e7521f48b41114b421da9f14407b Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 3 Oct 2019 00:00:25 +0200 Subject: [PATCH] Wither no longer floats in water --- mods/ENTITIES/mobs_mc/wither.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/ENTITIES/mobs_mc/wither.lua b/mods/ENTITIES/mobs_mc/wither.lua index 547abd75c..db936853e 100644 --- a/mods/ENTITIES/mobs_mc/wither.lua +++ b/mods/ENTITIES/mobs_mc/wither.lua @@ -41,7 +41,6 @@ mobs:register_mob("mobs_mc:wither", { dogshoot_switch = 1, dogshoot_count_max =1, attack_animals = true, - floats=1, drops = { {name = mobs_mc.items.nether_star, chance = 1,