From 6eba0d9dffdd1ffc45b4f867d375593bd6226c3f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 1 Apr 2021 02:28:09 +0200 Subject: Revert "Update Things and Mobs (#451)" (#452) This reverts commit 124eac92c3ed3bd9077466d810be4dcec7690374. --- items/GRAVEL_SKELETON_MONSTER.json | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 items/GRAVEL_SKELETON_MONSTER.json (limited to 'items/GRAVEL_SKELETON_MONSTER.json') diff --git a/items/GRAVEL_SKELETON_MONSTER.json b/items/GRAVEL_SKELETON_MONSTER.json deleted file mode 100644 index f524c8a5..00000000 --- a/items/GRAVEL_SKELETON_MONSTER.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "itemid": "minecraft:spawn_egg", - "displayname": "§aGravel Skeleton (Monster)", - "nbttag": "{display:{Lore:[0:\"§7These Skeletons just never say\",1:\"§7die.\",2:\"\",3:\"§c❤ Health§8: §c100\",4:\"§7Coins per Kill: §62-12\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§fCommon Loot\",8:\"§8 ■ §fBone §8x3-6\"],Name:\"§aGravel Skeleton (Monster)\"},ExtraAttributes:{id:\"GRAVEL_SKELETON_MONSTER\"}}", - "damage": 51, - "lore": [ - "§7These Skeletons just never say", - "§7die.", - "", - "§c❤ Health§8: §c100", - "§7Coins per Kill: §62-12", - "", - "§6§lPossible Drops:", - "§fCommon Loot", - "§8 ■ §fBone §8x3-6" - ], - "internalname": "GRAVEL_SKELETON_MONSTER", - "clickcommand": "", - "modver": "2.0.0-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Skeleton" - ], - "entityrender": "Skeleton", - "crafttext": "" -} \ No newline at end of file -- cgit