diff --git a/changelogs/CHANGELOG.md b/changelogs/CHANGELOG.md index fd08b7f093..759f3f33ab 100644 --- a/changelogs/CHANGELOG.md +++ b/changelogs/CHANGELOG.md @@ -1,5 +1,28 @@ + + +## Enigmatica 6 v0.2.3 + +_Using Forge-1.16.1-32.0.75_ | _[Mod Updates](https://github.com/NillerMedDild/Enigmatica6/blob/master/changelogs/CHANGELOG_MODS_0.2.3.txt)_ + +**Mod Additions** + +- + +**Changes** + +- Rats: Wild Rats no longer raid crops +- Rats: No longer dig holes + +**Fixed Bugs** + +- + +**Mod Removals** + +- + ## Enigmatica 6 v0.2.2 **GraveStones was removed in favor of Quark graves in v0.2.1, make sure to retrieve any items you have lying around in gravestones, so you don't lose them.** diff --git a/config/rats-common.toml b/config/rats-common.toml index bdb5d70415..8ecee141cc 100644 --- a/config/rats-common.toml +++ b/config/rats-common.toml @@ -88,7 +88,7 @@ #Range: 0.0 ~ 1.0 "Garbage Pile Spawn Chance" = 0.15000000596046448 #True if rats can dig holes - "Rats Dig Holes" = true + "Rats Dig Holes" = false #Ratlantean Automaton Max Health #Range: 0.0 ~ 3.4028234663852886E38 "Ratlantean Automaton Max Health" = 600.0 @@ -98,7 +98,7 @@ #Range: > 0 "Rat Upgrade Lumberjack: Max Tree Blocks" = 10000 #True if wild rats will destroy and eat crops - "Rats Raid Crops" = true + "Rats Raid Crops" = false #Rats will continue to breed in cages until there are this many rats in one cage block #Range: 1 ~ 10000 "Rat Cage Max Occupancy" = 5