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

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