mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-21 11:35:16 +01:00
custom loom
This commit is contained in:
parent
d13b86fa03
commit
c1ca789ee5
18
build.gradle
18
build.gradle
@ -1,11 +1,20 @@
|
||||
// todo migrate this code to kotlin
|
||||
import org.apache.tools.ant.filters.ReplaceTokens
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
maven { url = "https://jitpack.io" }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath "com.github.creeper123123321:fabric-loom:18workaround-SNAPSHOT"
|
||||
}
|
||||
}
|
||||
|
||||
// Stolen https://github.com/FabricMC/fabric/blob/1.17/build.gradle
|
||||
plugins {
|
||||
id "java"
|
||||
id "maven-publish"
|
||||
id "fabric-loom" version "0.8-SNAPSHOT" apply false
|
||||
id "org.ajoberstar.grgit" version "3.1.1"
|
||||
id "com.matthewprenger.cursegradle" version "1.4.0"
|
||||
}
|
||||
@ -101,13 +110,6 @@ allprojects {
|
||||
archiveClassifier = "sources"
|
||||
from sourceSets.main.allSource
|
||||
}
|
||||
|
||||
minecraft {
|
||||
intermediaryUrl = {
|
||||
if (it == "1.8.9") "https://maven.legacyfabric.net/net/fabricmc/intermediary/$it/intermediary-$it-v2.jar"
|
||||
else "https://maven.fabricmc.net/net/fabricmc/intermediary/$it/intermediary-$it-v2.jar"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
@ -1,9 +1,6 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven {
|
||||
name = 'Fabric'
|
||||
url = 'https://maven.fabricmc.net/'
|
||||
}
|
||||
maven { url = 'https://maven.fabricmc.net/' }
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
@ -1,13 +1,9 @@
|
||||
version = rootProject.version
|
||||
|
||||
loom {
|
||||
customManifest = "https://gist.githubusercontent.com/modmuss50/6e00baf80dcbaa42f3a2fc846b290128/raw/f035ef8f75164f56ec6352809a34841d326bae1c/1_18_experimental-snapshot-1.json"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
minecraft("com.mojang:minecraft:1.18_experimental-snapshot-1")
|
||||
mappings("net.fabricmc:yarn:1.18_experimental-snapshot-1+build.9:v2")
|
||||
minecraft("com.mojang:minecraft:1.18_experimental-snapshot-7")
|
||||
mappings("net.fabricmc:yarn:1.18_experimental-snapshot-7+build.4:v2")
|
||||
|
||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.37.2+1.18_experimental")
|
||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.40.1+1.18_experimental")
|
||||
modImplementation("com.terraformersmc:modmenu:2.0.2")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user