fabric-synctask #1

Merged
quentinlegot merged 10 commits from fabric-synctask into master 2023-02-13 15:26:38 +01:00
3 changed files with 6 additions and 5 deletions
Showing only changes of commit 0f902faa1b - Show all commits

2
.gitignore vendored
View File

@ -4,6 +4,8 @@ build/
!**/src/main/**/build/
!**/src/test/**/build/
Tasks/run
### IntelliJ IDEA ###
.idea
*.iws

View File

@ -27,8 +27,7 @@
"depends": {
"fabricloader": ">=0.14.12",
"fabric": "*",
"minecraft": "1.19.3",
"npcs": "2.0.1-SNAPSHOT"
"minecraft": "1.19.3"
}
}