From 68a723f934ddc58dc5140748e3413f1005bcf0da Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Thu, 18 Apr 2024 05:45:39 -0400 Subject: [PATCH] Make water unbroken --- source/blocks/liquids.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/blocks/liquids.ts b/source/blocks/liquids.ts index dbe0fc82..d7be2c47 100644 --- a/source/blocks/liquids.ts +++ b/source/blocks/liquids.ts @@ -5,7 +5,7 @@ namespace blocks { description: "Water", drawtype: Drawtype.liquid, waving: 3, - special_tiles: [{ + tiles: [{ name: "default_water_source_animated.png", backface_culling: false, animation: { @@ -55,7 +55,7 @@ namespace blocks { type: TileAnimationType.vertical_frames, aspect_w: 16, aspect_h: 16, - length: 2 + length: 2, } }, {