1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-26 07:03:22 +00:00
CC-Tweaked/buildSrc/src/main/kotlin/cc/tweaked/gradle
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
..
CCTweakedExtension.kt Update ErrorProne 2024-04-28 18:32:19 +01:00
CCTweakedPlugin.kt Replace Fabric JUnit hacks with fabric-loader-junit 2023-10-26 22:06:40 +01:00
CheckChangelog.kt License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00
DependencyCheck.kt Backport small changes from the 1.20.4 branch 2024-01-16 21:42:25 +00:00
ExecTasks.kt Relocate our existing web code to subdirectories 2023-09-28 21:00:07 +01:00
Extensions.kt Improve our version tooling 2023-12-19 18:12:21 +00:00
ForgeExtensions.kt Be lazier in configuring Forge runs 2023-06-29 22:31:49 +01:00
IdeaExt.kt Replace Fabric JUnit hacks with fabric-loader-junit 2023-10-26 22:06:40 +01:00
IdeaRunConfigurations.kt License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00
Illuaminate.kt Update to Gradle 8.x 2023-06-29 20:10:17 +01:00
MavenDependencySpec.kt Add a slightly cleaner system for excluding deps 2023-12-16 22:35:15 +00:00
MergeTrees.kt Split up turtle textures (#1813) 2024-04-30 20:58:07 +00:00
MinecraftConfigurations.kt Switch to our own Gradle plugin for vanilla Minecraft 2024-01-29 20:59:16 +00:00
MinecraftExec.kt Fix a couple of future deprecations in Gradle 2023-10-19 18:28:15 +01:00
Node.kt Fix build on Windows 2024-04-24 17:55:48 +01:00
ProcessHelpers.kt Fix build on Windows 2024-04-24 17:55:48 +01:00
SourceSetReference.kt License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00
XmlUtil.kt License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00