-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6983f7b
commit 0ca4b5d
Showing
20 changed files
with
396 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/badlands_enderman.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"registry_name": "endermanoverhaul:badlands_enderman", | ||
"primary_type": "eldritch", | ||
"spirits": [ | ||
{ | ||
"spirit": "eldritch", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "earthen", | ||
"count": 2 | ||
}, | ||
{ | ||
"spirit": "arcane", | ||
"count": 1 | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/cave_enderman.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"registry_name": "endermanoverhaul:cave_enderman", | ||
"primary_type": "eldritch", | ||
"spirits": [ | ||
{ | ||
"spirit": "eldritch", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "wicked", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "earthen", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "arcane", | ||
"count": 1 | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/coral_enderman.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"registry_name": "endermanoverhaul:coral_enderman", | ||
"primary_type": "eldritch", | ||
"spirits": [ | ||
{ | ||
"spirit": "eldritch", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "aqueous", | ||
"count": 2 | ||
}, | ||
{ | ||
"spirit": "arcane", | ||
"count": 1 | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
...ain/resources/data/malum/spirit_data/entity/endermanoverhaul/crimson_forest_enderman.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"registry_name": "endermanoverhaul:crimson_forest_enderman", | ||
"primary_type": "eldritch", | ||
"spirits": [ | ||
{ | ||
"spirit": "eldritch", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "earthen", | ||
"count": 2 | ||
}, | ||
{ | ||
"spirit": "infernal", | ||
"count": 2 | ||
}, | ||
{ | ||
"spirit": "arcane", | ||
"count": 1 | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/dark_oak_enderman.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"registry_name": "endermanoverhaul:dark_oak_enderman", | ||
"primary_type": "eldritch", | ||
"spirits": [ | ||
{ | ||
"spirit": "eldritch", | ||
"count": 2 | ||
}, | ||
{ | ||
"spirit": "earthen", | ||
"count": 2 | ||
}, | ||
{ | ||
"spirit": "arcane", | ||
"count": 1 | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/desert_enderman.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"registry_name": "endermanoverhaul:desert_enderman", | ||
"primary_type": "eldritch", | ||
"spirits": [ | ||
{ | ||
"spirit": "eldritch", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "earthen", | ||
"count": 2 | ||
}, | ||
{ | ||
"spirit": "arcane", | ||
"count": 1 | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/end_enderman.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"registry_name": "endermanoverhaul:end_enderman", | ||
"primary_type": "eldritch", | ||
"spirits": [ | ||
{ | ||
"spirit": "eldritch", | ||
"count": 2 | ||
}, | ||
{ | ||
"spirit": "wicked", | ||
"count": 2 | ||
}, | ||
{ | ||
"spirit": "arcane", | ||
"count": 1 | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/end_islands_enderman.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"registry_name": "endermanoverhaul:end_islands_enderman", | ||
"primary_type": "eldritch", | ||
"spirits": [ | ||
{ | ||
"spirit": "eldritch", | ||
"count": 2 | ||
}, | ||
{ | ||
"spirit": "wicked", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "arcane", | ||
"count": 3 | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
...main/resources/data/malum/spirit_data/entity/endermanoverhaul/flower_fields_enderman.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"registry_name": "endermanoverhaul:flower_fields_enderman", | ||
"primary_type": "eldritch", | ||
"spirits": [ | ||
{ | ||
"spirit": "eldritch", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "sacred", | ||
"count": 2 | ||
}, | ||
{ | ||
"spirit": "earthen", | ||
"count": 2 | ||
}, | ||
{ | ||
"spirit": "arcane", | ||
"count": 1 | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/ice_spikes_enderman.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"registry_name": "endermanoverhaul:ice_spikes_enderman", | ||
"primary_type": "eldritch", | ||
"spirits": [ | ||
{ | ||
"spirit": "eldritch", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "earthen", | ||
"count": 2 | ||
}, | ||
{ | ||
"spirit": "aqueous", | ||
"count": 2 | ||
}, | ||
{ | ||
"spirit": "arcane", | ||
"count": 1 | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
...in/resources/data/malum/spirit_data/entity/endermanoverhaul/mushroom_fields_enderman.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"registry_name": "endermanoverhaul:mushroom_fields_enderman", | ||
"primary_type": "eldritch", | ||
"spirits": [ | ||
{ | ||
"spirit": "eldritch", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "sacred", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "earthen", | ||
"count": 2 | ||
}, | ||
{ | ||
"spirit": "arcane", | ||
"count": 2 | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...main/resources/data/malum/spirit_data/entity/endermanoverhaul/nether_wastes_enderman.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"registry_name": "endermanoverhaul:nether_wastes_enderman", | ||
"primary_type": "eldritch", | ||
"spirits": [ | ||
{ | ||
"spirit": "eldritch", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "infernal", | ||
"count": 3 | ||
}, | ||
{ | ||
"spirit": "arcane", | ||
"count": 1 | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/savanna_enderman.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"registry_name": "endermanoverhaul:savanna_enderman", | ||
"primary_type": "eldritch", | ||
"spirits": [ | ||
{ | ||
"spirit": "eldritch", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "earthen", | ||
"count": 2 | ||
}, | ||
{ | ||
"spirit": "arcane", | ||
"count": 1 | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/scarab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"registry_name": "endermanoverhaul:scarab", | ||
"primary_type": "wicked", | ||
"spirits": [ | ||
{ | ||
"spirit": "wicked", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "earthen", | ||
"count": 1 | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/snowy_enderman.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"registry_name": "endermanoverhaul:snowy_enderman", | ||
"primary_type": "eldritch", | ||
"spirits": [ | ||
{ | ||
"spirit": "eldritch", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "earthen", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "aqueous", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "arcane", | ||
"count": 1 | ||
} | ||
] | ||
} |
26 changes: 26 additions & 0 deletions
26
...in/resources/data/malum/spirit_data/entity/endermanoverhaul/soulsand_valley_enderman.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"registry_name": "endermanoverhaul:soulsand_valley_enderman", | ||
"primary_type": "eldritch", | ||
"spirits": [ | ||
{ | ||
"spirit": "eldritch", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "wicked", | ||
"count": 2 | ||
}, | ||
{ | ||
"spirit": "earthen", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "infernal", | ||
"count": 2 | ||
}, | ||
{ | ||
"spirit": "arcane", | ||
"count": 1 | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/spirit.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"registry_name": "endermanoverhaul:spirit", | ||
"primary_type": "arcane", | ||
"spirits": [ | ||
{ | ||
"spirit": "arcane", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "infernal", | ||
"count": 1 | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/swamp_enderman.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"registry_name": "endermanoverhaul:swamp_enderman", | ||
"primary_type": "eldritch", | ||
"spirits": [ | ||
{ | ||
"spirit": "eldritch", | ||
"count": 1 | ||
}, | ||
{ | ||
"spirit": "earthen", | ||
"count": 2 | ||
}, | ||
{ | ||
"spirit": "aqueous", | ||
"count": 2 | ||
}, | ||
{ | ||
"spirit": "arcane", | ||
"count": 1 | ||
} | ||
] | ||
} |
Oops, something went wrong.