Skip to content

Commit

Permalink
Reduce default spawn rate of Silverfish and Netherfish
Browse files Browse the repository at this point in the history
Netherfish will now only spawn in Soul Sand Valleys,
but can be overriden via datapacks.
  • Loading branch information
rubensworks committed Sep 23, 2024
1 parent c0ad639 commit 7d52b13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "neoforge:add_features",
"biomes": "#minecraft:is_nether",
"biomes": "minecraft:soul_sand_valley",
"features": [
"evilcraft:ore_infested_nether"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"placement": [
{
"type": "minecraft:count",
"count": 10
"count": 6
},
{
"type": "minecraft:in_square"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"placement": [
{
"type": "minecraft:count",
"count": 10
"count": 6
},
{
"type": "minecraft:in_square"
Expand Down

0 comments on commit 7d52b13

Please sign in to comment.