9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
This commit is contained in:
Daniel Mills
2020-10-13 05:54:01 -04:00
parent 6408a81727
commit 0138e7d8ef
3 changed files with 27 additions and 0 deletions

11
entities/aeternum.json Normal file
View File

@@ -0,0 +1,11 @@
{
"type": "CAT",
"silent": true,
"passengers": [
{
"type": "PARROT",
"customName": "&eAeternum",
"customNameVisible": true
}
]
}

11
entities/dan.json Normal file
View File

@@ -0,0 +1,11 @@
{
"type": "VEX",
"passengers": [
{
"type": "CREEPER",
"customName": "&acyberpwn",
"customNameVisible": true,
"invulnerable": true
}
]
}

5
entities/phantomapi.json Normal file
View File

@@ -0,0 +1,5 @@
{
"type": "PHANTOM",
"customName": "&dPhantomAPI",
"customNameVisible": true
}