Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/zeta120' into zeta120
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazkii committed Jan 7, 2024
2 parents ddd9712 + 3c3ea2b commit 29048a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
13 changes: 5 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ minecraft {
// Default run configurations.
// These can be tweaked, removed, or duplicated as needed.
runs {
client {
workingDirectory project.file('run')
configureEach {
property "mixin.debug.export", "true"
mods {
quark {
Expand All @@ -59,14 +58,12 @@ minecraft {
}
}

client {
workingDirectory project.file('run')
}

server {
workingDirectory project.file('runServer')
property "mixin.debug.export", "true"
mods {
quark {
source sourceSets.main
}
}
}
}
}
Expand Down
Binary file modified oddities/QuarkOddities-1.20.1.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion oddities/stuff/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ description='''Crazier Small things.'''

[[dependencies.quarkoddities]]
modId="quark"
mandatory=true
mandatory=true
versionRange="[0,)"

0 comments on commit 29048a7

Please sign in to comment.