add: updates to all configs
This commit is contained in:
parent
d88dd3b3fe
commit
fa5c1c6569
59 changed files with 4054 additions and 2655 deletions
|
|
@ -203,6 +203,9 @@
|
|||
#Whether the players hitbox should be expanded to the size of the contraption hitbox.
|
||||
#[Technical]
|
||||
syncPlayerPickupHitboxWithContraptionHitbox = false
|
||||
#.
|
||||
#Whether to prevent block dropping when contraption is placed inside in-world blocks.
|
||||
noDropWhenContraptionReplaceBlocks = false
|
||||
|
||||
#.
|
||||
#Configure speed/capacity levels for requirements and indicators.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,29 @@
|
|||
|
||||
#Change these settings to customize the server-side behavior of the mod.
|
||||
["Travel Settings"]
|
||||
#Allow fish to go through the tubes. (experimental)
|
||||
allowFishTravel = true
|
||||
#Allow villagers to go through the tubes.
|
||||
allowVillagerTravel = true
|
||||
#How to handle entity travel permissions:
|
||||
#TAG_ONLY - Use only the 'create_hypertube:traveller_entities' tag from datapacks
|
||||
#WHITELIST - Only entities in the whitelist can travel (ignores tag)
|
||||
#BLACKLIST - All entities can travel except those in the blacklist
|
||||
#TAG_WITH_BLACKLIST - Use tag but exclude entities in the blacklist
|
||||
#Allowed Values: TAG_ONLY, WHITELIST, BLACKLIST, TAG_WITH_BLACKLIST
|
||||
entityListMode = "BLACKLIST"
|
||||
#Entities that CAN travel (only used when mode is WHITELIST).
|
||||
#Use entity registry names like 'minecraft:villager' or 'create:package'
|
||||
entityWhitelist = ["minecraft:player", "minecraft:villager", "minecraft:wandering_trader", "create:package"]
|
||||
#Entities that CANNOT travel (used in BLACKLIST and TAG_WITH_BLACKLIST modes).
|
||||
#Use entity registry names like 'minecraft:creeper' or 'minecraft:wither'
|
||||
entityBlacklist = ["minecraft:wither", "minecraft:ender_dragon"]
|
||||
#Multiplier for the speed of the tubes. Default is 1.0, which is normal speed. (THIS IS HIGHLY EXPERIMENTAL)
|
||||
#Range: 0.5 ~ 99.0
|
||||
speedMultiplier = 1.0
|
||||
|
||||
#Stress Settings
|
||||
["Stress Settings"]
|
||||
#Stress impact of the Hyper Entrance block.
|
||||
#Range: 0.0 ~ 100.0
|
||||
entranceStressImpact = 4.0
|
||||
#Stress impact of the Hyper Accelerator block.
|
||||
#Range: 0.0 ~ 100.0
|
||||
acceleratorStressImpact = 4.0
|
||||
|
||||
|
|
|
|||
|
|
@ -24,9 +24,9 @@ poorPathBlock = ["tfc:rooted_dirt/sandy_loam", "tfc:clay/sandy_loam", "tfc:dirt/
|
|||
#Types of blocks valid as "Normal" quality
|
||||
normalPathBlock = ["tfc:rock/gravel/granite", "tfc:rock/gravel/diorite", "tfc:rock/gravel/gabbro", "tfc:rock/gravel/shale", "tfc:rock/gravel/claystone", "tfc:rock/gravel/limestone", "tfc:rock/gravel/conglomerate", "tfc:rock/gravel/dolomite", "tfc:rock/gravel/chert", "tfc:rock/gravel/schist", "tfc:rock/gravel/phyllite", "tfc:rock/gravel/slate", "tfc:rock/gravel/quartzite", "tfc:rock/gravel/dacite", "tfc:rock/gravel/andesite", "tfc:rock/gravel/basalt", "tfc:rock/gravel/rhyolite", "tfc:rock/gravel/chalk", "tfc:rock/gravel/marble", "tfg:rock/gravel_dripstone", "tfg:rock/gravel_deepslate", "tfg:rock/gravel_blackstone", "tfg:rock/gravel_moon", "tfg:rock/gravel_moon_deepslate", "tfg:rock/gravel_glacio", "tfg:rock/gravel_mars", "tfg:rock/gravel_venus", "tfg:rock/gravel_mercury", "tfg:rock/gravel_crackrack", "tfc:grass_path/silt", "tfc:grass_path/loam", "tfc:grass_path/sandy_loam", "tfc:grass_path/silty_loam", "tfg:grass/mars_path", "rnr:hoggin"]
|
||||
#Types of blocks valid as "Great" quality
|
||||
greatPathBlock = ["rnr:rock/gravel_road/chert", "rnr:rock/gravel_road/chalk", "rnr:rock/gravel_road/rhyolite", "rnr:rock/gravel_road/basalt", "rnr:rock/gravel_road/andesite", "rnr:rock/gravel_road/claystone", "rnr:rock/gravel_road/limestone", "rnr:rock/gravel_road/conglomerate", "rnr:rock/gravel_road/dolomite", "rnr:rock/sett_road/granite", "rnr:rock/sett_road/diorite", "rnr:rock/sett_road/chalk", "rnr:rock/sett_road/rhyolite", "rnr:rock/sett_road/basalt", "rnr:rock/sett_road/quartzite", "rnr:rock/sett_road/dacite", "rnr:rock/sett_road/andesite", "rnr:rock/cobbled_road/chert", "rnr:rock/cobbled_road/dolomite", "rnr:rock/gravel_road/granite", "rnr:rock/gravel_road/marble", "rnr:rock/gravel_road/schist", "rnr:rock/gravel_road/phyllite", "rnr:rock/gravel_road/slate", "rnr:rock/gravel_road/quartzite", "rnr:rock/gravel_road/dacite", "rnr:rock/macadam_road/rhyolite", "rnr:rock/macadam_road/chalk", "rnr:rock/macadam_road/chert", "rnr:rock/macadam_road/dolomite", "rnr:rock/macadam_road/conglomerate", "rnr:rock/macadam_road/limestone", "rnr:rock/macadam_road/gabbro", "rnr:rock/macadam_road/claystone", "rnr:rock/macadam_road/shale", "rnr:rock/macadam_road/gneiss", "rnr:rock/macadam_road/marble", "rnr:rock/macadam_road/schist", "rnr:rock/macadam_road/phyllite", "rnr:rock/macadam_road/slate", "rnr:rock/macadam_road/quartzite", "rnr:rock/macadam_road/dacite", "rnr:rock/macadam_road/andesite", "rnr:rock/macadam_road/basalt", "rnr:rock/gravel_road/diorite", "rnr:rock/gravel_road/gabbro", "rnr:rock/gravel_road/shale", "rnr:rock/macadam_road/diorite", "rnr:rock/macadam_road/granite", "rnr:rock/cobbled_road/conglomerate", "rnr:rock/cobbled_road/limestone", "rnr:rock/cobbled_road/claystone", "rnr:rock/cobbled_road/shale", "rnr:rock/cobbled_road/gabbro", "rnr:rock/cobbled_road/diorite", "rnr:rock/cobbled_road/granite", "rnr:rock/cobbled_road/phyllite", "rnr:rock/cobbled_road/schist", "rnr:rock/cobbled_road/slate", "rnr:rock/cobbled_road/quartzite", "rnr:rock/cobbled_road/dacite", "rnr:rock/cobbled_road/andesite", "rnr:rock/cobbled_road/rhyolite", "rnr:rock/cobbled_road/basalt", "rnr:rock/cobbled_road/chalk", "rnr:rock/cobbled_road/gneiss", "rnr:rock/cobbled_road/marble", "rnr:rock/sett_road/chert", "rnr:rock/sett_road/dolomite", "rnr:rock/sett_road/conglomerate", "rnr:rock/sett_road/limestone", "rnr:rock/sett_road/claystone", "rnr:rock/sett_road/shale", "rnr:rock/sett_road/gabbro", "rnr:rock/flagstones/gneiss", "rnr:rock/flagstones/marble", "rnr:black_sandstone_flagstones", "rnr:brown_sandstone_flagstones", "rnr:green_sandstone_flagstones", "rnr:pink_sandstone_flagstones", "rnr:red_sandstone_flagstones", "rnr:white_sandstone_flagstones", "rnr:yellow_sandstone_flagstones", "rnr:concrete_road_sett", "rnr:brick_road", "rnr:rock/sett_road/marble", "rnr:rock/sett_road/gneiss", "rnr:rock/sett_road/schist", "rnr:rock/sett_road/phyllite", "rnr:rock/sett_road/slate", "rnr:rock/sett_road/quartzite", "rnr:rock/sett_road/dacite", "rnr:rock/flagstones/chert", "rnr:rock/flagstones/dolomite", "rnr:rock/flagstones/conglomerate", "rnr:rock/flagstones/limestone", "rnr:rock/flagstones/claystone", "rnr:rock/flagstones/shale", "rnr:rock/flagstones/gabbro", "rnr:rock/flagstones/diorite", "rnr:rock/flagstones/granite", "rnr:rock/flagstones/schist", "rnr:rock/flagstones/phyllite", "rnr:rock/flagstones/slate", "rnr:rock/flagstones/quartzite", "rnr:rock/flagstones/andesite", "rnr:rock/flagstones/dacite", "rnr:rock/flagstones/basalt", "rnr:rock/flagstones/rhyolite", "rnr:rock/flagstones/chalk", "greate:andesite_shaft", "greate:steel_shaft", "greate:andesite_cogwheel", "greate:steel_cogwheel", "greate:large_andesite_cogwheel", "greate:large_steel_cogwheel"]
|
||||
greatPathBlock = ["rnr:rock/gravel_road/chert", "rnr:rock/gravel_road/chalk", "rnr:rock/gravel_road/rhyolite", "rnr:rock/gravel_road/basalt", "rnr:rock/gravel_road/andesite", "rnr:rock/gravel_road/claystone", "rnr:rock/gravel_road/limestone", "rnr:rock/gravel_road/conglomerate", "rnr:rock/gravel_road/dolomite", "rnr:rock/sett_road/granite", "rnr:rock/sett_road/diorite", "rnr:rock/sett_road/chalk", "rnr:rock/sett_road/rhyolite", "rnr:rock/sett_road/basalt", "rnr:rock/sett_road/quartzite", "rnr:rock/sett_road/dacite", "rnr:rock/sett_road/andesite", "rnr:rock/cobbled_road/chert", "rnr:rock/cobbled_road/dolomite", "rnr:rock/gravel_road/granite", "rnr:rock/gravel_road/marble", "rnr:rock/gravel_road/schist", "rnr:rock/gravel_road/phyllite", "rnr:rock/gravel_road/slate", "rnr:rock/gravel_road/quartzite", "rnr:rock/gravel_road/dacite", "rnr:rock/macadam_road/rhyolite", "rnr:rock/macadam_road/chalk", "rnr:rock/macadam_road/chert", "rnr:rock/macadam_road/dolomite", "rnr:rock/macadam_road/conglomerate", "rnr:rock/macadam_road/limestone", "rnr:rock/macadam_road/gabbro", "rnr:rock/macadam_road/claystone", "rnr:rock/macadam_road/shale", "rnr:rock/macadam_road/gneiss", "rnr:rock/macadam_road/marble", "rnr:rock/macadam_road/schist", "rnr:rock/macadam_road/phyllite", "rnr:rock/macadam_road/slate", "rnr:rock/macadam_road/quartzite", "rnr:rock/macadam_road/dacite", "rnr:rock/macadam_road/andesite", "rnr:rock/macadam_road/basalt", "rnr:rock/gravel_road/diorite", "rnr:rock/gravel_road/gabbro", "rnr:rock/gravel_road/shale", "rnr:rock/macadam_road/diorite", "rnr:rock/macadam_road/granite", "rnr:rock/cobbled_road/conglomerate", "rnr:rock/cobbled_road/limestone", "rnr:rock/cobbled_road/claystone", "rnr:rock/cobbled_road/shale", "rnr:rock/cobbled_road/gabbro", "rnr:rock/cobbled_road/diorite", "rnr:rock/cobbled_road/granite", "rnr:rock/cobbled_road/phyllite", "rnr:rock/cobbled_road/schist", "rnr:rock/cobbled_road/slate", "rnr:rock/cobbled_road/quartzite", "rnr:rock/cobbled_road/dacite", "rnr:rock/cobbled_road/andesite", "rnr:rock/cobbled_road/rhyolite", "rnr:rock/cobbled_road/basalt", "rnr:rock/cobbled_road/chalk", "rnr:rock/cobbled_road/gneiss", "rnr:rock/cobbled_road/marble", "rnr:rock/sett_road/chert", "rnr:rock/sett_road/dolomite", "rnr:rock/sett_road/conglomerate", "rnr:rock/sett_road/limestone", "rnr:rock/sett_road/claystone", "rnr:rock/sett_road/shale", "rnr:rock/sett_road/gabbro", "rnr:rock/flagstones/gneiss", "rnr:rock/flagstones/marble", "rnr:black_sandstone_flagstones", "rnr:brown_sandstone_flagstones", "rnr:green_sandstone_flagstones", "rnr:pink_sandstone_flagstones", "rnr:red_sandstone_flagstones", "rnr:white_sandstone_flagstones", "rnr:yellow_sandstone_flagstones", "rnr:concrete_road_sett", "rnr:brick_road", "rnr:rock/sett_road/marble", "rnr:rock/sett_road/gneiss", "rnr:rock/sett_road/schist", "rnr:rock/sett_road/phyllite", "rnr:rock/sett_road/slate", "rnr:rock/sett_road/quartzite", "rnr:rock/sett_road/dacite", "rnr:rock/flagstones/chert", "rnr:rock/flagstones/dolomite", "rnr:rock/flagstones/conglomerate", "rnr:rock/flagstones/limestone", "rnr:rock/flagstones/claystone", "rnr:rock/flagstones/shale", "rnr:rock/flagstones/gabbro", "rnr:rock/flagstones/diorite", "rnr:rock/flagstones/granite", "rnr:rock/flagstones/schist", "rnr:rock/flagstones/phyllite", "rnr:rock/flagstones/slate", "rnr:rock/flagstones/quartzite", "rnr:rock/flagstones/andesite", "rnr:rock/flagstones/dacite", "rnr:rock/flagstones/basalt", "rnr:rock/flagstones/rhyolite", "rnr:rock/flagstones/chalk", "greate:steel_shaft", "greate:steel_cogwheel", "greate:large_steel_cogwheel"]
|
||||
#Valid "Small" creatures
|
||||
smallCreatures = ["tfc:wolf", "tfc:dog", "tfc:pig", "tfc:sheep", "tfc:goat", "tfc:alpaca", "tfg:glacian_ram", "tfg:wraptor", "species:springaling", "tfg:surfer"]
|
||||
smallCreatures = ["tfc:wolf", "tfc:dog", "tfc:pig", "tfc:sheep", "tfc:goat", "tfc:alpaca", "tfg:glacian_ram", "tfg:wraptor", "tfg:surfer"]
|
||||
#Valid "Medium" creatures
|
||||
mediumCreatures = ["tfc:cow", "tfc:donkey", "tfc:dolphin", "wan_ancient_beasts:glider", "wan_ancient_beasts:soarer"]
|
||||
#Valid "Large" creatures
|
||||
|
|
|
|||
19
defaultconfigs/goprone-server.toml
Normal file
19
defaultconfigs/goprone-server.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
#Toggles to allow/disable going prone in various circumstances
|
||||
[allowProne]
|
||||
#Allow while flying (applies any time the player is off the ground)
|
||||
flying = true
|
||||
#Allow while riding another entity
|
||||
#If this is true, then you cannot go prone while riding any entities in the tag "goprone:blacklisted_entities" but you can when riding any others
|
||||
#If this is false, then you can go prone while riding any entities in the tag "goprone:whitelisted_entities" but you cannot when riding any others
|
||||
riding = false
|
||||
#Allow while climbing (applies any time the player is on a climbable block)
|
||||
climbing = false
|
||||
|
||||
#Other options not related to when you can go prone
|
||||
[other]
|
||||
#Can players jump while prone
|
||||
isJumpingAllowed = true
|
||||
#Can players sprint while prone. Also controls whether sprinting is cancelled when going prone
|
||||
isSprintingAllowed = true
|
||||
|
||||
10
defaultconfigs/jumbofurnace-server.toml
Normal file
10
defaultconfigs/jumbofurnace-server.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
["Cooking Settings"]
|
||||
#Cook Time: Time in ticks needed for one cooking cycle
|
||||
#Range: > 1
|
||||
cooktime = 200
|
||||
|
||||
["Construction Settings"]
|
||||
#Shearable: Allow jumbo furnaces to be cleanly dismantled with shears
|
||||
shearable = true
|
||||
|
||||
|
|
@ -47,21 +47,6 @@
|
|||
#Range: 1 ~ 600
|
||||
whistleRebindRate = 10
|
||||
|
||||
#.
|
||||
#Journeymap compat settings
|
||||
[journeymap]
|
||||
#.
|
||||
#.
|
||||
#[in Ticks]
|
||||
#Outside-of-render-distance train sync time
|
||||
#Range: 10 ~ 600
|
||||
farTrainSyncTicks = 200
|
||||
#.
|
||||
#[in Ticks]
|
||||
#In-render-distance train sync time
|
||||
#Range: 1 ~ 600
|
||||
nearTrainSyncTicks = 5
|
||||
|
||||
#.
|
||||
#Realism Settings
|
||||
[realism]
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
canBePlacedInContainerItems = false
|
||||
#Maximum number of upgrades of type per backpack in format of "UpgradeRegistryName[or UpgradeGroup]|MaxNumber"
|
||||
maxUpgradesPerStorage = ["furnace_upgrades|1", "stack_upgrades|3", "jukebox_upgrades|1"]
|
||||
#If true, disallows all blocks from connecting to backpacks
|
||||
allBlockConnectionsDisallowed = false
|
||||
|
||||
#Leather Backpack Settings
|
||||
[server.leatherBackpack]
|
||||
|
|
@ -415,6 +417,32 @@
|
|||
#Chance increase per looting level of mob dropping backpack
|
||||
#Range: 0.0 ~ 0.3
|
||||
lootingChanceIncreasePerLevel = 0.15
|
||||
#Weight of selecting a Leather Backpack when an entity spawns with a backpack
|
||||
#Range: 0 ~ 9999
|
||||
leatherWeight = 625
|
||||
#Weight of selecting a Copper Backpack when an entity spawns with a backpack
|
||||
#Range: 0 ~ 9999
|
||||
copperWeight = 250
|
||||
#Weight of selecting a Iron Backpack when an entity spawns with a backpack
|
||||
#Range: 0 ~ 9999
|
||||
ironWeight = 125
|
||||
#Weight of selecting a Gold Backpack when an entity spawns with a backpack
|
||||
#Range: 0 ~ 9999
|
||||
goldWeight = 25
|
||||
#Weight of selecting a Diamond Backpack when an entity spawns with a backpack
|
||||
#Range: 0 ~ 9999
|
||||
diamondWeight = 5
|
||||
#Weight of selecting a Netherite Backpack when an entity spawns with a backpack
|
||||
#Range: 0 ~ 9999
|
||||
netheriteWeight = 1
|
||||
#Minimum tier of backpack mobs are equipped with at mid local difficulty (above 1/3 of max, 0 is leather)
|
||||
#Range: 0 ~ 6
|
||||
minBackpackTierMidDifficulty = 1
|
||||
#Minimum tier of backpack mobs are equipped with at high local difficulty (above 2/3 of max, 0 is leather)
|
||||
#Range: 0 ~ 6
|
||||
minBackpackTierHighDifficulty = 2
|
||||
#If local difficulty is taken into consideration when determining the difficulty. If local difficulty is high enough then it will use difficulty settings above
|
||||
localDifficultyEffectsBackpackSpawns = true
|
||||
|
||||
[server.nerfs]
|
||||
#Determines if too many backpacks in player's inventory cause slowness to the player
|
||||
|
|
@ -427,6 +455,8 @@
|
|||
slownessLevelsPerAdditionalBackpack = 1.0
|
||||
#Determines if active upgrades will only work in the backpack that's worn by the player. Active upgrades are for example magnet, pickup, cooking, feeding upgrades.
|
||||
onlyWornBackpackTriggersUpgrades = true
|
||||
#Effect that is applied to player when they have too many backpacks. Can be any effect including modded ones like overencumbered effect some mods have.
|
||||
nerfEffect = "minecraft:slowness"
|
||||
|
||||
#Copper Backpack Settings
|
||||
[server.copperBackpack]
|
||||
|
|
|
|||
19
defaultconfigs/tfcambiental-server.toml
Normal file
19
defaultconfigs/tfcambiental-server.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#The durability value of Burlap material clothing.
|
||||
#Range: > 0
|
||||
durabilityBurlapClothes = 3000
|
||||
#The durability value of Insulated Leather material clothing.
|
||||
#Range: > 0
|
||||
durabilityInsulatedLeatherClothes = 2500
|
||||
#The durability value of the Leather Apron clothing.
|
||||
#Range: > 0
|
||||
durabilityLeatherApronClothes = 1000
|
||||
#The durability value of Silk material clothing.
|
||||
#Range: > 0
|
||||
durabilitySilkClothes = 3000
|
||||
#The durability value of Straw material clothing.
|
||||
#Range: > 0
|
||||
durabilityStrawClothes = 100
|
||||
#The durability value of Wool material clothing.
|
||||
#Range: > 0
|
||||
durabilityWoolClothes = 3000
|
||||
|
||||
|
|
@ -131,3 +131,11 @@
|
|||
#Blacklist of entity IDs that cannot be sampled by the DNA syringe. Can be empty.
|
||||
syringeBlacklist = []
|
||||
|
||||
[mars_climate]
|
||||
#The chance that sand piles will accumulate during a sandstorm. Lower values = faster sand pile accumulation, but also more block updates (aka lag).
|
||||
#Range: > 1
|
||||
sandAccumulateChance = 20
|
||||
#The chance that sand piles will decumulate during a sandstoem. Lower values = faster sand dispersal, but also more block updates (aka lag).
|
||||
#Range: > 1
|
||||
sandDecumulateChance = 36
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue