This commit is contained in:
3
package/overrides/config/cccbridge.properties
Normal file
3
package/overrides/config/cccbridge.properties
Normal file
@@ -0,0 +1,3 @@
|
||||
#Client side configuration for CC:C Bridge
|
||||
#Sun Sep 01 21:31:19 CST 2024
|
||||
flickering=false
|
||||
12
package/overrides/config/computercraft-client.toml
Normal file
12
package/overrides/config/computercraft-client.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
#The delay in seconds after which we'll notify about unhandled imports. Set to 0 to disable.
|
||||
#Range: 0 ~ 60
|
||||
upload_nag_delay = 5
|
||||
#The renderer to use for monitors. Generally this should be kept at "best" - if
|
||||
#monitors have performance issues, you may wish to experiment with alternative
|
||||
#renderers.
|
||||
#Allowed Values: BEST, TBO, VBO
|
||||
monitor_renderer = "BEST"
|
||||
#The maximum distance monitors will render at. This defaults to the standard tile
|
||||
#entity limit, but may be extended if you wish to build larger monitors.
|
||||
#Range: 16 ~ 1024
|
||||
monitor_distance = 64
|
||||
@@ -1,5 +1,5 @@
|
||||
#Indigo properties file
|
||||
#Sun Sep 01 07:21:26 CST 2024
|
||||
#Tue Sep 03 12:31:42 CST 2024
|
||||
always-tesselate-blocks=auto
|
||||
ambient-occlusion-mode=hybrid
|
||||
debug-compare-lighting=auto
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#Indium properties file
|
||||
#Sun Sep 01 07:21:26 CST 2024
|
||||
#Tue Sep 03 12:31:42 CST 2024
|
||||
always-tesselate-blocks=auto
|
||||
ambient-occlusion-mode=auto
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#This file stores configuration options for Iris, such as the currently active shaderpack
|
||||
#Sun Sep 01 07:21:28 CST 2024
|
||||
#Tue Sep 03 12:32:03 CST 2024
|
||||
colorSpace=SRGB
|
||||
disableUpdateMessage=false
|
||||
enableDebugOptions=false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#Packet Fixer config file.
|
||||
#Default values (minecraft default): nbtMaxSize 2097152, packetSize 1048576, decoderSize 2097152 and varInt21Size 3.
|
||||
#Max values are 2147483647 for packetSize/decoderSize/varInt21 and 9223372036854775807 for nbtMaxSize.
|
||||
#Sun Sep 01 07:21:15 CST 2024
|
||||
#Tue Sep 03 12:31:03 CST 2024
|
||||
decoderSize=838860800
|
||||
nbtMaxSize=209715200
|
||||
packetSize=104857600
|
||||
|
||||
@@ -168,7 +168,8 @@
|
||||
"shouldFilterDisplays": true,
|
||||
"filteringRules": [
|
||||
"{id:\"roughlyenoughitems:manual\",rule:{}}",
|
||||
"{id:\"roughlyenoughitems:basic\",rule:{}}"
|
||||
"{id:\"roughlyenoughitems:basic\",rule:{}}",
|
||||
"{id:\"roughlyenoughitems:hidden_from_recipe_viewers\",rule:{}}"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#Pinyin Options
|
||||
#Sun Sep 01 07:05:02 CST 2024
|
||||
#Tue Sep 03 12:33:09 CST 2024
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#Double Pinyin Options
|
||||
#Sun Sep 01 07:05:02 CST 2024
|
||||
#Tue Sep 03 12:33:09 CST 2024
|
||||
Converter=sougou
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#Type all monster, they you don't want see.
|
||||
monsters = ["spider", "silverfish"]
|
||||
monsters = ["spider"]
|
||||
#If you don't want see spider in item & block description/name also.
|
||||
monsters_in_text = true
|
||||
#If WATS have replace monster text and model or your do it by self,
|
||||
@@ -7,7 +7,7 @@ monsters_in_text = true
|
||||
sp_monsters = ["minecraft:spider_eye", "minecraft:fermented_spider_eye", "minecraft:cobweb"]
|
||||
#Type monsters, they ban by 'monsters'
|
||||
#like 'bee', this is BugJump's special XD.
|
||||
sp_monsters_white = ["minecraft:bee", "minecraft:endermite"]
|
||||
sp_monsters_white = ["minecraft:bee", "minecraft:endermite", "minecraft:silverfish"]
|
||||
#How to replace spawner?
|
||||
#Type entity ID.
|
||||
spawner_replacer_entities = ["minecraft:zombie", "minecraft:skeleton"]
|
||||
|
||||
@@ -10,20 +10,20 @@
|
||||
"name": "gui.xaero_entity_category_root",
|
||||
"protection": true,
|
||||
"settingOverrides": {
|
||||
"displayed": true,
|
||||
"displayHeight": 0.0,
|
||||
"displayed": true,
|
||||
"heightBasedFade": true,
|
||||
"renderOrder": 0.0,
|
||||
"color": 13.0,
|
||||
"displayNameWhenIconFails": true,
|
||||
"entityNumber": 1000.0,
|
||||
"alwaysDisplayNametags": false,
|
||||
"dotSize": 2.0,
|
||||
"startFadingAt": 0.0,
|
||||
"dotSize": 2.0,
|
||||
"renderOverMinimapFrame": 1.0,
|
||||
"icons": 1.0,
|
||||
"names": 0.0,
|
||||
"heightLimit": 20.0,
|
||||
"names": 0.0,
|
||||
"iconScale": 1.0
|
||||
},
|
||||
"subCategories": [
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user