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
|
||||
|
BIN
1.20.1-FearFactoryTest/minecraft/icon.png
(Stored with Git LFS)
BIN
1.20.1-FearFactoryTest/minecraft/icon.png
(Stored with Git LFS)
Binary file not shown.
@ -1,16 +0,0 @@
|
||||
filename = 'tears_of_despair-2.0-forge-1.20.1.jar'
|
||||
name = 'Tears of Despiar Nightmare Fuel'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'forge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.20.1' ]
|
||||
x-prismlauncher-release-type = 'beta'
|
||||
|
||||
[download]
|
||||
hash = 'f254d65437997603848b188096066a80ce414e6fe67772eda21d0aaeff2ff5910d0e0e1249d18487e76dc832877a92bc87adb86c14d168fda5ef32b8023b5997'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/khZrj89W/versions/NVTg2utV/tears_of_despair-2.0-forge-1.20.1.jar'
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = 'khZrj89W'
|
||||
version = 'NVTg2utV'
|
BIN
1.20.1-FearFactoryTest/minecraft/mods/EBE-1.20-1.20.1-0.9.1B.jar
(Stored with Git LFS)
BIN
1.20.1-FearFactoryTest/minecraft/mods/EBE-1.20-1.20.1-0.9.1B.jar
(Stored with Git LFS)
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
#Mon May 12 04:10:57 CDT 2025
|
||||
#Mon May 12 21:52:55 CDT 2025
|
||||
shadowDistance=160.0
|
||||
SUN_ANGULAR_RADIUS=10.0
|
||||
STARS_INTENSITY=0.90
|
||||
|
Reference in New Issue
Block a user