1
0
mirror of https://github.com/chylex/Minecraft-Window-Title.git synced 2025-05-02 13:34:08 +02:00

Update .gitignore and mods.toml

This commit is contained in:
chylex 2023-06-12 23:29:24 +02:00
parent 02d6f2a63d
commit 8b12ddc7c7
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548
2 changed files with 29 additions and 28 deletions
.gitignore
Forge/src/main/resources/META-INF

51
.gitignore vendored
View File

@ -1,29 +1,30 @@
bin/ # gradle
[Bb]uild/
eclipse/
run/
out/
.gradle/ .gradle/
.idea/$CACHE_FILE$ build/
.idea/codeStyles/ out/
.idea/compiler.xml classes/
.idea/dictionaries
.idea/inspectionProfiles/ # eclipse
.idea/jarRepositories.xml
.idea/libraries/
.idea/misc.xml
.idea/modules/
.idea/modules.xml
.idea/runConfigurations/
.idea/shelf/
.idea/uiDesigner.xml
.idea/workspace.xml
.settings/
.updateclasses/
.classpath
.project
.DS_Store
*.launch *.launch
# idea
.idea/
*.iml
*.ipr *.ipr
*.iws *.iws
Thumbs.db
# vscode
.settings/
.vscode/
bin/
.classpath
.project
# fabric
run/
logs/

View File

@ -1,16 +1,16 @@
modLoader = "javafml" modLoader = "javafml"
loaderVersion = "[0,)" loaderVersion = "[0,)"
authors = "${author}"
license = "${license}" license = "${license}"
issueTrackerURL = "${issuesURL}" issueTrackerURL = "${issuesURL}"
[[mods]] [[mods]]
modId = "${id}" modId = "${id}"
version = "${version}"
displayName = "${name}" displayName = "${name}"
description = "${description}"
displayURL = "${sourcesURL}" displayURL = "${sourcesURL}"
description = "${description}"
authors = "${author}"
version = "${version}"
[[dependencies.${id}]] [[dependencies.${id}]]
modId = "minecraft" modId = "minecraft"