Skip to content

Commit

Permalink
Add FMJ to tester
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Mar 22, 2024
1 parent 21cfbe6 commit 245113a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tester/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import xyz.jpenilla.resourcefactory.fabric.Environment

plugins {
java
id("xyz.jpenilla.resource-factory")
Expand All @@ -18,5 +20,20 @@ sourceSets.main {
velocityPluginJson {
main = "test"
}
fabricModJson {
environment = Environment.ANY
clientEntrypoint("client.Entry")
mixin("my-mixins.json") {
environment = Environment.ANY
}
author("MyName") {
contact.homepage = "https://linkedin.com/BobSmith"
}
contact {
homepage = "https://github.com/Me/MyProject"
}
icon("icon.png")
depends("some_other_mod", "*")
}
}
}

0 comments on commit 245113a

Please sign in to comment.