mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 02:05:20 -07:00
2.0.1
This commit is contained in:
@@ -1,31 +1,3 @@
|
||||
repositories {
|
||||
maven {
|
||||
url = 'https://cursemaven.com/'
|
||||
}
|
||||
}
|
||||
minecraft {
|
||||
runs {
|
||||
client {
|
||||
property 'mixin.env.remapRefMap', 'true'
|
||||
property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"
|
||||
}
|
||||
|
||||
server {
|
||||
property 'mixin.env.remapRefMap', 'true'
|
||||
property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"
|
||||
}
|
||||
data {
|
||||
property 'mixin.env.remapRefMap', 'true'
|
||||
property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"
|
||||
}
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
implementation fg.deobf("curse.maven:photon-871522:7381162")
|
||||
implementation fg.deobf("curse.maven:ldlib-626676:7412415")
|
||||
}
|
||||
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
url = "https://jitpack.io"
|
||||
|
||||
Reference in New Issue
Block a user