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_BOSS.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_BOSS.json')
-rw-r--r-- | items/MAGMA_CUBE_BOSS.json | 32 |
1 files changed, 25 insertions, 7 deletions
diff --git a/items/MAGMA_CUBE_BOSS.json b/items/MAGMA_CUBE_BOSS.json index 0a70517c..de4f2536 100644 --- a/items/MAGMA_CUBE_BOSS.json +++ b/items/MAGMA_CUBE_BOSS.json @@ -1,20 +1,38 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§6Magma Cube (Boss)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Magma Cube Boss (or just simply called the\",1:\"§7Magma Boss by the community) is a hostile mob\",2:\"§7found in the Blazing Fortress.\"],Name:\"§6Magma Cube (Boss)\"},ExtraAttributes:{id:\"MAGMA_CUBE_BOSS\"}}", - "damage": 62, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"35f02923-7bec-3869-9ef5-b42a4794cac81\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzg5NTdkNTAyM2M5MzdjNGM0MWFhMjQxMmQ0MzQxMGJkYTIzY2Y3OWE5ZjZhYjM2Yjc2ZmVmMmQ3YzQyOSJ9fX0\"}]}},display:{Lore:[0:\"§7The Magma Cube Boss (or just simply called the\",1:\"§7Magma Boss by the community) is a hostile mob\",2:\"§7found in the Blazing Fortress.\",3:\"\",4:\"§c❤ Health§8: §c150.000\",5:\"§7Coins per Kill: §6125\",6:\"§7Combat XP: §3200\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fMagma Cream\",11:\"§8 ■ §aEnchanted Magma Cream\",12:\"\",13:\"§aUncommon Loot\",14:\"§8 ■ §4More Info Needed\",15:\"\",16:\"§9Rare Loot\",17:\"§8 ■ §4More Info Needed\",18:\"\",19:\"§6Legendary Loot\",20:\"§8 ■ §4More Info Needed\",21:\"§8 ■ §4More Info Needed\"],Name:\"§6Magma Cube (Boss)\"},ExtraAttributes:{id:\"MAGMA_CUBE_BOSS\"}}", + "damage": 3, "lore": [ "§7The Magma Cube Boss (or just simply called the", "§7Magma Boss by the community) is a hostile mob", - "§7found in the Blazing Fortress." + "§7found in the Blazing Fortress.", + "", + "§c❤ Health§8: §c150.000", + "§7Coins per Kill: §6125", + "§7Combat XP: §3200", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fMagma Cream", + "§8 ■ §aEnchanted Magma Cream", + "", + "§aUncommon Loot", + "§8 ■ §4More Info Needed", + "", + "§9Rare Loot", + "§8 ■ §4More Info Needed", + "", + "§6Legendary Loot", + "§8 ■ §4More Info Needed", + "§8 ■ §4More Info Needed" ], "internalname": "MAGMA_CUBE_BOSS", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Magma_Cube_Boss" ], - "entityrender": "LavaSlime", - "entityscale": 3 + "crafttext": "" }
\ No newline at end of file |