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:
parent
02d6f2a63d
commit
8b12ddc7c7
51
.gitignore
vendored
51
.gitignore
vendored
@ -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/
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user