Skip to content

Commit

Permalink
Merge pull request #257 from RealSonarX/1.6-1.20.1
Browse files Browse the repository at this point in the history
Spectrum mod compat
  • Loading branch information
SammySemicolon authored Jul 10, 2024
2 parents 0122c4c + fb35fc6 commit 3374808
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/main/resources/data/malum/spirit_data/entity/lich.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"registry_name": "spectrum:preservation_turrets",
"primary_type": "earthen",
"spirits": [
{
"spirit": "earthen",
"count": 6
},
{
"spirit": "arcane",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"registry_name": "spectrum:egg_laying_wooly_pig",
"primary_type": "sacred",
"spirits": [
{
"spirit": "sacred",
"count": 4
},
{
"spirit": "earthen",
"count": 2
},
{
"spirit": "aerial",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"registry_name": "spectrum:eraser",
"primary_type": "aerial",
"spirits": [
{
"spirit": "wicked",
"count": 2
},
{
"spirit": "earthen",
"count": 1
},
{
"spirit": "aerial",
"count": 2
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"registry_name": "spectrum:kindling",
"primary_type": "sacred",
"spirits": [
{
"spirit": "sacred",
"count": 3
},
{
"spirit": "infernal",
"count": 2
},
{
"spirit": "arcane",
"count": 1
},
{
"spirit": "aerial",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"registry_name": "spectrum:lizard",
"primary_type": "earthen",
"spirits": [
{
"spirit": "earthen",
"count": 3
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"registry_name": "spectrum:preservation_turrets",
"primary_type": "earthen",
"spirits": [
{
"spirit": "earthen",
"count": 4
},
{
"spirit": "arcane",
"count": 1
}
]
}

0 comments on commit 3374808

Please sign in to comment.