From cfd11ffa9287ba87c9d92b0a4552d0cd113378b2 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Thu, 20 Jun 2024 18:31:28 +0100 Subject: [PATCH] Support dark and light mode logos on the website Requires an illuaminate bump to support tags. Fixes #1861. --- doc/index.md | 9 ++++++++- gradle/libs.versions.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/index.md b/doc/index.md index ed70ab070..cfc570810 100644 --- a/doc/index.md +++ b/doc/index.md @@ -4,7 +4,14 @@ SPDX-FileCopyrightText: 2020 The CC: Tweaked Developers SPDX-License-Identifier: MPL-2.0 --> -# ![CC: Tweaked](logo.png) +

+ + + + CC: Tweaked + +

+ CC: Tweaked is a mod for Minecraft which adds programmable computers, turtles and more to the game. A fork of the much-beloved [ComputerCraft], it continues its legacy with improved performance and stability, along with a wealth of new features. diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 42534f269..91546e46f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -64,7 +64,7 @@ forgeGradle = "6.0.21" githubRelease = "2.5.2" gradleVersions = "0.50.0" ideaExt = "1.1.7" -illuaminate = "0.1.0-71-g378d86e" +illuaminate = "0.1.0-73-g43ee16c" librarian = "1.+" lwjgl = "3.3.3" minotaur = "2.+"