balance tweaks after the first play session
This commit is contained in:
parent
797d1d2151
commit
99848606c4
24
CHANGELOG.md
24
CHANGELOG.md
@ -1,6 +1,26 @@
|
|||||||
# 1.1.1
|
# 1.1.2
|
||||||
|
|
||||||
On launch we encountered a bug with the Falling Tree mod and Dynamic Trees together. It should be fixed now.
|
## Config Changes
|
||||||
|
|
||||||
|
- Removed Zombie Awareness tweaks to creepers, skeletons, and witches.
|
||||||
|
- Creepers _should_ attempt to breach walls in less circumstances.
|
||||||
|
- Johns should spawn slightly less.
|
||||||
|
- Tiny Coal and Tiny Charcoal can now be crafted into coal and charcoal respectively.
|
||||||
|
|
||||||
|
## Mods
|
||||||
|
|
||||||
|
### Additions
|
||||||
|
|
||||||
|
- BetterF3
|
||||||
|
- Entity Culling
|
||||||
|
- Culls enemies that you can't see due to walls, instead of just ones behind you.
|
||||||
|
- Not Enough Crashes
|
||||||
|
- 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.
|
||||||
|
|
||||||
|
# 1.1.1 - Day 0 Patch
|
||||||
|
|
||||||
|
On launch we encountered a bug with the Falling Tree mod and Dynamic Trees together.
|
||||||
|
|
||||||
# 1.1.0
|
# 1.1.0
|
||||||
|
|
||||||
|
21
config/creeperaiupdated-common.toml
Normal file
21
config/creeperaiupdated-common.toml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
[general]
|
||||||
|
#Probability of creepers spawning powered.
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
powered_prob = 0.2
|
||||||
|
#Maximum distance a creeper can see and follow you. (32 = vanilla)
|
||||||
|
#Range: 0 ~ 2048
|
||||||
|
follow_range = 32
|
||||||
|
#Maximum distance a creeper can decide to explode.
|
||||||
|
#Range: 0 ~ 2048
|
||||||
|
breach_range = 18
|
||||||
|
#Creeper ability to breach trough walls or not
|
||||||
|
can_break_walls = true
|
||||||
|
#Creeper ability to leap at targets
|
||||||
|
can_leap = true
|
||||||
|
#Creeper explosions cause fire
|
||||||
|
fire_explosions = true
|
||||||
|
#Maximum Y layer where creepers can spawn with the breaching ability.(Sea level = 62)
|
||||||
|
maxLayer = 280
|
||||||
|
#Minimum Y layer where creepers can spawn with the breaching ability.(Sea level = 62)
|
||||||
|
minLayer = -64
|
||||||
|
|
@ -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.0%n%Pack assembled by Raz%n%{"placeholder":"playeruuid"}
|
source = ScrumptiousCraft Um 1.1.2%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
|
||||||
|
15
config/john_reborn_spawning.json
Normal file
15
config/john_reborn_spawning.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"john_hugging_spawn": true,
|
||||||
|
"john_sprinting_spawn": true,
|
||||||
|
"john_weeping_spawn": true,
|
||||||
|
"baby_john_feral_spawn": true,
|
||||||
|
"baby_john_packs_spawn": true,
|
||||||
|
"baby_john_pack_size": 8,
|
||||||
|
"the_hunted_spawn": true,
|
||||||
|
"traditional_mega_john_spawn": false,
|
||||||
|
"mega_john_screech_radius_in_chunks": 32,
|
||||||
|
"john_spawn_chance": 80,
|
||||||
|
"baby_john_spawn_chance": 90,
|
||||||
|
"mega_john_and_hunted_spawn_chance": 70,
|
||||||
|
"full_moon_effects": true
|
||||||
|
}
|
4
config/zombieawareness/MobLists.toml
Normal file
4
config/zombieawareness/MobLists.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#General mod settings
|
||||||
|
[general]
|
||||||
|
#Mobs enhanced by zombie awareness
|
||||||
|
enhancedMobs = ["minecraft:zombie", "minecraft:husk", "minecraft:stray", "minecraft:zombie_villager"]
|
26
index.toml
26
index.toml
@ -24,6 +24,10 @@ hash = "e048897ad0aa8aedeff3073b0246082b4b502e29115555ab773402e97efc8c28"
|
|||||||
file = "config/create-common.toml"
|
file = "config/create-common.toml"
|
||||||
hash = "eb2df488d597220695de0fad95b60033245b58ce5eaa832f04334642470fab35"
|
hash = "eb2df488d597220695de0fad95b60033245b58ce5eaa832f04334642470fab35"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/creeperaiupdated-common.toml"
|
||||||
|
hash = "56c3cc239837c04db56dac21741d6c8a69dc8beaa684276743ce3b9f7bcde3de"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/enhancedvisuals-client.json"
|
file = "config/enhancedvisuals-client.json"
|
||||||
hash = "ad170bba4bca8888f6484cda3153e1a9cdc9c5be81f2ca98c902962d1d606f96"
|
hash = "ad170bba4bca8888f6484cda3153e1a9cdc9c5be81f2ca98c902962d1d606f96"
|
||||||
@ -56,6 +60,10 @@ hash = "4e970e910fa0c82e856e5318780d38d9d7ea5dd578dbb7237412017d8b02dd80"
|
|||||||
file = "config/ftbbackups2.json"
|
file = "config/ftbbackups2.json"
|
||||||
hash = "1a3f52aff8fe11c035d5309049a3aa985c49039463ba1b62368407a30a250a90"
|
hash = "1a3f52aff8fe11c035d5309049a3aa985c49039463ba1b62368407a30a250a90"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/john_reborn_spawning.json"
|
||||||
|
hash = "5d73817308a7cc2e6b3ab26ad76be949c7d130da6b2c806a66c8a90b2282319b"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/mmode.json"
|
file = "config/mmode.json"
|
||||||
hash = "d98a950b91ff51ef3ac2b3c73a7ea48eb30ec56dd42668a1891f8dffbc690ab5"
|
hash = "d98a950b91ff51ef3ac2b3c73a7ea48eb30ec56dd42668a1891f8dffbc690ab5"
|
||||||
@ -76,6 +84,10 @@ hash = "95f16b64340c8980823a39b711bbb4a810f26c68f8f58f5c005da796dcacf236"
|
|||||||
file = "config/toastcontrol-common.toml"
|
file = "config/toastcontrol-common.toml"
|
||||||
hash = "f576a50dc985b50ebae7fa8ec8b4834aaf68410fa5c953700f42c3d6def1e9c8"
|
hash = "f576a50dc985b50ebae7fa8ec8b4834aaf68410fa5c953700f42c3d6def1e9c8"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/zombieawareness/MobLists.toml"
|
||||||
|
hash = "1bb95c896ad2b6972b87e4f25438c6170c0fee9a4596a42191f7623bd2b32dfb"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "defaultconfigs/fastleafdecay-server.toml"
|
file = "defaultconfigs/fastleafdecay-server.toml"
|
||||||
hash = "fdd72ecae7321f7420b4b333e49964904e3059b1b95924f2643040b635427555"
|
hash = "fdd72ecae7321f7420b4b333e49964904e3059b1b95924f2643040b635427555"
|
||||||
@ -102,7 +114,7 @@ hash = "14a77b647bc3b65ba673b4430efea6930e83e30eee1525fc82e2722be9dc57db"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "kubejs/server_scripts/balance.js"
|
file = "kubejs/server_scripts/balance.js"
|
||||||
hash = "471dfa5a617b7f8fdb700ed0be09de63c2aec9c542dd2f8065a03c3a28957ad6"
|
hash = "12c5e7de3c280259d885d3f8f452e392e0f5b066c9a8a7ce3d95c9769f87f5ad"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "kubejs/server_scripts/banned.js"
|
file = "kubejs/server_scripts/banned.js"
|
||||||
@ -221,6 +233,11 @@ file = "mods/better-compatibility-checker.pw.toml"
|
|||||||
hash = "d6e632815eec579cf9763057f706a5a4eae2dd9237601e63b4c32bc57ac90338"
|
hash = "d6e632815eec579cf9763057f706a5a4eae2dd9237601e63b4c32bc57ac90338"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/betterf3.pw.toml"
|
||||||
|
hash = "542a647e3896384f3cd04c4ea2006bb927ab355cd85f8205af45f32f9e2aa13c"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/bluemap.pw.toml"
|
file = "mods/bluemap.pw.toml"
|
||||||
hash = "d16a8e25f8ca3aecbbe8e4b50de352b9a447a3b0e246a0a4bfff74301cf97fbf"
|
hash = "d16a8e25f8ca3aecbbe8e4b50de352b9a447a3b0e246a0a4bfff74301cf97fbf"
|
||||||
@ -448,7 +465,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/entityculling.pw.toml"
|
file = "mods/entityculling.pw.toml"
|
||||||
hash = "2df773e7b7659f53640f79e1e2b2e1de0df20277dc61de90a1d12881116cdc49"
|
hash = "ea0d8c35669646b8d739a20b97a28c48744dcdea889ccc3c39ccd1431bf5cc6c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@ -841,6 +858,11 @@ file = "mods/not-enough-animations.pw.toml"
|
|||||||
hash = "8b0ea61890bb19ca5d5d38a77fb8da7b8e9eaaf06293323b23c7feb7082c076a"
|
hash = "8b0ea61890bb19ca5d5d38a77fb8da7b8e9eaaf06293323b23c7feb7082c076a"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/notenoughcrashes.pw.toml"
|
||||||
|
hash = "28e52215ad15eb6ba9f8a4cdda8bbadc25dd9bb3a241b66b2048c64e44e1e709"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/oaks-nature.pw.toml"
|
file = "mods/oaks-nature.pw.toml"
|
||||||
hash = "fdb55c5a9d392a48a01f73ec594210a10a2ef39744a0b3b292ca31b3bd27e0fe"
|
hash = "fdb55c5a9d392a48a01f73ec594210a10a2ef39744a0b3b292ca31b3bd27e0fe"
|
||||||
|
@ -17,16 +17,6 @@ ServerEvents.recipes((event) => {
|
|||||||
S: "redstone_arsenal:flux_shovel",
|
S: "redstone_arsenal:flux_shovel",
|
||||||
});
|
});
|
||||||
|
|
||||||
// Mekanism Digital Miner
|
|
||||||
// event.shaped("mekanism:digital_miner", ["ACA", "SRS", "ETE"], {
|
|
||||||
// A: "mekanism:alloy_atomic",
|
|
||||||
// C: "mekanism:elite_control_circuit",
|
|
||||||
// S: "mekanism:logistical_sorter",
|
|
||||||
// R: "thermal:diamond_gear",
|
|
||||||
// E: "minecraft:ender_pearl",
|
|
||||||
// T: "mekanism:steel_casing",
|
|
||||||
// });
|
|
||||||
|
|
||||||
// QuarryPlus
|
// QuarryPlus
|
||||||
event.shaped("quarryplus:marker", ["L", "T"], {
|
event.shaped("quarryplus:marker", ["L", "T"], {
|
||||||
L: "minecraft:lapis_lazuli",
|
L: "minecraft:lapis_lazuli",
|
||||||
@ -100,4 +90,12 @@ ServerEvents.recipes((event) => {
|
|||||||
R: "thermal:rf_coil",
|
R: "thermal:rf_coil",
|
||||||
E: "thermal:energy_cell_frame",
|
E: "thermal:energy_cell_frame",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// TinyCoal
|
||||||
|
event.shaped("minecraft:coal", ["CCC", "C C", "CCC"], {
|
||||||
|
C: "tinycoal:tinycoal",
|
||||||
|
});
|
||||||
|
event.shaped("minecraft:charcoal", ["CCC", "C C", "CCC"], {
|
||||||
|
C: "tinycoal:tinycharcoal",
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
13
mods/betterf3.pw.toml
Normal file
13
mods/betterf3.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "BetterF3"
|
||||||
|
filename = "BetterF3-4.0.0-Forge-1.19.2.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/8shC1gFX/versions/MTPw9hV7/BetterF3-4.0.0-Forge-1.19.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "aff211dba2f52ad45c9b80d7f6719241e64795dc"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "8shC1gFX"
|
||||||
|
version = "MTPw9hV7"
|
@ -1,13 +1,13 @@
|
|||||||
name = "Entity Culling Fabric/Forge"
|
name = "Entity Culling"
|
||||||
filename = "entityculling-forge-1.6.1-mc1.19.2.jar"
|
filename = "entityculling-forge-1.6.1-mc1.19.2.jar"
|
||||||
side = "both"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/WR6z6MYC/entityculling-forge-1.6.1-mc1.19.2.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "2b2545ea2e203b25d9b33be1e5b8aea38eaa90f2"
|
hash = "2b2545ea2e203b25d9b33be1e5b8aea38eaa90f2"
|
||||||
mode = "metadata:curseforge"
|
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 4404949
|
mod-id = "NNAgCjsB"
|
||||||
project-id = 448233
|
version = "WR6z6MYC"
|
||||||
|
13
mods/notenoughcrashes.pw.toml
Normal file
13
mods/notenoughcrashes.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Not Enough Crashes"
|
||||||
|
filename = "notenoughcrashes-4.2.1+1.19.2-forge.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/yM94ont6/versions/D7Tg80lr/notenoughcrashes-4.2.1%2B1.19.2-forge.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "eecb31640eefae392c5c778028f2116e1094798c"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "yM94ont6"
|
||||||
|
version = "D7Tg80lr"
|
@ -1,12 +1,12 @@
|
|||||||
name = "ScrumptiousCraft Um"
|
name = "ScrumptiousCraft Um"
|
||||||
author = "razage"
|
author = "razage"
|
||||||
version = "1.1.1"
|
version = "1.1.2"
|
||||||
pack-format = "packwiz:1.1.0"
|
pack-format = "packwiz:1.1.0"
|
||||||
|
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "54f13dabd93615d71179daeff66828eb94918fb8b337dd1c4d9a387981c11841"
|
hash = "6ba375c4e879ff5f26005536847013a46fa5cb125e275a13c3b01c38e2b5faeb"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "43.2.8"
|
forge = "43.2.8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user