Git config tweaks.
added instance.cfg to git ignore so future changes (such as launching the game) will be ignored. Furthermore I think I fixed config files being constantly generated .bak files are ignored as well.
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
1.20.1-FearFactoryTest/instance.cfg
|
||||||
|
*.bak
|
@ -67,12 +67,12 @@ UseNativeOpenAL=false
|
|||||||
UseZink=false
|
UseZink=false
|
||||||
WrapperCommand=
|
WrapperCommand=
|
||||||
iconKey=default
|
iconKey=default
|
||||||
lastLaunchTime=1746997277419
|
lastLaunchTime=1746997899333
|
||||||
lastTimePlayed=635
|
lastTimePlayed=170
|
||||||
linkedInstances=[]
|
linkedInstances=[]
|
||||||
name=1.20.1 FearFactory
|
name=1.20.1 FearFactory
|
||||||
notes=
|
notes=
|
||||||
totalTimePlayed=11096
|
totalTimePlayed=11884
|
||||||
|
|
||||||
[UI]
|
[UI]
|
||||||
mods_Page\Columns=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x1\x1\0\0\0\0\0\0\0\0\0\0\0\v\x80\a\0\0\0\x4\0\0\0\n\0\0\0\x64\0\0\0\b\0\0\0\x64\0\0\0\a\0\0\0\x64\0\0\0\t\0\0\0\x64\0\0\x3\xe9\0\0\0\v\x1\x1\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\v\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\x1\x91\0\0\0\x1\0\0\0\x1\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\x64\0\0\0\0)
|
mods_Page\Columns=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x1\x1\0\0\0\0\0\0\0\0\0\0\0\v\x80\a\0\0\0\x4\0\0\0\n\0\0\0\x64\0\0\0\b\0\0\0\x64\0\0\0\a\0\0\0\x64\0\0\0\t\0\0\0\x64\0\0\x3\xe9\0\0\0\v\x1\x1\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\v\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\x1\x91\0\0\0\x1\0\0\0\x1\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\x64\0\0\0\0)
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
enableCuttingBoardDeploying = true
|
enableCuttingBoardDeploying = true
|
||||||
#.
|
#.
|
||||||
#List of Block Entities that can be boosted when placed on Blaze Stove
|
#List of Block Entities that can be boosted when placed on Blaze Stove
|
||||||
boostingCookerList = ["farmersdelight:cooking_pot", "farmersdelight:skillet"]
|
boostingCookerList = ["farmersdelight:cooking_pot", "farmersdelight:skillet", "miners_delight:copper_pot"]
|
||||||
|
|
||||||
#.
|
#.
|
||||||
#Config for Integration with other mods
|
#Config for Integration with other mods
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#Indigo properties file
|
#Indigo properties file
|
||||||
#Sun May 11 16:01:38 CDT 2025
|
#Static Timestamp Removed
|
||||||
fix-mean-light-calculation=auto
|
fix-mean-light-calculation=auto
|
||||||
debug-compare-lighting=auto
|
debug-compare-lighting=auto
|
||||||
fix-exterior-vertex-lighting=auto
|
fix-exterior-vertex-lighting=auto
|
||||||
|
Reference in New Issue
Block a user