114514
All checks were successful
Build Archlinux-Base Image / base (push) Successful in 47s

This commit is contained in:
azw
2024-09-28 00:54:21 +08:00
parent 2392adde62
commit 71c440ba9e
12 changed files with 27 additions and 59 deletions

View File

@@ -1,5 +1,5 @@
#Indigo properties file
#Sat Sep 28 00:24:12 CST 2024
#Sat Sep 28 00:34:20 CST 2024
always-tesselate-blocks=auto
ambient-occlusion-mode=hybrid
debug-compare-lighting=auto

View File

@@ -1,4 +1,4 @@
#Indium properties file
#Sat Sep 28 00:24:13 CST 2024
#Sat Sep 28 00:34:20 CST 2024
always-tesselate-blocks=auto
ambient-occlusion-mode=auto

View File

@@ -1,5 +1,5 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Sat Sep 28 00:24:15 CST 2024
#Sat Sep 28 00:34:23 CST 2024
colorSpace=SRGB
disableUpdateMessage=false
enableDebugOptions=false

View File

@@ -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.
#Sat Sep 28 00:23:57 CST 2024
#Sat Sep 28 00:34:05 CST 2024
decoderSize=838860800
nbtMaxSize=209715200
packetSize=104857600

View File

@@ -243,8 +243,7 @@
"shouldFilterDisplays": true,
"filteringRules": [
"{id:\"roughlyenoughitems:manual\",rule:{}}",
"{id:\"roughlyenoughitems:basic\",rule:{}}",
"{id:\"roughlyenoughitems:hidden_from_recipe_viewers\",rule:{}}"
"{id:\"roughlyenoughitems:basic\",rule:{}}"
]
}
}

View File

@@ -10,8 +10,8 @@
"name": "gui.xaero_entity_category_root",
"protection": true,
"settingOverrides": {
"displayed": true,
"displayHeight": 0.0,
"displayed": true,
"heightBasedFade": true,
"renderOrder": 0.0,
"color": 13.0,

View File

@@ -1,27 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN">
<Appenders>
<Console name="SysOut" target="SYSTEM_OUT">
<PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level]: %msg{nolookups}%n" />
</Console>
<Queue name="ServerGuiConsole">
<PatternLayout pattern="[%d{HH:mm:ss} %level]: %msg{nolookups}%n" />
</Queue>
<RollingRandomAccessFile name="File" fileName="logs/latest.log" filePattern="logs/%d{yyyy-MM-dd}-%i.log.gz">
<PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level]: %msg{nolookups}%n" />
<Policies>
<TimeBasedTriggeringPolicy />
<OnStartupTriggeringPolicy />
</Policies>
</RollingRandomAccessFile>
</Appenders>
<Loggers>
<Root level="info">
<filters>
<MarkerFilter marker="NETWORK_PACKETS" onMatch="DENY" onMismatch="NEUTRAL" />
</filters>
<AppenderRef ref="SysOut"/>
<AppenderRef ref="File"/>
</Root>
</Loggers>
</Configuration>