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:
100
1.20.1-FearFactoryTest/minecraft/config/avaritia-common.toml
Normal file
100
1.20.1-FearFactoryTest/minecraft/config/avaritia-common.toml
Normal file
@ -0,0 +1,100 @@
|
||||
|
||||
#Avaritia Common Config
|
||||
[tools]
|
||||
#Does the super mode of endless tools retain stone and soil
|
||||
"Is Stone" = false
|
||||
#Whether to merge matter cluster
|
||||
"Is Merge Matter Cluster" = true
|
||||
#Range damage value of the right key of Infinity sword
|
||||
#Range: 100 ~ 100000
|
||||
"Sword Range Damage" = 10000
|
||||
#Infinity sword right click attack range
|
||||
#Range: 8 ~ 64
|
||||
"Sword Attack Range" = 32
|
||||
#Does the right key range attack of endless sword attack neutral creatures
|
||||
"Is Sword Damage Animal" = false
|
||||
#Does the right key spawn lightning with range of attack
|
||||
"Is Sword Cause Lightning" = false
|
||||
#Does the right key cause infinity damage
|
||||
"Is Sword Cause Endless damage" = true
|
||||
#Infinity bow scattering light arrow damage
|
||||
#Range: 100 ~ 100000
|
||||
"Sub Arrow Damage" = 10000
|
||||
#Chain number of endless axe cutting trees
|
||||
#Range: 16 ~ 128
|
||||
"Axe Chain Count" = 64
|
||||
#Food effect time scaling factor
|
||||
#Range: 0.1 ~ 5.0
|
||||
"Food Time" = 1.0
|
||||
#The range of Infinity PickAxe can break
|
||||
#Range: 2 ~ 32
|
||||
"PickAxe Break Range" = 8
|
||||
#The range of Infinity Shovel can break
|
||||
#Range: 2 ~ 32
|
||||
"Shovel Break Range" = 8
|
||||
#The product tick of NeutronCollector
|
||||
#Range: > 1200
|
||||
"Neutron Collector Product Tick" = 3600
|
||||
#Singularity default time required
|
||||
#Range: > 0
|
||||
"Singularity Time Required" = 240
|
||||
#Growth soul farmland rate
|
||||
#Range: 0.0 ~ 1.0
|
||||
"Growth soul farmland rate" = 0.8
|
||||
#Damage of BladeSlash for Crystal Sword
|
||||
#Range: > 0
|
||||
"BladeSlash Damage" = 200
|
||||
#Radius of BladeSlash for Crystal Sword
|
||||
#Range: 5 ~ 100
|
||||
"BladeSlash Radius" = 10
|
||||
#Is InfinityCatalyst Craft use all Singularity
|
||||
"Internal InfinityCatalyst Craft" = true
|
||||
|
||||
[emc]
|
||||
#Emc of Neutron Pile
|
||||
#Range: > 0
|
||||
"Neutron Pile Emc" = 100
|
||||
#Emc of Totem Of Undying
|
||||
#Range: > 0
|
||||
"Vanilla Totem Emc" = 1000
|
||||
|
||||
[storage]
|
||||
#Define the maximum number of item .types. that can be stored in a Infinity Chest.
|
||||
#Range: > 2048
|
||||
"Chest Max ItemSize" = 32768
|
||||
#Use single page mode
|
||||
"Use Single PageMode" = false
|
||||
#Stack size limit of slot
|
||||
#Range: 64 ~ 4294967295
|
||||
"Slot Stack Limit" = 4294967295
|
||||
#Maximum page limit
|
||||
#Range: 2 ~ 79536431
|
||||
"Max Page Limit" = 79536431
|
||||
#*Recovery options* Reset the max page that is 0.
|
||||
#Range: 1 ~ 79536431
|
||||
"Reset Max Page" = 1
|
||||
#Inventory rows for multi page mode
|
||||
#Range: 1 ~ 6
|
||||
"Inventory Rows" = 6
|
||||
|
||||
[channel]
|
||||
#
|
||||
#Range: > 2048
|
||||
"Channel Size" = 32768
|
||||
#
|
||||
#Range: 4 ~ 64
|
||||
"MaxPlayer Channels" = 16
|
||||
#
|
||||
#Range: 32 ~ 1024
|
||||
"MaxPublic Channels" = 128
|
||||
#
|
||||
#Range: 1 ~ 40
|
||||
"FastUpdate Rate" = 1
|
||||
#
|
||||
#Range: 20 ~ 1200
|
||||
"FullUpdate Rate" = 40
|
||||
|
||||
[misc]
|
||||
#For develop
|
||||
"Use Advance Tooltips" = false
|
||||
|
Reference in New Issue
Block a user