diff --git a/config/buildinggadgets-client.toml b/config/buildinggadgets-client.toml new file mode 100644 index 0000000..4800966 --- /dev/null +++ b/config/buildinggadgets-client.toml @@ -0,0 +1,7 @@ + +#General mod settings +[general] + #Determines if the Copy/Paste GUI's coordinate mode starts in 'Absolute' mode by default. + #Set to true for Absolute, set to False for Relative. + "Default to absolute Coord-Mode" = false + diff --git a/config/buildinggadgets-common.toml b/config/buildinggadgets-common.toml new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/config/buildinggadgets-common.toml @@ -0,0 +1 @@ + diff --git a/config/forge-client.toml b/config/forge-client.toml index 7a7d903..5ef179a 100644 --- a/config/forge-client.toml +++ b/config/forge-client.toml @@ -1,22 +1,22 @@ #Client only settings, mostly things related to rendering [client] - #Toggle off to make missing model text in the gui fit inside the slot. - zoomInMissingModelTextInGui = false - #Enable uploading cloud geometry to the GPU for faster rendering. - forgeCloudsEnabled = true #Disable culling of hidden faces next to stairs and slabs. Causes extra rendering, but may fix some resource packs that exploit this vanilla mechanic. disableStairSlabCulling = false + #Toggle off to make missing model text in the gui fit inside the slot. + zoomInMissingModelTextInGui = false #Enable Forge to queue all chunk updates to the Chunk Update thread. #May increase FPS significantly, but may also cause weird rendering lag. #Not recommended for computers without a significant number of cores available. alwaysSetupTerrainOffThread = false - #Enable the Forge block rendering pipeline - fixes the lighting of custom models. - forgeLightPipelineEnabled = true #EXPERIMENTAL: Enable the Forge block rendering pipeline - fixes the lighting of custom models. experimentalForgeLightPipelineEnabled = false - #When enabled, makes specific reload tasks such as language changing quicker to run. - selectiveResourceReloadEnabled = true + #Enable the Forge block rendering pipeline - fixes the lighting of custom models. + forgeLightPipelineEnabled = true #When enabled, Forge will show any warnings that occurred during loading. showLoadWarnings = true + #Enable uploading cloud geometry to the GPU for faster rendering. + forgeCloudsEnabled = true + #When enabled, makes specific reload tasks such as language changing quicker to run. + selectiveResourceReloadEnabled = true diff --git a/mods/buildinggadgets-3.3.4.jar b/mods/buildinggadgets-3.3.4.jar new file mode 100644 index 0000000..70d466f Binary files /dev/null and b/mods/buildinggadgets-3.3.4.jar differ