From b59cf5d7001711380c6a94cb7322781382fd561e Mon Sep 17 00:00:00 2001 From: mcrcortex <18544518+MCRcortex@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:43:01 +1000 Subject: [PATCH] lol random tab --- .../voxy/client/core/model/bakery/ModelTextureBakery.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/me/cortex/voxy/client/core/model/bakery/ModelTextureBakery.java b/src/main/java/me/cortex/voxy/client/core/model/bakery/ModelTextureBakery.java index eb3c74f6..dc2f6c2e 100644 --- a/src/main/java/me/cortex/voxy/client/core/model/bakery/ModelTextureBakery.java +++ b/src/main/java/me/cortex/voxy/client/core/model/bakery/ModelTextureBakery.java @@ -150,7 +150,7 @@ public class ModelTextureBakery { public int getBottomY() { return 0; } - }, this. vc, state, state.getFluidState()); + }, this.vc, state, state.getFluidState()); this.vc.setDefaultMeta(0);//Reset default meta }