diff --git a/config/forge-client.toml b/config/forge-client.toml index 96fd68302..178ae0e91 100644 --- a/config/forge-client.toml +++ b/config/forge-client.toml @@ -11,6 +11,14 @@ showLoadWarnings = true #Set to true to use a combined DEPTH_STENCIL attachment instead of two separate ones. useCombinedDepthStencilAttachment = false - #When enabled, Forge will convert discovered 'Open to LAN' IPv6 addresses to their more compact, compressed representation + #[DEPRECATED] Does nothing anymore, IPv6 addresses will be compressed always compressLanIPv6Addresses = true + #During block model baking, manually calculates the normal for all faces. + #This was the default behavior of forge between versions 31.0 and 47.1. + #May result in differences between vanilla rendering and forge rendering. + #Will only produce differences for blocks that contain non-axis aligned faces. + #You will need to reload your resources to see results. + calculateAllNormals = false + #When enabled, a slightly biased Direction#getNearest calculation will be used to prevent normal fighting on 45 degree angle faces. + stabilizeDirectionGetNearest = true diff --git a/mods/TFCAstikorCarts-1.20.1-1.1.7.1.jar b/mods/TFCAstikorCarts-1.20.1-1.1.7.1.jar new file mode 100644 index 000000000..8cc868c71 Binary files /dev/null and b/mods/TFCAstikorCarts-1.20.1-1.1.7.1.jar differ diff --git a/mods/cloth-config-11.1.106-forge.jar b/mods/cloth-config-12.0.109-forge.jar similarity index 65% rename from mods/cloth-config-11.1.106-forge.jar rename to mods/cloth-config-12.0.109-forge.jar index e37d71d7c..207207470 100644 Binary files a/mods/cloth-config-11.1.106-forge.jar and b/mods/cloth-config-12.0.109-forge.jar differ