mirror of
https://github.com/chylex/Minecraft-Window-Title.git
synced 2025-04-11 11:15:44 +02:00
Update .gitignore and mods.toml
This commit is contained in:
parent
02d6f2a63d
commit
8b12ddc7c7
51
.gitignore
vendored
51
.gitignore
vendored
@ -1,29 +1,30 @@
|
||||
bin/
|
||||
[Bb]uild/
|
||||
eclipse/
|
||||
run/
|
||||
out/
|
||||
# gradle
|
||||
|
||||
.gradle/
|
||||
.idea/$CACHE_FILE$
|
||||
.idea/codeStyles/
|
||||
.idea/compiler.xml
|
||||
.idea/dictionaries
|
||||
.idea/inspectionProfiles/
|
||||
.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
|
||||
build/
|
||||
out/
|
||||
classes/
|
||||
|
||||
# eclipse
|
||||
|
||||
*.launch
|
||||
|
||||
# idea
|
||||
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
Thumbs.db
|
||||
|
||||
# vscode
|
||||
|
||||
.settings/
|
||||
.vscode/
|
||||
bin/
|
||||
.classpath
|
||||
.project
|
||||
|
||||
# fabric
|
||||
|
||||
run/
|
||||
logs/
|
||||
|
@ -1,16 +1,16 @@
|
||||
modLoader = "javafml"
|
||||
loaderVersion = "[0,)"
|
||||
|
||||
authors = "${author}"
|
||||
license = "${license}"
|
||||
issueTrackerURL = "${issuesURL}"
|
||||
|
||||
[[mods]]
|
||||
modId = "${id}"
|
||||
version = "${version}"
|
||||
displayName = "${name}"
|
||||
description = "${description}"
|
||||
displayURL = "${sourcesURL}"
|
||||
description = "${description}"
|
||||
authors = "${author}"
|
||||
version = "${version}"
|
||||
|
||||
[[dependencies.${id}]]
|
||||
modId = "minecraft"
|
||||
|
Loading…
Reference in New Issue
Block a user