minecraft-forge-utils
Version:
Collection of useful Minecraft Forge development related utilities.
68 lines (67 loc) • 1.45 kB
JSON
{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.rulers": [100],
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"cSpell.words": [
"AABB",
"Behaviour",
"Blockbench",
"Configurator",
"Critera",
"DISPLAYTEST",
"Framebuffer",
"Gson",
"IGNORESERVERONLY",
"Ingame",
"Knockback",
"MOJANG",
"NETHERIRE",
"STRG",
"Serializers",
"Tessellator",
"Uncraftable",
"Voxel",
"amphithere",
"autosave",
"blastfurnace",
"bordihn",
"bufferbuilder",
"cookingtime",
"cullface",
"curseforge",
"firstperson",
"glowstone",
"gradlew",
"grandle",
"lefthand",
"markus",
"markusbordihn",
"minecraft",
"minecraftforge",
"myfirstmod",
"nonnulllist",
"righthand",
"server",
"serverworld",
"smallships",
"thirdperson",
"untrack"
],
"cSpell.ignorePaths": [
"*.yml",
".gradle",
".vscode",
"build",
"run",
"src/main/resources/assets/*"
],
"java.configuration.updateBuildConfiguration": "automatic",
"java.format.settings.url": "./java-google-style.xml",
"java.format.settings.profile": "GoogleStyle",
"java.dependency.showMembers": true,
"java.dependency.packagePresentation": "flat",
"editor.detectIndentation": false
}