tweaked some settings and removed a mod that was causing problems.

This commit is contained in:
Raz 2023-07-11 15:23:01 -05:00
parent 99848606c4
commit 5a4db13c54
7 changed files with 33 additions and 25 deletions

View File

@ -3,7 +3,8 @@
## Config Changes ## Config Changes
- Removed Zombie Awareness tweaks to creepers, skeletons, and witches. - Removed Zombie Awareness tweaks to creepers, skeletons, and witches.
- Creepers _should_ attempt to breach walls in less circumstances. - Disabled the Creeper "breaching" mechanic.
- I returned the adjusted spawn rates to normal, but this really was the most egregious part.
- Johns should spawn slightly less. - Johns should spawn slightly less.
- Tiny Coal and Tiny Charcoal can now be crafted into coal and charcoal respectively. - Tiny Coal and Tiny Charcoal can now be crafted into coal and charcoal respectively.
@ -14,10 +15,17 @@
- BetterF3 - BetterF3
- Entity Culling - Entity Culling
- Culls enemies that you can't see due to walls, instead of just ones behind you. - Culls enemies that you can't see due to walls, instead of just ones behind you.
- Make Bubbles Pop
- Not Enough Crashes - Not Enough Crashes
- Allows you to continue playing without having to relaunch Minecraft when you crash. - Allows you to continue playing without having to relaunch Minecraft when you crash.
- It also should give us a better crash report, making troubleshooting easier. - It also should give us a better crash report, making troubleshooting easier.
### Removals
- Oak's Nature
- The jars added by this are causing some issues.
- The parts I liked about this mod _might_ not be compatible with DynamicTrees anyway.
# 1.1.1 - Day 0 Patch # 1.1.1 - Day 0 Patch
On launch we encountered a bug with the Falling Tree mod and Dynamic Trees together. On launch we encountered a bug with the Falling Tree mod and Dynamic Trees together.

View File

@ -1,7 +1,7 @@
[general] [general]
#Probability of creepers spawning powered. #Probability of creepers spawning powered.
#Range: 0.0 ~ 1.0 #Range: 0.0 ~ 1.0
powered_prob = 0.2 powered_prob = 0.3
#Maximum distance a creeper can see and follow you. (32 = vanilla) #Maximum distance a creeper can see and follow you. (32 = vanilla)
#Range: 0 ~ 2048 #Range: 0 ~ 2048
follow_range = 32 follow_range = 32
@ -9,7 +9,7 @@
#Range: 0 ~ 2048 #Range: 0 ~ 2048
breach_range = 18 breach_range = 18
#Creeper ability to breach trough walls or not #Creeper ability to breach trough walls or not
can_break_walls = true can_break_walls = false
#Creeper ability to leap at targets #Creeper ability to leap at targets
can_leap = true can_leap = true
#Creeper explosions cause fire #Creeper explosions cause fire

View File

@ -256,7 +256,7 @@ customization {
enable_scrolling = true enable_scrolling = true
shadow = true shadow = true
scale = 1.0 scale = 1.0
source = ScrumptiousCraft Um 1.1.2%n%Pack assembled by Raz%n%{"placeholder":"playeruuid"} source = ScrumptiousCraft Um 1.1.2-1%n%Pack assembled by Raz%n%{"placeholder":"playeruuid"}
text_border = 0 text_border = 0
case_mode = normal case_mode = normal
source_mode = direct source_mode = direct

View File

@ -26,7 +26,7 @@ hash = "eb2df488d597220695de0fad95b60033245b58ce5eaa832f04334642470fab35"
[[files]] [[files]]
file = "config/creeperaiupdated-common.toml" file = "config/creeperaiupdated-common.toml"
hash = "56c3cc239837c04db56dac21741d6c8a69dc8beaa684276743ce3b9f7bcde3de" hash = "e1c984b48dc0206855f1dca981200b2c2d2919410c61c17acf0bc0e3508432d5"
[[files]] [[files]]
file = "config/enhancedvisuals-client.json" file = "config/enhancedvisuals-client.json"
@ -46,7 +46,7 @@ hash = "4d1b1fb5cb5441c0579e67c0159a14a0ec0c393db1e378ec81efdb946e964c0a"
[[files]] [[files]]
file = "config/fancymenu/customization/um-mainmenu.txt" file = "config/fancymenu/customization/um-mainmenu.txt"
hash = "07abb4f6d78e8fc1c07c224cb20da5a34499ab62aa5020be9833e9ccf6b3f6c0" hash = "3f60dafea080e9e6eec5f9dc2639dc680fe0b694680c5f00737955c44079c9d7"
[[files]] [[files]]
file = "config/fancymenu/customization/um-multiplayer-menu.txt" file = "config/fancymenu/customization/um-multiplayer-menu.txt"
@ -763,6 +763,11 @@ file = "mods/maintenancemode.pw.toml"
hash = "fae365c74bba40dbe29da359cf6ddfb063079daa89c27ce4ec0bdf3fd286998b" hash = "fae365c74bba40dbe29da359cf6ddfb063079daa89c27ce4ec0bdf3fd286998b"
metafile = true metafile = true
[[files]]
file = "mods/make_bubbles_pop.pw.toml"
hash = "dc2e9747a0c0d917efc8b1029eb391915ddc92d3ddb6a908b9c6cd895fc727cf"
metafile = true
[[files]] [[files]]
file = "mods/mcjtylib.pw.toml" file = "mods/mcjtylib.pw.toml"
hash = "5da4f927ed15f0cb187a5fc90af5ba7772e257521cc9537d095bc2287a44de09" hash = "5da4f927ed15f0cb187a5fc90af5ba7772e257521cc9537d095bc2287a44de09"
@ -863,11 +868,6 @@ file = "mods/notenoughcrashes.pw.toml"
hash = "28e52215ad15eb6ba9f8a4cdda8bbadc25dd9bb3a241b66b2048c64e44e1e709" hash = "28e52215ad15eb6ba9f8a4cdda8bbadc25dd9bb3a241b66b2048c64e44e1e709"
metafile = true metafile = true
[[files]]
file = "mods/oaks-nature.pw.toml"
hash = "fdb55c5a9d392a48a01f73ec594210a10a2ef39744a0b3b292ca31b3bd27e0fe"
metafile = true
[[files]] [[files]]
file = "mods/ob-aquamirae.pw.toml" file = "mods/ob-aquamirae.pw.toml"
hash = "9ea1de2b9464ba4142ade3df02cad432c085e26b2d8242875c9d970c43b9be07" hash = "9ea1de2b9464ba4142ade3df02cad432c085e26b2d8242875c9d970c43b9be07"

View File

@ -0,0 +1,13 @@
name = "Make Bubbles Pop"
filename = "make_bubbles_pop-0.1.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/gPCdW0Wr/versions/WpwJHkgu/make_bubbles_pop-0.1.0.jar"
hash-format = "sha1"
hash = "15724b15eb73c699d2519db434770232478d3521"
[update]
[update.modrinth]
mod-id = "gPCdW0Wr"
version = "WpwJHkgu"

View File

@ -1,13 +0,0 @@
name = "Oaks Nature"
filename = "Oaks Nature v0.2.1 (1.19.2).jar"
side = "both"
[download]
hash-format = "sha1"
hash = "319d06a9f6ec82f0c2396c18a327d3048632ebf3"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4124613
project-id = 663065

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "6ba375c4e879ff5f26005536847013a46fa5cb125e275a13c3b01c38e2b5faeb" hash = "200f20cfbd276a415f93f45e552ac71013b3112ec931d36c54a9a010fb0153d0"
[versions] [versions]
forge = "43.2.8" forge = "43.2.8"