aboutsummaryrefslogtreecommitdiff
path: root/.vscode/json.code-snippets
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-06-22 16:09:37 +0200
committernea <nea@nea.moe>2023-06-22 16:09:37 +0200
commit48ad2053705110506c4f7962b932a33d3d061a68 (patch)
tree3eb65c360392efa540661ce82758ea2d7c0adcf8 /.vscode/json.code-snippets
parenteadd4737c90bcca89c307670becc66ecf5c514ce (diff)
downloadNotEnoughUpdates-REPO-48ad2053705110506c4f7962b932a33d3d061a68.tar.gz
NotEnoughUpdates-REPO-48ad2053705110506c4f7962b932a33d3d061a68.tar.bz2
NotEnoughUpdates-REPO-48ad2053705110506c4f7962b932a33d3d061a68.zip
Leech supreme
Diffstat (limited to '.vscode/json.code-snippets')
-rw-r--r--.vscode/json.code-snippets20
1 files changed, 20 insertions, 0 deletions
diff --git a/.vscode/json.code-snippets b/.vscode/json.code-snippets
new file mode 100644
index 00000000..cd008738
--- /dev/null
+++ b/.vscode/json.code-snippets
@@ -0,0 +1,20 @@
+{
+ "Player Skull Item": {
+ "body": [
+ "{",
+ " \"itemid\": \"minecraft:skull\",",
+ " \"displayname\": \"$1\",",
+ " \"nbttag\": \"{HideFlags:254,SkullOwner:{Id:\\\"00000000-0000-0000-0000-000000000000\\\",Properties:{textures:[0:{Value:\\\"$2\\\"}]}}}\",",
+ " \"damage\": 3,",
+ " \"lore\": [\"\"],",
+ " \"internalname\": \"$TM_FILENAME_BASE\",",
+ " \"crafttext\": \"\",",
+ " \"clickcommand\": \"\",",
+ " \"modver\": \"2.1.1-PRE\",",
+ " \"infoType\": \"\"",
+ "}"
+ ],
+ "prefix": "playerhead",
+ "description": "Generate a player head with minimal data.\nMake sure to reload through NEU after creation to fix nbttag."
+ }
+} \ No newline at end of file