diff --git a/config/survivalistessentials-common.toml b/config/survivalistessentials-common.toml index 94f622a..9301aae 100644 --- a/config/survivalistessentials-common.toml +++ b/config/survivalistessentials-common.toml @@ -13,7 +13,7 @@ SLOW_DOWN_SPEED = 0.4 #Inverts blacklist to be whitelist. This allows for immersion mods/modpacks to only allow tools or armor for specific mods. Default: false INVERT_LIST_TO_WHITELIST = false #List of mods that tools will become wet noodles. If inverted, acts as a whitelist. Default: [""] -mods = [] +mods = ["minecraft"] #List of individual tools that will always work. Format tooltype-modid:item Default: [""] items = [] #Used to dump log info for Survivalist Essentials Modpack. Ignore. @@ -40,7 +40,7 @@ STARTING_HEALTH_PENALTY = 0.0 #Range: 0 ~ 4 GENERIC_DAMAGE = 0 #List of mods that armor will not be equipable for. If inverted, acts as a whitelist. Default: [""] -armormods = [] +armormods = ["minecraft"] #List of individual armor items that will be disabled. If inverted, acts as a whitelist. Format modid:item Default: [""] armor = [] #List of tags when added to tools or armor will be disabled. If inverted, acts as a whitelist.["blacklist_tools"] diff --git a/index.toml b/index.toml index 85ed522..854ab53 100644 --- a/index.toml +++ b/index.toml @@ -310,7 +310,7 @@ hash = "1826033d0adb57af8a8ec1605bb3fcbbec3f7b0d478378c903ba1f7a2cb535e8" [[files]] file = "config/survivalistessentials-common.toml" -hash = "848f84e9864fef0da3359a7e23382ee186139dd3bc61d36aebd1fbdd13f3cd70" +hash = "e175d04f65f8b8ad2acd621545b18dfe9442b908e0b88f09c85971174a49e67b" [[files]] file = "config/tconstruct-client.toml" diff --git a/pack.toml b/pack.toml index 1d4dfd5..0638008 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "ff3e43dbb97239f47315af881f4b4f970a221c44eb1d7e6e0144e42088f9e7e8" +hash = "a1f48d2054378d9b28e471426325191d29a286e3b13a1ade3ed3184f53799c80" [versions] forge = "43.3.13"