This commit is contained in:
lukasabbe
2025-12-17 15:32:02 +01:00
parent cf0043f7d9
commit ac3e35e724
9 changed files with 27 additions and 22 deletions
+8 -1
View File
@@ -1,8 +1,10 @@
plugins {
id 'multiloader-common'
id 'net.neoforged.moddev'
//id 'net.neoforged.moddev'
id 'net.fabricmc.fabric-loom'
}
/*
neoForge {
neoFormVersion = neo_form_version
// Automatically enable AccessTransformers if the file exists
@@ -15,6 +17,11 @@ neoForge {
mappingsVersion = parchment_version
}
}
*/
dependencies {
minecraft "com.mojang:minecraft:${minecraft_version}"
}
dependencies {
compileOnly group: 'org.spongepowered', name: 'mixin', version: '0.8.5'