From 005fb6a3aa1b6f218efe498adb36b8e77f5be510 Mon Sep 17 00:00:00 2001 From: IntegratedQuantum Date: Mon, 24 Mar 2025 20:38:58 +0100 Subject: [PATCH] Fix missing newline --- assets/cubyz/blocks/duckweed.zig.zon | 2 +- src/rotation/texture_pile.zig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/cubyz/blocks/duckweed.zig.zon b/assets/cubyz/blocks/duckweed.zig.zon index 4ba7afd8..4d0814f6 100644 --- a/assets/cubyz/blocks/duckweed.zig.zon +++ b/assets/cubyz/blocks/duckweed.zig.zon @@ -12,7 +12,7 @@ .model = "cubyz:plane", .states = 4, }, - .rotation = .texturePile, + .rotation = .texture_pile, .texture0 = "cubyz:duckweed/0", .texture1 = "cubyz:duckweed/1", .texture2 = "cubyz:duckweed/2", diff --git a/src/rotation/texture_pile.zig b/src/rotation/texture_pile.zig index ed9e3f86..1cd41a4f 100644 --- a/src/rotation/texture_pile.zig +++ b/src/rotation/texture_pile.zig @@ -90,4 +90,4 @@ pub fn canBeChangedInto(oldBlock: Block, newBlock: Block, item: main.items.ItemS } }, } -} \ No newline at end of file +}