Updated gradle (and its wrapper), and fabric and architectury loom

This commit is contained in:
coolGi
2023-12-12 17:56:44 +10:30
parent 4ae7083dcf
commit b00c252f17
9 changed files with 56 additions and 31 deletions
+2 -2
View File
@@ -10,11 +10,11 @@ plugins {
// Manifold preprocessor
id "systems.manifold.manifold-gradle-plugin" version "0.0.2-alpha"
// Provides mc libraries to core
// // Provides mc libraries to core
// id "org.spongepowered.gradle.vanilla" version '0.2.1-SNAPSHOT' apply false
// Architectury is used here only as a replacement for forge's own loom
id "dev.architectury.loom" version "1.1.+" apply false
id "dev.architectury.loom" version "1.4-SNAPSHOT" apply false
}
/**