Add basic MC 1.21.5 rendering (block colors and world gen broken)

This commit is contained in:
James Seibel
2025-03-29 10:40:36 -05:00
parent 691c9d3f45
commit 2480fe0d86
11 changed files with 191 additions and 14 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ plugins {
id "systems.manifold.manifold-gradle-plugin" version "0.0.2-alpha"
// Architectury is used here only as a replacement for forge's own loom
id "dev.architectury.loom" version "1.7-SNAPSHOT" apply false
id "dev.architectury.loom" version "1.9-SNAPSHOT" apply false
}