commit 893ed5274194d40a9c549417ca66a347a41e0a71 Author: Gergely POLONKAI Date: Sun Nov 23 16:21:18 2025 +0100 Create textures for the Mesecon Clock node Other faces will use textures from the mesecons mod. Signed-off-by: Gergely POLONKAI diff --git a/README.md b/README.md new file mode 100644 index 0000000..694fb35 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Mesecons clock + +A supplementary mod for [Mesecons](https://mesecons.net/) adding a configurable clock. diff --git a/textures/meseclock.png b/textures/meseclock.png new file mode 100644 index 0000000..a217fa7 Binary files /dev/null and b/textures/meseclock.png differ diff --git a/textures/meseclock_output_off.png b/textures/meseclock_output_off.png new file mode 100644 index 0000000..23628bd Binary files /dev/null and b/textures/meseclock_output_off.png differ diff --git a/textures/meseclock_output_on.png b/textures/meseclock_output_on.png new file mode 100644 index 0000000..937abf1 Binary files /dev/null and b/textures/meseclock_output_on.png differ