aboutsummaryrefslogtreecommitdiff
path: root/items/SLIME_MONSTER.json
diff options
context:
space:
mode:
Diffstat (limited to 'items/SLIME_MONSTER.json')
-rw-r--r--items/SLIME_MONSTER.json30
1 files changed, 21 insertions, 9 deletions
diff --git a/items/SLIME_MONSTER.json b/items/SLIME_MONSTER.json
index 91ed3d72..e80c7730 100644
--- a/items/SLIME_MONSTER.json
+++ b/items/SLIME_MONSTER.json
@@ -1,23 +1,35 @@
{
"itemid": "minecraft:skull",
"displayname": "§aSlime (Monster)",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3b70a2f3-319c-38d5-b7d1-5b2425770184\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODk1YWVlYzZiODQyYWRhODY2OWY4NDZkNjViYzQ5NzYyNTk3ODI0YWI5NDRmMjJmNDViZjNiYmI5NDFhYmU2YyJ9fX0\"}]}},display:{Lore:[0:\"§7The Slime is a mob in Skyblock. Slimes spawn naturally\",1:\"§7in the Slimehill section of the Deep Caverns. Slimes\",2:\"§7come in three different sizes, each with increasing\",3:\"§7levels, health, and damage. They can also spawn in\",4:\"§7the Spider's Den when it is raining, in the area\",5:\"§7where skeletons spawn.\"],Name:\"§aSlime (Monster)\"},ExtraAttributes:{id:\"SLIME_MONSTER\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3b70a2f3-319c-38d5-b7d1-5b2425770184\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODk1YWVlYzZiODQyYWRhODY2OWY4NDZkNjViYzQ5NzYyNTk3ODI0YWI5NDRmMjJmNDViZjNiYmI5NDFhYmU2YyJ9fX0\"}]}},display:{Lore:[0:\"§7World\u0027s loudest creatures.\",1:\"\",2:\"§c❤ Health§8: §c80 - 566\"],Name:\"§aSlime (Monster)\"},ExtraAttributes:{id:\"SLIME_MONSTER\"}}",
"damage": 3,
"lore": [
- "§7The Slime is a mob in Skyblock. Slimes spawn naturally",
- "§7in the Slimehill section of the Deep Caverns. Slimes",
- "§7come in three different sizes, each with increasing",
- "§7levels, health, and damage. They can also spawn in",
- "§7the Spider's Den when it is raining, in the area",
- "§7where skeletons spawn."
+ "§7World\u0027s loudest creatures.",
+ "",
+ "§c❤ Health§8: §c80 - 566"
],
"internalname": "SLIME_MONSTER",
- "clickcommand": "",
+ "clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Rain_Slime",
"https://wiki.hypixel.net/Slime"
],
- "crafttext": ""
+ "crafttext": "",
+ "recipes": [
+ {
+ "coins": 1,
+ "xp": 1,
+ "name": "§cSlime",
+ "render": "Slime",
+ "panorama": "dynamic",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "SLIME_BALL:1"
+ }
+ ]
+ }
+ ]
} \ No newline at end of file