Start
just getting the modpack files in here, also added the following folders to git ignore inside the top level of the minecraft folder (the one with save files in it): /server-resource-packs/ /saves/ /schematics/ /screenshots/ /logs/ /.mixin.out/ /crash-reports/ usernamecache.json usercache.json Also I added the following file extensions to be considered "large" by the server as not to pollute diff history here are the commands I used to add these files: git lfs track "*.jar" git lfs track "*.zip" git lfs track "*.7z" git lfs track "*.gz" git lfs track "*.rar" git lfs track "*.tar" git lfs track "*.iso" git lfs track "*.png" git lfs track "*.jpg" git lfs track "*.jpeg" git lfs track "*.gif" git lfs track "*.bmp" git lfs track "*.tiff" git lfs track "*.svg" git lfs track "*.webp" git lfs track "*.mp3" git lfs track "*.wav" git lfs track "*.ogg" git lfs track "*.flac" git lfs track "*.aac" git lfs track "*.m4a" git lfs track "*.wma" git lfs track "*.mp4" git lfs track "*.mkv" git lfs track "*.avi" git lfs track "*.mov" git lfs track "*.webm" git lfs track "*.flv" git lfs track "*.wmv" git lfs track "*.psd" git lfs track "*.ai" git lfs track "*.pdf" git lfs track "*.mca" git lfs track "*.dat" git lfs track "*.dat_old"
This commit is contained in:
114
1.20.1-FearFactoryTest/minecraft/config/butcher.toml
Normal file
114
1.20.1-FearFactoryTest/minecraft/config/butcher.toml
Normal file
@ -0,0 +1,114 @@
|
||||
|
||||
[General]
|
||||
#Only butchery knives cause corpses/carcasses to drop. Disable to allow any tool/weapon to cause them to drop.
|
||||
"Specific Tools Only" = true
|
||||
#Enable/Disable first join message.
|
||||
"First Join Message" = true
|
||||
#Enable/Disable End Dragon armor
|
||||
"Dragon Armor" = true
|
||||
#Enalbe/Disable guide book on first join
|
||||
"Guide Book" = true
|
||||
#Enable this to use vanilla foods instead of butchery's foods
|
||||
"Vanilla Drops" = false
|
||||
#Enable/Disable blood spreading
|
||||
"Blood Spread" = true
|
||||
#Enable/Disable carcass weight effects
|
||||
"Carcass Weight" = true
|
||||
#Enable/Disable blocks weight effects
|
||||
"Block Weight" = false
|
||||
#Enable/Disable pillager disguise blending affect
|
||||
"Pillager Disguise" = true
|
||||
#Collect salt water from ocean biomes using a bucket
|
||||
"Salt Water" = true
|
||||
#Instantly drain carcasses/corpses
|
||||
"Instant Drain" = false
|
||||
#Enable/Disable sulfur ore generation
|
||||
"Sulfur Ore" = true
|
||||
#Enable/Disable salt generation
|
||||
Salt = true
|
||||
#Enable to use a vanilla bucket to collect salt water. Disable to use butchery's own bucket.
|
||||
"Salt Water: Vanilla Bucket" = true
|
||||
#Enable/Disable overlay hints
|
||||
Hints = true
|
||||
#Enable/Disable organ drops
|
||||
Organs = true
|
||||
|
||||
[Structures]
|
||||
#Enable/Disable the butchers house structure
|
||||
butchers_house = true
|
||||
#Enable/Disable the salt formation structure
|
||||
salt_formation = true
|
||||
|
||||
["Boss Carcasses"]
|
||||
#Enable/Disable End Dragon carcass
|
||||
"End Dragon" = true
|
||||
#Enable/Disable Elder Guardian carcass
|
||||
"Elder Guardian" = true
|
||||
#Enable/Disable Wither carcass
|
||||
Wither = true
|
||||
|
||||
["Mod Compatiblities"]
|
||||
#Enable/Disable farmers delight foods as drops
|
||||
"Farmer's Delight" = false
|
||||
#Enable to make TFC mobs drop carcasses
|
||||
"Terra Firma Craft Carcasses" = false
|
||||
#Enable to use TFC drops instead of Butchery drops
|
||||
"Terra Firma Craft drops" = false
|
||||
#Enable to obtain life essence buckets from blood drain when right clicked with empty bucket
|
||||
"Blood Magic" = false
|
||||
#Enable vampirism drops from corpses
|
||||
Vampirism = true
|
||||
#Enable vampirism delight drops from corpses
|
||||
"Vamp Delight" = false
|
||||
#Enable werewolves drops from corpses
|
||||
Werewolves = true
|
||||
#Enable/Disable Hexerei drops
|
||||
Hexerei = true
|
||||
|
||||
["Carcasses/Corpses"]
|
||||
Player = true
|
||||
Bat = true
|
||||
Chicken = true
|
||||
Cow = true
|
||||
Frog = true
|
||||
Goat = true
|
||||
Hoglin = true
|
||||
Pig = true
|
||||
Rabbit = true
|
||||
Sheep = true
|
||||
Squid = true
|
||||
Turtle = true
|
||||
Villager = true
|
||||
Fox = true
|
||||
"Puffer Fish" = true
|
||||
Llama = true
|
||||
Panda = true
|
||||
"Polar Bear" = true
|
||||
Salmon = true
|
||||
Dolphin = true
|
||||
Cod = true
|
||||
Camel = true
|
||||
"Glow Squid" = true
|
||||
Skeleton = true
|
||||
Zombie = true
|
||||
Witch = true
|
||||
Creeper = true
|
||||
Pillager = true
|
||||
Spider = true
|
||||
"Cave Spider" = true
|
||||
Enderman = true
|
||||
Husk = true
|
||||
Drowned = true
|
||||
"Wither Skeleton" = true
|
||||
Piglin = true
|
||||
"Zombified Piglin" = true
|
||||
Slime = true
|
||||
Horse = true
|
||||
Wolf = true
|
||||
|
||||
[Seasonal]
|
||||
#Enable/Disable the Halloween update
|
||||
Halloween = true
|
||||
#Enable/Disable the Christmas update
|
||||
Christmas = false
|
||||
|
Reference in New Issue
Block a user