removed EBE & fixed noisy files & updated .gitignore
git RM cached several files such as instance.cfg which would constantly show up despite being in git ignore. and git rm --cache filename < git add -f filename < reverses caching Removed EBE as it depends on toad lib (enhanced block entities)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{
|
||||
"debug": false,
|
||||
"trim_registry_mismatch_message": "<EFBFBD>b[All The Trims] <EFBFBD>cTrim Registry Mismatch. <EFBFBD>rPlease ensure that the client and server have the same mods with the same versions."
|
||||
"trim_registry_mismatch_message": "§b[All The Trims] §cTrim Registry Mismatch. §rPlease ensure that the client and server have the same mods with the same versions."
|
||||
}
|
@ -8,7 +8,7 @@
|
||||
enableCuttingBoardDeploying = true
|
||||
#.
|
||||
#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
|
||||
|
@ -1 +1 @@
|
||||
{"v":1,"s":"4ad5a6343f108c5f62e8926945582e75b23a3cc71bfe6682509b9d653f37831bd08ff4711e0022c61fd5a9a41375a2e2981e8bce658fb7e82595f1c2bfef50e6","u":"7004904bd974233150270e07603076ce06abd0f303b79087eb2dea802a977082a9f6606ce49f4855a8ca1b29a6eea7e7b16f179b70eb9390eea28aa6b1fad3d4","p":"804a9be946ff25856bd4fc179420becef0cf4729ac81ec6160da3402cdbb20bb53b8eee67168ac6ced31a7ab8047ce2253b9f012e79c029675a40aba73f0333a","t":1747028273}
|
||||
{"v":1,"s":"e55d22b95ffc337043c53aaacd2afbb598a8ec056c9603fd4d6dd9cf0b3c0c155765e4b0a4e1b670a19f4be08967a18e40807bac21f02be0e36b413b48c0f994","u":"5d355d6f4655d6cfb39de5fa395b4c40f735eeb6cc140f108be42d1474c294137d407a6af4f77671e19a4debbac659d55f06549bbba369d1d997e01797fbe277","p":"4609c01c390769b047a61ee093c28916ec02a40a19d8a224c5f666a3703adb9eb6fb23178aaf0a668dd3061cd245e8e701e8f2aac115edf7e7b9172e42678c5c","t":1747104776}
|
@ -3,7 +3,7 @@ backend = "DEFAULT"
|
||||
#Enable or disable instance update limiting with distance.
|
||||
limitUpdates = true
|
||||
#The number of worker threads to use. Set to -1 to let Flywheel decide. Set to 0 to disable parallelism. Requires a game restart to take effect.
|
||||
#Range: -1 ~ 16
|
||||
#Range: -1 ~ 12
|
||||
workerThreads = -1
|
||||
|
||||
#Config options for Flywheel's built-in backends.
|
||||
|
@ -1,5 +1,5 @@
|
||||
#This file stores configuration options for Iris, such as the currently active shaderpack
|
||||
#Mon May 12 03:56:09 CDT 2025
|
||||
#Mon May 12 21:52:56 CDT 2025
|
||||
colorSpace=SRGB
|
||||
disableUpdateMessage=false
|
||||
enableDebugOptions=false
|
||||
|
Reference in New Issue
Block a user