diff options
author | jani270 <jani270@gmx.de> | 2022-05-23 13:13:49 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-05-23 13:13:49 +0200 |
commit | 0bce9d04251b824630122d4083527862587b486b (patch) | |
tree | b0580ff640af95dce97cdd8eb7135106973c6d53 /mobs/pyroclastic_worm.json | |
parent | 1d8280ef7d128dc9c0d4b0977b22fd730aa686f1 (diff) | |
download | NotEnoughUpdates-REPO-0bce9d04251b824630122d4083527862587b486b.tar.gz NotEnoughUpdates-REPO-0bce9d04251b824630122d4083527862587b486b.tar.bz2 NotEnoughUpdates-REPO-0bce9d04251b824630122d4083527862587b486b.zip |
master -> dangerous + a few nether mobs
Diffstat (limited to 'mobs/pyroclastic_worm.json')
-rw-r--r-- | mobs/pyroclastic_worm.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mobs/pyroclastic_worm.json b/mobs/pyroclastic_worm.json new file mode 100644 index 00000000..417b486a --- /dev/null +++ b/mobs/pyroclastic_worm.json @@ -0,0 +1,15 @@ +{ + "entity": "MagmaCube", + "modifiers": [ + { + "type": "riding", + "entity": "MagmaCube", + "modifiers": [ + { + "type": "riding", + "entity": "MagmaCube" + } + ] + } + ] +}
\ No newline at end of file |