### Changes
- Added and changed many mods for optimization, please report any problems on github. @Xikaro
- Disabled ability to sort items in the crucible and vessels, which let you stack things that shouldn't be stacked. (#1045) @esotericist
- Other TFC waters also work for bulk washing now. (#1051) @Pyritie
- Added machine recipes for compost and humus. (#1049) @Pyritie
- You can now also use soybean oil to make pizza dough via machines. (#1056) @Pyritie
- Create Deco's metal bars are now breakable with a pickaxe. (#1053) @Pyritie
- Aircraft engine recipes now use the correct tier cables. @Pyritie
- Added Piglin disguise item to prevent Piglin aggro. (#1058) @Redeix
- Fixed recipes involving dyeing terracotta. (#1075) @Pyritie
- Fixed pot recipe for dye liquids. (#1076) @Pyritie
- Fixed anthracite not spawning in the Beneath. (#1063) @Pyritie
- Buffed durability of construction wands. @Pyritie
- Reorganized boat quests, added horse and akistor carts quests. (#1077) @deneth-weerasinghe
- Added missing tin double ingot to plate helve hammer recipe. (#1078) @oogabooga-dev
- Fixed sprinklers, added support for connecting GregTech pipes to hydroponic planters (#1033) @Thomasx0
- Added some more medicinal plants. @Pyritie
- Added lathe recipes to strip logs. @Pyritie
- Iron flask now accepts any cloth, red steel flask now requires phantom silk. @Pyritie
- Make food jars and firmalife jars stack to 16. (#1081) @Zeropol
- Fixed medicine not working with cheats disabled. (#1084) @Redeix
- Added recipes for strings to the coiling machine (#1083) @Pyritie
- Fixed assembler recipe for brass funnel. @TomPlop
* make TFC full jars the same size as empty jars
added itemSize() events for #tfc:foods/sealed_preserves and #tfc:foods/preserves. I don't understand the last parameter
* make Firmalife full jars the same size as empty jars
added itemSize() events for Firmalife full jars. I don't understand the last parameter
* Make food preserves and firmalife jar weight "medium"
By modifying server_scripts/tfc/data.js
It is to make them stack by 16.
* Update CHANGELOG.md
- Make food jars and firmalife jars stacks by 16. (#1081) #Zeropol
* Moved Firmalife's item itemSize changes to its own file
moved Firmalife related modifications from \kubejs\server_scripts\tfc\data.js to \kubejs\server_scripts\firmalife\data.js
Updated main_server_script.js
* Added ResourceLocations to itemSize()s
I advise extra scrutiny to this commit because I dont fully understand what a ResourceLocation is and how to use it.
---------
Signed-off-by: Zeropol <tn.zeropol@gmail.com>
Signed-off-by: Pyritie <pyritie@gmail.com>
Co-authored-by: Pyritie <pyritie@gmail.com>