Map is now toggle instead of crafting.
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user