mirror of
https://github.com/lukasabbe/bookshelf-inspector.git
synced 2026-04-30 10:40:53 +00:00
26.1
This commit is contained in:
+8
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user