diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-06 03:28:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-06 12:28:08 +1100 |
commit | c5ab7e93d298f30a9d68714c563ca71c086f7511 (patch) | |
tree | 9ae6ddc7e8261b75c87594c7f73cc92805f9befe /items/MAGMA_CUBE_MONSTER.json | |
parent | 9d7da9adf20f73ab0b636516cef1ec305181dea3 (diff) | |
download | NotEnoughUpdates-REPO-c5ab7e93d298f30a9d68714c563ca71c086f7511.tar.gz NotEnoughUpdates-REPO-c5ab7e93d298f30a9d68714c563ca71c086f7511.tar.bz2 NotEnoughUpdates-REPO-c5ab7e93d298f30a9d68714c563ca71c086f7511.zip |
Added new halloween items (#995)
Diffstat (limited to 'items/MAGMA_CUBE_MONSTER.json')
-rw-r--r-- | items/MAGMA_CUBE_MONSTER.json | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/items/MAGMA_CUBE_MONSTER.json b/items/MAGMA_CUBE_MONSTER.json index 1229ce32..88f9d2d7 100644 --- a/items/MAGMA_CUBE_MONSTER.json +++ b/items/MAGMA_CUBE_MONSTER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aMagma Cube (Monster)", - "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: §c1,000,000\"],Name:\"§aMagma Cube (Monster)\"},ExtraAttributes:{id:\"MAGMA_CUBE_MONSTER\"}}", + "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: §c400,000\"],Name:\"§aMagma Cube (Monster)\"},ExtraAttributes:{id:\"MAGMA_CUBE_MONSTER\"}}", "damage": 3, "lore": [ "§7The Magma Cube is a monster in Skyblock. They spawn", @@ -9,11 +9,11 @@ "§7Cube Minion. The higher level they are, the more Magma", "§7Cream they drop. ", "", - "§c❤ Health§8: §c1,000,000" + "§c❤ Health§8: §c400,000" ], "internalname": "MAGMA_CUBE_MONSTER", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Magma_Cube", @@ -69,7 +69,9 @@ "drops": [ { "id": "MAGMA_CREAM:1", - "extra": ["x1-2"], + "extra": [ + "x1-2" + ], "chance": "100%" }, { @@ -127,7 +129,9 @@ "drops": [ { "id": "MAGMA_CREAM:1", - "extra": ["x1-3"], + "extra": [ + "x1-3" + ], "chance": "100%" }, { @@ -165,7 +169,9 @@ "drops": [ { "id": "MAGMA_CREAM:1", - "extra": ["x1-3"], + "extra": [ + "x1-3" + ], "chance": "100%" }, { @@ -213,7 +219,9 @@ "drops": [ { "id": "MAGMA_CREAM:1", - "extra": ["x1-3"], + "extra": [ + "x1-3" + ], "chance": "100%" }, { |