Skip to content

Commit

Permalink
projection
Browse files Browse the repository at this point in the history
  • Loading branch information
RadonCoding committed Nov 4, 2023
1 parent 5c444a1 commit 25bc8fc
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "jujutsu_kaisen:mob_spawn",
"biomes": {
"excluding": [
"#forge:no_mob_spawns"
],
"if_any": [
"#jujutsu_kaisen:has_mobs"
]
},
"spawners": [
{
"type": "jujutsu_kaisen:naoya_zenin",
"weight": 1,
"minCount": 1,
"maxCount": 1
}
]
}

0 comments on commit 25bc8fc

Please sign in to comment.