From aeb334095b99b1cf406e0f5c230480818899e3eb Mon Sep 17 00:00:00 2001 From: Snogard Date: Fri, 14 Feb 2025 21:21:39 +0100 Subject: [PATCH] removed bad mods, added good mods --- config/Crust/client_config_editor.toml | 43 + config/Crust/client_extra_inv_buttons.toml | 452 ++++++++++ config/Crust/default_game_rules.toml | 139 +++ config/Crust/modes.toml | 87 ++ config/Crust/render_settings.toml | 17 + config/NaturalAbsorption/absorption.toml | 116 +++ config/NaturalAbsorption/compat.toml | 11 + .../NaturalAbsorption/enchant_and_armor.toml | 95 ++ config/NaturalAbsorption/health.toml | 55 ++ config/NaturalAbsorption/main.toml | 30 + config/apotheosis/enchantments.cfg | 845 +----------------- config/attributefix.json | 22 + config/jei/ingredient-list-mod-sort-order.ini | 4 +- config/jei/recipe-category-sort-order.ini | 1 + config/nbtedit.toml | 12 + config/toms_storage-common.toml | 14 + config/travelersbackpack-common.toml | 2 +- defaultconfigs/minecolonies-server.toml | 239 ----- defaultconfigs/toms_storage-server.toml | 39 + mods/QuarkOddities-1.20.1.jar | Bin 0 -> 915 bytes mods/crust-1.20.1-2.4.8.jar | Bin 0 -> 935468 bytes mods/mmenchants-1.1.0-forge-1.20.1.jar | Bin 152893 -> 0 bytes mods/naturalabsorption-1.20.1-1.0.3.jar | Bin 0 -> 379315 bytes mods/nbtedit-forge-5.2.8.jar | Bin 0 -> 612451 bytes mods/toms_storage-1.20-1.7.0.jar | Bin 0 -> 519961 bytes 25 files changed, 1175 insertions(+), 1048 deletions(-) create mode 100644 config/Crust/client_config_editor.toml create mode 100644 config/Crust/client_extra_inv_buttons.toml create mode 100644 config/Crust/default_game_rules.toml create mode 100644 config/Crust/modes.toml create mode 100644 config/Crust/render_settings.toml create mode 100644 config/NaturalAbsorption/absorption.toml create mode 100644 config/NaturalAbsorption/compat.toml create mode 100644 config/NaturalAbsorption/enchant_and_armor.toml create mode 100644 config/NaturalAbsorption/health.toml create mode 100644 config/NaturalAbsorption/main.toml create mode 100644 config/nbtedit.toml create mode 100644 config/toms_storage-common.toml delete mode 100755 defaultconfigs/minecolonies-server.toml create mode 100644 defaultconfigs/toms_storage-server.toml create mode 100644 mods/QuarkOddities-1.20.1.jar create mode 100644 mods/crust-1.20.1-2.4.8.jar delete mode 100644 mods/mmenchants-1.1.0-forge-1.20.1.jar create mode 100644 mods/naturalabsorption-1.20.1-1.0.3.jar create mode 100644 mods/nbtedit-forge-5.2.8.jar create mode 100644 mods/toms_storage-1.20-1.7.0.jar diff --git a/config/Crust/client_config_editor.toml b/config/Crust/client_config_editor.toml new file mode 100644 index 0000000..b8e3510 --- /dev/null +++ b/config/Crust/client_config_editor.toml @@ -0,0 +1,43 @@ +# crust:client_config_editor.toml +# In-game config editor client preferences. + + +# Category: main_menu_button +# Options to modify the in-game config editor button on the main menu. + + # Set this to false to hide the config editor button on the main menu. + # Valid Values: { true, false }, Default: true + main_menu_button.enabled = false + + # The anchor position for the config editor button. That is, where it should be positioned relative to the screen or + # vanilla menu buttons. + # Valid Values: { "screen_top", "top", "center", "bottom", "screen_bottom" }, Default: "bottom" + main_menu_button.anchor.vertical = "bottom" + main_menu_button.anchor.horizontal = "right" + + # The position offset for the config editor button from the anchor position, in GUI pixels. Negative values move the + # button toward the top/left, positive move it toward the bottom/right. + # Range: Any Value, Default: -56 + main_menu_button.offset.vertical = -56 + main_menu_button.offset.horizontal = 4 + + +# Category: pause_menu_button +# Options to modify the in-game config editor button on the pause menu. + + # Set this to false to hide the in-game config editor button. + # You may assign a hotkey to the editor in your options, whether or not you choose to display a button. + # Valid Values: { true, false }, Default: true + pause_menu_button.enabled = true + + # The anchor position for the config editor button. That is, where it should be positioned relative to the screen or + # vanilla menu buttons. + # Valid Values: { "screen_top", "top", "center", "bottom", "screen_bottom" }, Default: "bottom" + pause_menu_button.anchor.vertical = "bottom" + pause_menu_button.anchor.horizontal = "right" + + # The position offset for the config editor button from the anchor position, in GUI pixels. Negative values move the + # button toward the top/left, positive move it toward the bottom/right. + # Range: Any Value, Default: -45 + pause_menu_button.offset.vertical = -45 + pause_menu_button.offset.horizontal = 4 diff --git a/config/Crust/client_extra_inv_buttons.toml b/config/Crust/client_extra_inv_buttons.toml new file mode 100644 index 0000000..11572ba --- /dev/null +++ b/config/Crust/client_extra_inv_buttons.toml @@ -0,0 +1,452 @@ +# crust:client_extra_inv_buttons.toml +# Options to modify the extra inventory buttons displayed. Extra inventory buttons are essentially macros that send +# commands for you. You still need adequate permission to run the commands. +# In general, you must close and reopen your inventory to see changes made to this config. + + +# Category: general +# Options to modify the extra inventory buttons displayed. Extra inventory buttons are essentially macros that send +# commands for you. +# You still need permission to run the commands. + + # Whether extra inventory buttons are enabled. Each may still be hidden/disabled individually. + # Does not affect hotkeys (key bindings) assigned to buttons. + # Valid Values: { true, false }, Default: false + general.enabled = false + + # If true, built-in buttons that are invalid due to temporary conditions will be grayed-out. + # Valid Values: { true, false }, Default: true + general.disable_invalid = true + # If true, buttons that are unusable due to permissions will not be displayed. + # Valid Values: { true, false }, Default: true + general.hide_unusable = true + # If true, extra inventory buttons will be hidden while the recipe book is open. + # Valid Values: { true, false }, Default: true + general.hide_for_recipe_book = true + + # The number of buttons that can be displayed per row. The number of rows is automatically calculated. + # Range: ≥ 0, Default: 4 + general.buttons_per_row = 4 + # The buttons displayed in the inventory, in the order you want them displayed. These are ordered left-to-right, + # then wrapped into rows. See below for all valid button names. + # You may assign a hotkey to any button in your options, whether or not you choose to display it. + #