diff options
author | nea <nea@nea.moe> | 2023-06-22 16:09:37 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-06-22 16:09:37 +0200 |
commit | 48ad2053705110506c4f7962b932a33d3d061a68 (patch) | |
tree | 3eb65c360392efa540661ce82758ea2d7c0adcf8 | |
parent | eadd4737c90bcca89c307670becc66ecf5c514ce (diff) | |
download | NotEnoughUpdates-REPO-48ad2053705110506c4f7962b932a33d3d061a68.tar.gz NotEnoughUpdates-REPO-48ad2053705110506c4f7962b932a33d3d061a68.tar.bz2 NotEnoughUpdates-REPO-48ad2053705110506c4f7962b932a33d3d061a68.zip |
Leech supreme
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .vscode/json.code-snippets | 20 | ||||
-rw-r--r-- | items/LEECH_SUPREME_MINIBOSS.json | 33 | ||||
-rw-r--r-- | mobs/leech_supreme.json | 10 | ||||
-rw-r--r-- | mobs/leech_supreme.png | bin | 0 -> 2257 bytes |
5 files changed, 64 insertions, 0 deletions
@@ -1,3 +1,4 @@ .vscode/* !.vscode/settings.json +!.vscode/json.code-snippets .idea
\ No newline at end of file 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 diff --git a/items/LEECH_SUPREME_MINIBOSS.json b/items/LEECH_SUPREME_MINIBOSS.json new file mode 100644 index 00000000..c2ea6f44 --- /dev/null +++ b/items/LEECH_SUPREME_MINIBOSS.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Leech Supreme (Miniboss)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"db784d7a-fae1-3d60-9a5a-42a1814037f8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDk3NmZmZGQyOTJjMzRmZGFiYjJhY2ZhNjJkYmZkNGYwZDEzMDAwODc4NTgwOWJlMDE2ZDNkNzI1N2JiMzFmMiJ9fX0K\"}]}},display:{Lore:[0:\"§7Angered by what he\u0027s found\",1:\"§7below.\",2:\"\",3:\"§c❤ Health§8: §c20,000 - 900,000\",4:\"§c❤ Health §8(MM) : §c1,000,000 - 12,000,000\"],Name:\"§d§lAngry Archeologist (Miniboss)\"},ExtraAttributes:{id:\"ANGRY_ARCHEOLOGIST_MINIBOSS\"}}", + "damage": 3, + "lore": [ + "", + "§c❤ Health§8: §c800" + ], + "internalname": "LEECH_SUPREME_MINIBOSS", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "", + "info": [ + ], + "crafttext": "", + "recipes": [ + { + "name": "§cLeech Supreme", + "render": "@neurepo:mobs/leech_supreme.json", + "level": 0, + "combat_xp": 0, + "type": "drops", + "panorama": "rift", + "drops": [ + { + "id": "LEECH_SUPREME_FRAGMENT:8", + "chance": "100%" + } + ] + } + ] + }
\ No newline at end of file diff --git a/mobs/leech_supreme.json b/mobs/leech_supreme.json new file mode 100644 index 00000000..eedff9bc --- /dev/null +++ b/mobs/leech_supreme.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/leech_supreme.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/leech_supreme.png b/mobs/leech_supreme.png Binary files differnew file mode 100644 index 00000000..d2811662 --- /dev/null +++ b/mobs/leech_supreme.png |