no!!!
This commit is contained in:
parent
ad63fd1b7f
commit
679ec8bd09
@ -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
|
#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
|
INVERT_LIST_TO_WHITELIST = false
|
||||||
#List of mods that tools will become wet noodles. If inverted, acts as a whitelist. Default: [""]
|
#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: [""]
|
#List of individual tools that will always work. Format tooltype-modid:item Default: [""]
|
||||||
items = []
|
items = []
|
||||||
#Used to dump log info for Survivalist Essentials Modpack. Ignore.
|
#Used to dump log info for Survivalist Essentials Modpack. Ignore.
|
||||||
@ -40,7 +40,7 @@ STARTING_HEALTH_PENALTY = 0.0
|
|||||||
#Range: 0 ~ 4
|
#Range: 0 ~ 4
|
||||||
GENERIC_DAMAGE = 0
|
GENERIC_DAMAGE = 0
|
||||||
#List of mods that armor will not be equipable for. If inverted, acts as a whitelist. Default: [""]
|
#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: [""]
|
#List of individual armor items that will be disabled. If inverted, acts as a whitelist. Format modid:item Default: [""]
|
||||||
armor = []
|
armor = []
|
||||||
#List of tags when added to tools or armor will be disabled. If inverted, acts as a whitelist.["blacklist_tools"]
|
#List of tags when added to tools or armor will be disabled. If inverted, acts as a whitelist.["blacklist_tools"]
|
||||||
|
@ -310,7 +310,7 @@ hash = "1826033d0adb57af8a8ec1605bb3fcbbec3f7b0d478378c903ba1f7a2cb535e8"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/survivalistessentials-common.toml"
|
file = "config/survivalistessentials-common.toml"
|
||||||
hash = "848f84e9864fef0da3359a7e23382ee186139dd3bc61d36aebd1fbdd13f3cd70"
|
hash = "e175d04f65f8b8ad2acd621545b18dfe9442b908e0b88f09c85971174a49e67b"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/tconstruct-client.toml"
|
file = "config/tconstruct-client.toml"
|
||||||
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "ff3e43dbb97239f47315af881f4b4f970a221c44eb1d7e6e0144e42088f9e7e8"
|
hash = "a1f48d2054378d9b28e471426325191d29a286e3b13a1ade3ed3184f53799c80"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "43.3.13"
|
forge = "43.3.13"
|
||||||
|
Loading…
Reference in New Issue
Block a user