diff --git a/CHANGELOG.md b/CHANGELOG.md index 9761ba718..a0c8d9a67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ - FTB backups removed from serverpack. ### Removed mods - TFCDesirePaths +### Updated mods +- TFCVesselTooltip 1.0 -> 1.1 +- waterflasks 3.0.2. -> 3.0.3 +- recipeessentials 3.4 -> 3.6 +- noisium 2.0.3 -> 2.3.0 +- cc-tweaked 1.111.0 -> 1.113.1 +- cloth-config 11.1.118 -> 11.1.136 +- curios 5.9.1 -> 5.10.0 +- astikorcarts 1.1.7 -> 1.1.8 +- TFCAstikorCarts 1.1.8.1 -> 1.1.8.2 +- u_team_core 5.1.4.299 -> 5.1.4.312 +- treetap 0.3.0 -> 0.4.0 ## [0.7.13] - 01.10.2024 ### Changes diff --git a/config/astikorcarts-common.toml b/config/astikorcarts-common.toml index f9f52e1a1..df87c6910 100644 --- a/config/astikorcarts-common.toml +++ b/config/astikorcarts-common.toml @@ -1,6 +1,8 @@ #Configuration for all carts and cart-like vehicles, check log for automatic "pull_animals" list. [carts] + #Enable carts being invulnerable to lightning (If false when struck, all items will disappear and mobs escape!) + lightningInvulnerable = true #The Supply Cart, a type of cart that stores items [carts.supply_cart] @@ -26,7 +28,7 @@ #Range: -1.0 ~ 0.0 pull_speed = 0.0 - #The Plow, an animal pulled machine for tilling soil and creating paths + #The Plow, n animal pulled machine for tilling soil and creating paths [carts.plow] #Animals that are able to pull this cart, such as ["minecraft:horse"] #An empty list defaults to all which may wear a saddle but not steered by an item diff --git a/config/fallingtrees_common.json b/config/fallingtrees_common.json index 727d2f675..b5605f934 100644 --- a/config/fallingtrees_common.json +++ b/config/fallingtrees_common.json @@ -77,14 +77,12 @@ }, "mushroomTree": { "stemFilter": { - "whitelistedTags": [ - ], + "whitelistedTags": [], "whitelist": [], "blacklist": [] }, "capFilter": { - "whitelistedTags": [ - ], + "whitelistedTags": [], "whitelist": [], "blacklist": [] }, diff --git a/config/packetfixer.properties b/config/packetfixer.properties index fae0cdfe4..85d13a3bc 100644 --- a/config/packetfixer.properties +++ b/config/packetfixer.properties @@ -1,7 +1,7 @@ #Packet Fixer config file. #Default values (minecraft default): nbtMaxSize 2097152, packetSize 1048576, decoderSize 2097152 and varInt21Size 3. #Max values are 2147483647 for packetSize/decoderSize/varInt21 and 9223372036854775807 for nbtMaxSize. -#Mon Sep 30 23:09:25 YEKT 2024 +#Tue Oct 01 12:13:54 YEKT 2024 nbtMaxSize=209715200 decoderSize=838860800 packetSize=104857600