-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce default spawn rate of Silverfish and Netherfish
Netherfish will now only spawn in Soul Sand Valleys, but can be overriden via datapacks.
- Loading branch information
1 parent
c0ad639
commit 7d52b13
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/main/resources/data/evilcraft/neoforge/biome_modifier/add_feature_infested_nether.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"placement": [ | ||
{ | ||
"type": "minecraft:count", | ||
"count": 10 | ||
"count": 6 | ||
}, | ||
{ | ||
"type": "minecraft:in_square" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"placement": [ | ||
{ | ||
"type": "minecraft:count", | ||
"count": 10 | ||
"count": 6 | ||
}, | ||
{ | ||
"type": "minecraft:in_square" | ||
|