diff --git a/entities/aeternum.json b/entities/aeternum.json new file mode 100644 index 00000000..9462efa5 --- /dev/null +++ b/entities/aeternum.json @@ -0,0 +1,11 @@ +{ + "type": "CAT", + "silent": true, + "passengers": [ + { + "type": "PARROT", + "customName": "&eAeternum", + "customNameVisible": true + } + ] +} \ No newline at end of file diff --git a/entities/dan.json b/entities/dan.json new file mode 100644 index 00000000..8bbb4580 --- /dev/null +++ b/entities/dan.json @@ -0,0 +1,11 @@ +{ + "type": "VEX", + "passengers": [ + { + "type": "CREEPER", + "customName": "&acyberpwn", + "customNameVisible": true, + "invulnerable": true + } + ] +} \ No newline at end of file diff --git a/entities/phantomapi.json b/entities/phantomapi.json new file mode 100644 index 00000000..f02080d0 --- /dev/null +++ b/entities/phantomapi.json @@ -0,0 +1,5 @@ +{ + "type": "PHANTOM", + "customName": "&dPhantomAPI", + "customNameVisible": true +} \ No newline at end of file