Skip to content

Commit

Permalink
New Oddities jar using lowcodefml so there's no classes involved. Sam…
Browse files Browse the repository at this point in the history
…e technique used in GoG
  • Loading branch information
quat1024 committed Jan 2, 2024
1 parent a273dfe commit 568b245
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions oddities/doIt.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rm -f ./*.jar
cd ./stuff
jar --create --file=../QuarkOddities-1.20.1.jar *
15 changes: 15 additions & 0 deletions oddities/stuff/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
modLoader="lowcodefml"
loaderVersion="[1,)"
issueTrackerURL="https://github.com/Vazkii/Quark"
license="https://github.com/Vazkii/Quark/blob/master/LICENSE.md"

[[mods]]
modId="quarkoddities"
displayName="Quark Oddities"
version="1.20.1"
authors="Vazkii, WireSegal, MCVinnyq, Sully"
description='''Crazier Small things.'''

[[dependencies.quarkoddities]]
modId="quark"
mandatory=true
6 changes: 6 additions & 0 deletions oddities/stuff/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pack": {
"description": "Quark Oddities resources",
"pack_format": 15
}
}

0 comments on commit 568b245

Please sign in to comment.