Skip to content

Commit

Permalink
Remove surface-only monsters from underwater biome Strange Sea Floor
Browse files Browse the repository at this point in the history
They were not spawning anyway, because they have
"spawnParameters": {"area" : "surface", ...} in the .spawntypes file.
  • Loading branch information
edwardspec committed Nov 14, 2023
1 parent cfcf947 commit a654929
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions biomes/surface/strangeseafloor.biome
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@
"spawnProfile" : {
"groups" : [
{
"select" : 3,
"pool" : [
[ 0.1, "eyeslime" ],
[ 0.4, "eyeslimeking" ],
[ 0.1, "eyejelly" ],
[ 0.4, "eyejellyking" ],
[ 0.4, "anglure6" ],
[ 1, "garflipp" ]
]
},{
"select" : 5,
"pool" : [
[ 0.18, "smallFishOcean1" ],
Expand Down

0 comments on commit a654929

Please sign in to comment.