CHANGELOG

This commit is contained in:
Xikaro 2024-10-01 12:15:23 +05:00
parent cbfbe3ad1c
commit 35510af059
4 changed files with 18 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -77,14 +77,12 @@
},
"mushroomTree": {
"stemFilter": {
"whitelistedTags": [
],
"whitelistedTags": [],
"whitelist": [],
"blacklist": []
},
"capFilter": {
"whitelistedTags": [
],
"whitelistedTags": [],
"whitelist": [],
"blacklist": []
},

View file

@ -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