From 23f986b6807eaecefb0cf4709b2dec67bd7eb1f2 Mon Sep 17 00:00:00 2001 From: viciscat <51047087+viciscat@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:01:51 +0100 Subject: forgot the garden plots texture lol (#1097) * Add Garden Plots Widget * small fix * make for loop more boring * exclusion zones * rebase oopsie daisy and JEI exclusion zone * ctrl+shift+up arrow * Fix init merge conflicts * merge and port * 1.21.4 * forgot the texture lmao --------- Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> --- .../assets/skyblocker/textures/gui/garden_plots.png | Bin 0 -> 361 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/skyblocker/textures/gui/garden_plots.png diff --git a/src/main/resources/assets/skyblocker/textures/gui/garden_plots.png b/src/main/resources/assets/skyblocker/textures/gui/garden_plots.png new file mode 100644 index 00000000..b7d86023 Binary files /dev/null and b/src/main/resources/assets/skyblocker/textures/gui/garden_plots.png differ -- cgit