aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--items/NOT_CHICKEN_MONSTER.json33
-rw-r--r--mobs/leech_swarm.json12
2 files changed, 45 insertions, 0 deletions
diff --git a/items/NOT_CHICKEN_MONSTER.json b/items/NOT_CHICKEN_MONSTER.json
new file mode 100644
index 00000000..0d3a51ca
--- /dev/null
+++ b/items/NOT_CHICKEN_MONSTER.json
@@ -0,0 +1,33 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§aNot Chicken (Monster)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"00000000-0000-0000-0000-000000000000\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWI3MDIyOTY2ZTJkMTE4N2Q4NTFmYzI3ZWNkODgxYzA1YWUwNTMyZmYzNDIzN2ZkYjA4MGYwMjU4ZTNhZWUifX19\"}]}}}",
+ "damage": 3,
+ "lore": [
+ "§7Shoot with §9Berberis Blowgun §7to kill.",
+ "§7Found near the §eDreadfarm §7in §dthe Rift§7.",
+ "",
+ "§c❤ Health§8: §c3"
+ ],
+ "internalname": "NOT_CHICKEN_MONSTER",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": "",
+ "recipes": [
+ {
+ "type": "drops",
+ "coins": 0,
+ "level": 1,
+ "combat_xp": 0,
+ "drops": [
+ "METAPHORIC_EGG:1"
+ ],
+ "render": "Chicken",
+ "panorama": "rift",
+ "name": "§2Not Chicken",
+ "xp": 0,
+ "extra": []
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/leech_swarm.json b/mobs/leech_swarm.json
index e69de29b..892a19ba 100644
--- a/mobs/leech_swarm.json
+++ b/mobs/leech_swarm.json
@@ -0,0 +1,12 @@
+{
+ "entity": "Zombie",
+ "modifiers": [
+ {
+ "type": "equipment",
+ "feet": "LEATHER_BOOTS#000000",
+ "chestplate": "LEATHER_CHESTPLATE#202513",
+ "leggings": "CHAINMAIL_LEGGINGS",
+ "helmet": ""
+ }
+ ]
+} \ No newline at end of file