Skip to content

Commit

Permalink
increased otherside monster light level limit
Browse files Browse the repository at this point in the history
  • Loading branch information
NewJumper committed Oct 27, 2023
1 parent 03bb902 commit d91c06f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// 1.20.1 2023-10-21T23:32:47.3915637 Registries
c92ff9d09d1e634b03702ed2548052b8dd904e91 data/deeperdarker/dimension_type/otherside.json
4722285e5c50f018e9423f4e719e9a5dd67c3bd8 data/deeperdarker/worldgen/biome/blooming_caverns.json
67f8cd0621b1c3614da8c1910f6b7bcb61660293 data/deeperdarker/dimension_type/otherside.json
16372ebfc8f36cee32a93f72d13073bb98639882 data/deeperdarker/worldgen/biome/deeplands.json
bd2c433caf3a3f7dfff3668a68dbdf56fa994df5 data/deeperdarker/worldgen/biome/echoing_forest.json
06d29b9291ed3a63be90750a8c6f182e0c168b7b data/deeperdarker/worldgen/biome/overcast_columns.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"infiniburn": "#deeperdarker:infiniburn_otherside",
"logical_height": 128,
"min_y": 0,
"monster_spawn_block_light_limit": 9,
"monster_spawn_block_light_limit": 15,
"monster_spawn_light_level": 7,
"natural": true,
"piglin_safe": true,
Expand Down

0 comments on commit d91c06f

Please sign in to comment.