diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-13 00:06:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 18:06:42 -0400 |
commit | 5f0a4ab62aa23b284ab6da92396d5293b85c670b (patch) | |
tree | 9e99671a8444eaf96d17a250846f253121d870ce /items/MAGMA_CUBE_MONSTER.json | |
parent | 9a130256dcc933d02a0577a7438dad0303e1e7c8 (diff) | |
download | NotEnoughUpdates-REPO-5f0a4ab62aa23b284ab6da92396d5293b85c670b.tar.gz NotEnoughUpdates-REPO-5f0a4ab62aa23b284ab6da92396d5293b85c670b.tar.bz2 NotEnoughUpdates-REPO-5f0a4ab62aa23b284ab6da92396d5293b85c670b.zip |
More Mobs and Resistance Things and Max Book Fix (#458)
* More Mobs and Resistance Things and Max Book Fix
* Removed UUID and Timestamp
Diffstat (limited to 'items/MAGMA_CUBE_MONSTER.json')
-rw-r--r-- | items/MAGMA_CUBE_MONSTER.json | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/items/MAGMA_CUBE_MONSTER.json b/items/MAGMA_CUBE_MONSTER.json index a6c2247b..2b8f2311 100644 --- a/items/MAGMA_CUBE_MONSTER.json +++ b/items/MAGMA_CUBE_MONSTER.json @@ -1,21 +1,37 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aMagma Cube (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Magma Cube is a monster in Skyblock. They spawn\",1:\"§7naturally in the Blazing Fortress or by using a Magma\",2:\"§7Cube Minion. The higher level they are, the more Magma\",3:\"§7Cream they drop. \"],Name:\"§aMagma Cube (Monster)\"},ExtraAttributes:{id:\"MAGMA_CUBE_MONSTER\"}}", - "damage": 62, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"35f02923-7bec-3869-9ef5-b42a4794cac81\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzg5NTdkNTAyM2M5MzdjNGM0MWFhMjQxMmQ0MzQxMGJkYTIzY2Y3OWE5ZjZhYjM2Yjc2ZmVmMmQ3YzQyOSJ9fX0\"}]}},display:{Lore:[0:\"§7The Magma Cube is a monster in Skyblock. They spawn\",1:\"§7naturally in the Blazing Fortress or by using a Magma\",2:\"§7Cube Minion. The higher level they are, the more Magma\",3:\"§7Cream they drop. \",4:\"\",5:\"§c❤ Health§8: §c200-300\",6:\"§7Coins per Kill: §63-4\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fMagma Cream §8x1-3\",11:\"\",12:\"§9Rare §8[Lvl 9]\",13:\"§8 ■ §8[Lvl 1] §fMagma Cube\",14:\"\",15:\"§6Legendary Loot §8[Lvl 9]\",16:\"§8 ■ §8[Lvl 1] §aMagma Cube §8(§a0.05%§8)\",17:\"§8 ■ §aCombat Exp Boost §8(§a0.1%§8)\",18:\"\",19:\"§dRNGesus Loot §8[Lvl 9]\",20:\"§8 ■ §4More Info Needed\"],Name:\"§aMagma Cube (Monster)\"},ExtraAttributes:{id:\"MAGMA_CUBE_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Magma Cube is a monster in Skyblock. They spawn", "§7naturally in the Blazing Fortress or by using a Magma", "§7Cube Minion. The higher level they are, the more Magma", - "§7Cream they drop. " + "§7Cream they drop. ", + "", + "§c❤ Health§8: §c200-300", + "§7Coins per Kill: §63-4", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fMagma Cream §8x1-3", + "", + "§9Rare §8[Lvl 9]", + "§8 ■ §8[Lvl 1] §fMagma Cube", + "", + "§6Legendary Loot §8[Lvl 9]", + "§8 ■ §8[Lvl 1] §aMagma Cube §8(§a0.05%§8)", + "§8 ■ §aCombat Exp Boost §8(§a0.1%§8)", + "", + "§dRNGesus Loot §8[Lvl 9]", + "§8 ■ §4More Info Needed" ], "internalname": "MAGMA_CUBE_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Magma_Cube" ], - "entityrender": "LavaSlime", - "entityscale": 2 + "crafttext": "" }
\ No newline at end of file |