diff --git a/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/badlands_enderman.json b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/badlands_enderman.json new file mode 100644 index 000000000..afc9e3106 --- /dev/null +++ b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/badlands_enderman.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/cave_enderman.json b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/cave_enderman.json new file mode 100644 index 000000000..8d543e303 --- /dev/null +++ b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/cave_enderman.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/coral_enderman.json b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/coral_enderman.json new file mode 100644 index 000000000..90eaa2521 --- /dev/null +++ b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/coral_enderman.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/crimson_forest_enderman.json b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/crimson_forest_enderman.json new file mode 100644 index 000000000..26db69c0c --- /dev/null +++ b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/crimson_forest_enderman.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/dark_oak_enderman.json b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/dark_oak_enderman.json new file mode 100644 index 000000000..a62144243 --- /dev/null +++ b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/dark_oak_enderman.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/desert_enderman.json b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/desert_enderman.json new file mode 100644 index 000000000..9c7b91df8 --- /dev/null +++ b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/desert_enderman.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/end_enderman.json b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/end_enderman.json new file mode 100644 index 000000000..f40e91b0a --- /dev/null +++ b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/end_enderman.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/end_islands_enderman.json b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/end_islands_enderman.json new file mode 100644 index 000000000..16c66f9e9 --- /dev/null +++ b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/end_islands_enderman.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/flower_fields_enderman.json b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/flower_fields_enderman.json new file mode 100644 index 000000000..aab794023 --- /dev/null +++ b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/flower_fields_enderman.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/ice_spikes_enderman.json b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/ice_spikes_enderman.json new file mode 100644 index 000000000..60c80ab7b --- /dev/null +++ b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/ice_spikes_enderman.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/mushroom_fields_enderman.json b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/mushroom_fields_enderman.json new file mode 100644 index 000000000..29fcd1131 --- /dev/null +++ b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/mushroom_fields_enderman.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/nether_wastes_enderman.json b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/nether_wastes_enderman.json new file mode 100644 index 000000000..0e8e0723c --- /dev/null +++ b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/nether_wastes_enderman.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/savanna_enderman.json b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/savanna_enderman.json new file mode 100644 index 000000000..6ee5ad54a --- /dev/null +++ b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/savanna_enderman.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/scarab.json b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/scarab.json new file mode 100644 index 000000000..ba21476d7 --- /dev/null +++ b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/scarab.json @@ -0,0 +1,14 @@ +{ + "registry_name": "endermanoverhaul:scarab", + "primary_type": "wicked", + "spirits": [ + { + "spirit": "wicked", + "count": 1 + }, + { + "spirit": "earthen", + "count": 1 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/snowy_enderman.json b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/snowy_enderman.json new file mode 100644 index 000000000..d591fc16f --- /dev/null +++ b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/snowy_enderman.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/soulsand_valley_enderman.json b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/soulsand_valley_enderman.json new file mode 100644 index 000000000..0339dfc46 --- /dev/null +++ b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/soulsand_valley_enderman.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/spirit.json b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/spirit.json new file mode 100644 index 000000000..a9a66b5ff --- /dev/null +++ b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/spirit.json @@ -0,0 +1,14 @@ +{ + "registry_name": "endermanoverhaul:spirit", + "primary_type": "arcane", + "spirits": [ + { + "spirit": "arcane", + "count": 1 + }, + { + "spirit": "infernal", + "count": 1 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/swamp_enderman.json b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/swamp_enderman.json new file mode 100644 index 000000000..78ba95ccc --- /dev/null +++ b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/swamp_enderman.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/warped_forest_enderman.json b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/warped_forest_enderman.json new file mode 100644 index 000000000..77c33d58d --- /dev/null +++ b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/warped_forest_enderman.json @@ -0,0 +1,22 @@ +{ + "registry_name": "endermanoverhaul:warped_forest_enderman", + "primary_type": "eldritch", + "spirits": [ + { + "spirit": "eldritch", + "count": 1 + }, + { + "spirit": "earthen", + "count": 2 + }, + { + "spirit": "infernal", + "count": 1 + }, + { + "spirit": "arcane", + "count": 2 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/windswept_hills_enderman.json b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/windswept_hills_enderman.json new file mode 100644 index 000000000..f5909c5de --- /dev/null +++ b/src/main/resources/data/malum/spirit_data/entity/endermanoverhaul/windswept_hills_enderman.json @@ -0,0 +1,22 @@ +{ + "registry_name": "endermanoverhaul:windswept_hills_enderman", + "primary_type": "eldritch", + "spirits": [ + { + "spirit": "eldritch", + "count": 1 + }, + { + "spirit": "earthen", + "count": 2 + }, + { + "spirit": "aerial", + "count": 1 + }, + { + "spirit": "arcane", + "count": 1 + } + ] +} \ No newline at end of file