Map is now toggle instead of crafting.

This commit is contained in:
2020-09-09 13:57:08 -05:00
parent bde35f8de8
commit 94dbda6ac6
13 changed files with 139 additions and 181 deletions

View File

@@ -5,6 +5,17 @@
}
],
"settings": {
"java.configuration.updateBuildConfiguration": "automatic"
"java.configuration.updateBuildConfiguration": "automatic",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"cSpell.words": [
"Bukkit",
"crafter",
"itemstack"
]
}
}