Skip to content

Commit

Permalink
Merge pull request #1079 from djnifos/main
Browse files Browse the repository at this point in the history
Update infernalmobs.cfg
  • Loading branch information
whatthedrunk authored Nov 8, 2024
2 parents 5090eb8 + 8745ab6 commit 95cb5ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/infernalmobs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"antiMobFarm": false,
"mobFarmCheckIntervals": 0,
"mobFarmDamageTrigger": 0.0,
"eliteRarity": 15,
"ultraRarity": 7,
"infernoRarity": 7,
"eliteRarity": 3,
"ultraRarity": 1,
"infernoRarity": 1,
"useSimpleEntityClassNames": true,
"disableHealthBar": false,
"modHealthFactor": 1.0,
"maxDamage": 10.0,
"maxDamage": 5.0,
"droppedItemIDsElite": [
"{count:1,id:\"minecraft:iron_shovel\"}",
"{count:1,id:\"minecraft:iron_pickaxe\"}",
Expand Down Expand Up @@ -62,7 +62,7 @@
"{count:1,id:\"minecraft:diamond_leggings\"}",
"{count:3,id:\"minecraft:ender_pearl\"}"
],
"dimensionIDBlackList": [],
"dimensionIDBlackList": ["minecraft:overworld","minecraft:the_nether","minecraft:the_end","deeperdarker:otherside","eternal_starlight:starlight","the_bumblezone:the_bumblezone","undergarden:undergarden"],
"modsEnabled": {
"MM_Rust": false,
"MM_Alchemist": true,
Expand Down

0 comments on commit 95cb5ef

Please sign in to comment.