From 25d37dc5b74892886de82caf263d3040212480dd Mon Sep 17 00:00:00 2001 From: raven Date: Sun, 22 Mar 2026 11:54:16 -0500 Subject: initial commit --- animations.png | Bin 0 -> 21876 bytes animations.txt | 17 +++++++++++++++++ char.png | Bin 0 -> 1360 bytes chicken.png | Bin 0 -> 455 bytes clouds.png | Bin 0 -> 9875 bytes creeper.png | Bin 0 -> 3000 bytes default.png | Bin 0 -> 3696 bytes gui.png | Bin 0 -> 21137 bytes gui_classic.png | Bin 0 -> 14210 bytes icons.png | Bin 0 -> 2368 bytes particles.png | Bin 0 -> 574 bytes pig.png | Bin 0 -> 3791 bytes rain.png | Bin 0 -> 2553 bytes sheep.png | Bin 0 -> 2434 bytes sheep_fur.png | Bin 0 -> 1661 bytes skeleton.png | Bin 0 -> 894 bytes snow.png | Bin 0 -> 781 bytes spider.png | Bin 0 -> 2554 bytes terrain.png | Bin 0 -> 51857 bytes zombie.png | Bin 0 -> 1343 bytes 20 files changed, 17 insertions(+) create mode 100644 animations.png create mode 100644 animations.txt create mode 100644 char.png create mode 100644 chicken.png create mode 100644 clouds.png create mode 100644 creeper.png create mode 100644 default.png create mode 100644 gui.png create mode 100644 gui_classic.png create mode 100644 icons.png create mode 100644 particles.png create mode 100644 pig.png create mode 100644 rain.png create mode 100644 sheep.png create mode 100644 sheep_fur.png create mode 100644 skeleton.png create mode 100644 snow.png create mode 100644 spider.png create mode 100644 terrain.png create mode 100644 zombie.png diff --git a/animations.png b/animations.png new file mode 100644 index 0000000..7df9ebf Binary files /dev/null and b/animations.png differ diff --git a/animations.txt b/animations.txt new file mode 100644 index 0000000..4f36835 --- /dev/null +++ b/animations.txt @@ -0,0 +1,17 @@ +# This file defines the animations used in a texture pack for ClassiCube. +# Each line is in the format : +# - TileX and TileY are the coordinates of the tile in terrain.png that will be replaced by the animation frames. +# Essentially, TileX and TileY are the remainder and quotient of an ID in F10 menu divided by 16 +# For instance, obsidian texture(37) has TileX of 5, and TileY of 2 +# - FrameX and FrameY are the pixel coordinates of the first animation frame in animations.png. +# - Frame Size is the size in pixels of an animation frame. +# - Frames count is the number of used frames. The first frame is located at +# (FrameX, FrameY), the second one at (FrameX + FrameSize, FrameY) and so on. +# - Tick delay is the number of ticks a frame doesn't change. For instance, delay of 0 +# means that the tile would be replaced every tick, while delay of 2 means +# 'replace with frame 1, don't change frame, don't change frame, replace with frame 2'. +# NOTE: If a file called 'uselavaanim' is in the texture pack, the game instead generates the lava texture animation. +# NOTE: If a file called 'usewateranim' is in the texture pack, the game instead generates the water texture animation. + +# fire +6 2 0 0 16 32 0 \ No newline at end of file diff --git a/char.png b/char.png new file mode 100644 index 0000000..7cfa08a Binary files /dev/null and b/char.png differ diff --git a/chicken.png b/chicken.png new file mode 100644 index 0000000..e24d550 Binary files /dev/null and b/chicken.png differ diff --git a/clouds.png b/clouds.png new file mode 100644 index 0000000..b6c9e13 Binary files /dev/null and b/clouds.png differ diff --git a/creeper.png b/creeper.png new file mode 100644 index 0000000..e0a5e0a Binary files /dev/null and b/creeper.png differ diff --git a/default.png b/default.png new file mode 100644 index 0000000..13a42f1 Binary files /dev/null and b/default.png differ diff --git a/gui.png b/gui.png new file mode 100644 index 0000000..481db15 Binary files /dev/null and b/gui.png differ diff --git a/gui_classic.png b/gui_classic.png new file mode 100644 index 0000000..81af329 Binary files /dev/null and b/gui_classic.png differ diff --git a/icons.png b/icons.png new file mode 100644 index 0000000..93e95aa Binary files /dev/null and b/icons.png differ diff --git a/particles.png b/particles.png new file mode 100644 index 0000000..3077c2d Binary files /dev/null and b/particles.png differ diff --git a/pig.png b/pig.png new file mode 100644 index 0000000..5c1efc2 Binary files /dev/null and b/pig.png differ diff --git a/rain.png b/rain.png new file mode 100644 index 0000000..e9dc16c Binary files /dev/null and b/rain.png differ diff --git a/sheep.png b/sheep.png new file mode 100644 index 0000000..98cfa9a Binary files /dev/null and b/sheep.png differ diff --git a/sheep_fur.png b/sheep_fur.png new file mode 100644 index 0000000..f1291a5 Binary files /dev/null and b/sheep_fur.png differ diff --git a/skeleton.png b/skeleton.png new file mode 100644 index 0000000..9d22339 Binary files /dev/null and b/skeleton.png differ diff --git a/snow.png b/snow.png new file mode 100644 index 0000000..1898903 Binary files /dev/null and b/snow.png differ diff --git a/spider.png b/spider.png new file mode 100644 index 0000000..08344a8 Binary files /dev/null and b/spider.png differ diff --git a/terrain.png b/terrain.png new file mode 100644 index 0000000..f87f4ca Binary files /dev/null and b/terrain.png differ diff --git a/zombie.png b/zombie.png new file mode 100644 index 0000000..0ab7089 Binary files /dev/null and b/zombie.png differ -- cgit v1.2.3