Skip to content

Commit

Permalink
Added named run configs, and added eclipse run configs to the git ign…
Browse files Browse the repository at this point in the history
…nore.
  • Loading branch information
Darkhax committed Oct 1, 2020
1 parent 8e4a14d commit 45a9015
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -22,3 +22,4 @@ eclipse
run
secrets.json
changelog.md
*.launch
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -52,7 +52,7 @@ minecraft {
property 'forge.logging.markers', 'SCAN,REGISTRIES,REGISTRYDUMP'

property 'forge.logging.console.level', 'debug'

taskName 'AmbientEnvironmentClient'
mods {
examplemod {
source sourceSets.main
Expand All @@ -66,7 +66,7 @@ minecraft {
property 'forge.logging.markers', 'SCAN,REGISTRIES,REGISTRYDUMP'

property 'forge.logging.console.level', 'debug'

taskName 'AmbientEnvironmentServer'
mods {
examplemod {
source sourceSets.main
Expand All @@ -80,7 +80,7 @@ minecraft {
property 'forge.logging.markers', 'SCAN,REGISTRIES,REGISTRYDUMP'

property 'forge.logging.console.level', 'debug'

taskName 'AmbientEnvironmentData'
args '--mod', 'examplemod', '--all', '--output', file('src/generated/resources/')

mods {
Expand Down

0 comments on commit 45a9015

Please sign in to comment.