1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-17 10:50:01 +00:00
CC-Tweaked/buildSrc/src/main/kotlin
Jonathan Coates de930c8d09
Split up turtle textures (#1813)
Turtles currently read their textures from a single 128x128 sprite
sheet. Most of this texture is unused which means we end up wasting a
lot of the block texture atlas[^1].

This change splits up the turtle textures into individual 32x32
textures[^2], one for each side, and then an additional backpack
texture.

I'm very sorry to any resource pack artists out there. The
tools/update-resources.py script will update existing packs, but does
not (currently) handle non-standard resolutions.

[^1]: It used to be worse: https://github.com/dan200/ComputerCraft/issues/145

[^2]: Turtle textures are a bit weird, in that they mostly *look* 16x16,
  but have some detail in places.
2024-04-30 20:58:07 +00:00
..
cc/tweaked/gradle Split up turtle textures (#1813) 2024-04-30 20:58:07 +00:00
net/minecraftforge/gradle/common/util/runs Bump FG and Loom 2023-07-05 20:58:15 +01:00
cc-tweaked.fabric.gradle.kts Update Gradle to 8.5 2024-01-27 09:28:13 +00:00
cc-tweaked.forge.gradle.kts Use exclusiveContent for our maven 2023-07-02 12:21:03 +01:00
cc-tweaked.gametest.gradle.kts License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00
cc-tweaked.java-convention.gradle.kts Update ErrorProne 2024-04-28 18:32:19 +01:00
cc-tweaked.kotlin-convention.gradle.kts License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00
cc-tweaked.mod-publishing.gradle.kts Ensure mixin reobf configs run after compilation 2024-03-11 22:28:02 +00:00
cc-tweaked.publishing.gradle.kts Bump CC:T to 1.104.0 2023-06-10 08:55:07 +01:00
cc-tweaked.vanilla.gradle.kts Switch to our own Gradle plugin for vanilla Minecraft 2024-01-29 20:59:16 +00:00