This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/forcecraft-common.toml

73 lines
9.7 KiB
TOML
Raw Permalink Normal View History

2023-11-02 12:32:44 -05:00
#General settings
[general]
#Enable Force Ore generation [Default: true]
generateForceOre = true
#Enable Force Tree generation [Default: true]
generateForceTree = true
#Enable Time Torch [Default: true]
timeTorchEnabled = true
#Print in Log when Time Torch is placed and by who [Default: true]
timeTorchLogging = true
#Disable recovery hearts from dropping [Default: false]
disableRecoveryHearts = false
#Enables screen shake when in Liquid Force [Default: false]
enableForceShake = false
#The max amount of food stacks stored in the baconator [Default: 4]
#Range: > 1
baconatorMaxStacks = 4
#The max amount of damage blocked when all armor pieces have the Sturdy infusion [Default: 0.75]
#Range: 0.0 ~ 1.0
sturdyDamageReduction = 0.75
#The amount of half hearts of damage given by Force Punch given by the Damage infusion on armor [Default: 0.75]
#Range: 0.0 ~ 1.7976931348623157E308
forcePunchDamage = 2.0
#The max amount of ticks it takes to charge a tool with Force [Default: 120 (6 seconds)]
#Range: > 20
forceInfusingTime = 120
#An additional list of tile entities the Force Furnace can NOT insert into [Syntax: modid:tile_name]
#Examples: "minecraft:shulker_box" would stop it inserting into shulkers
furnaceOutputBlacklist = [""]
#How many ticks in between ticking neighbour blocks [Default: 5]
#Range: > 0
timeTorchRate = 5
#The amount of ticks the Time Torch applies to neighbour blocks [Default: 3]
#Range: > 1
timeTorchAmount = 3
#Fortune messages
[fortunes]
#Adding lines / removing lines specifies what the fortunes can say
fortuneMessages = ["You aren't supposed to eat me.", "Beauty is in the eye of the tiger.", "Creeper!", "Which came first, the chicken or the chunk?", "Whatever happened to Doritos 3D?", "Diabetes, anyone?", "That wasn't a cookie!", "If a tree falls down in the woods, you have a special mod installed.", "The cake is a lie of omission.", "A wise man once said, \"Yes honey, it does make you look fat.\" He never said that again.", "Don't stare directly at the pixels.", "I know where you live.", "Your lucky numbers are 0, -7, and 437922904678137496.708162", "There is never enough redstone.", "What you seek is surrounded by blocks.", "Today is Tuesday, or is it Friday - I can never tell.", "In the event of a creeper explosion, your keyboard can double as a broken keyboard.", "I didn't do it.", "You are 5.6 grams heavier than you were 10 seconds ago.", "I dropped my cookie.", "...Saltpeter? Really?", "We're no strangers to love. You know the rules and so do I.", "Eat another cookie.", "I CAN believe it's not butter.", "Beware enderman with a short fuse...", "Remember to repair your tools.", "Every rose has its bounding box.", "Get out of my chest!", "Please recycle.", "Great, now you've spoiled your dinner!", "Welcome to Hoarders: Minecraft edition!", "Not all Blocks are created equal.", "Don't touch that!", "Always name your machinations.", "Look in your inventory, now back to me - this fortune is now diamonds!", "Who put that there?", "Winners never cheat and cheaters never win, unless the winners cheated, in which case the cheaters won.", "Hi Bob! What, they can't all be zingers.", "Have you ever thought to yourself, \"My, that's an awfully large open grave!\"", "Could you pick up my dry-cleaning?", "Never shower in a thunderstorm. It's less efficient than bathing indoors and you'll freak out your neighbors.", "It is said that everyone experiences hardships, but God must REALLY hate YOU.", "If you play a country song backwards, you waste about 4 minutes of your life listening to garbled nonsense.", "No, you can't make that jump.", "I know they're furry and cuddly, but trust me, they're evil incarnate.", "Do you Dew?", "I see the land, but where exactly are the tracts?", "Creepers were originally from Dr. Who.", "Don't bogart my nasal spray!", "You'll live.", "Don't make me come back there!", "I've burned everything that reminds me of you in a ritualistic bonfire.", "We will be an unstoppable force; to our enemies we bring only death, to our allies we always bring cake.", "Heavy is the head that eats the crayons.", "Beware skinwalkers.", "Don't fear the creeper.", "Goodness and love will always win!", "I told you not to eat that!", "Winner!", "Beware anyone without an eye-patch!", "Don't kill all the animals!", "It's a wonder you get anything done!", "You will find happiness with a new love: Minecraft's latest patch.", "Seriously, who is in charge of the song/cowbell ratio?", "It's not a bug, it's a \"feature.\"", "Do you really need this many cookies?", "NCC1701", "I wanted to be a newspaper.", "Thank you! It was really dark in there!", "Thank you for not eating me.", "Burn the door!", "That's the biggest flapjack I've ever seen!", "Please be kind, de-rind", "It's a secret to everybody.", "I AM ERROR.", "If all else fails use fire.", "Dig it! Dig it! Dig to the center of the earth!", "No! Not into the pit! It BURNS!", "Dawn of the First Day, 72 hours remain.", "Don't stare directly at the potato.", "The chicken is a double-agent.", "Good lord!", "What's all this junk?", "Creepers blow chunks.", "Equivalence is a lie.", "Body by Sycamore.", "I hear 'Innards of the Machine' is on tour.", "Do something else.", "The capital of The Ukraine is Kiev.", "DebugCookie4A73N82", "Point that somewhere else!", "Forking is strictly prohibited.", "Void where prohibited.", "This parrot is no more!", "He's dead, Jim.", "Leave me alone for a bit, okay?", "Don't you dare shift-click me!", "Me again.", "My summer home is a no-bake.", "We can still be friends.", "The night is young, but you are not.", "Keyboard cat has carpal tunnel.", "Pull le
#Infusion settings
[infusion]
#The max level of Bleeding that can be applied [Default: 3]
#Range: 1 ~ 5
bleedCap = 3
#The max level of Healing that can be applied [Default: 3]
#Range: 1 ~ 5
healingCap = 3
#The max level of Sturdy that can be applied on force tools [Default: 3]
#Range: 1 ~ 10
sturdyToolCap = 3
#The max level of Luck that can be applied [Default: 4]
#Range: 1 ~ 10
luckCap = 4
#The max level of Damage that can be applied [Default: 5]
#Range: 1 ~ 10
damageCap = 5
#The max level of Force that can be applied [Default: 2]
#Range: 1 ~ 10
forceCap = 2
#The max level of Speed that can be applied [Default: 5]
#Range: 1 ~ 10
speedCap = 5
#The max level of Speed that can be applied to a Force Rod [Default: 3]
#Range: 1 ~ 5
rodSpeedCap = 3
#The level of Regeneration given to the player when standing in Liquid Force (0 = Regeneration 1) [Default: 0]
#Range: 0 ~ 16
liquidRegenLevel = 0