1212
Some checks failed
Build Archlinux-Base Image / base (push) Failing after 45s

This commit is contained in:
azw
2024-09-28 00:32:37 +08:00
parent 46bda2302f
commit 6be5b1cf8f
44 changed files with 167 additions and 98 deletions

View File

@@ -23,6 +23,6 @@
],
"postalSpeed": 4,
"ticksToAnotherWorld": 1200,
"enableCenterMailbox": false,
"enableCenterMailbox": true,
"showNewMailToast": true
}
}

View File

@@ -259,8 +259,8 @@
crushing_wheel = 8.0
mechanical_arm = 2.0
rope_pulley = 4.0
mechanical_crafter = 2.0
brass_encased_large_cogwheel = 0.0
mechanical_crafter = 2.0
mechanical_drill = 4.0
flywheel = 0.0
weighted_ejector = 2.0
@@ -274,9 +274,9 @@
mysterious_cuckoo_clock = 1.0
stressometer = 0.0
encased_chain_drive = 0.0
elevator_pulley = 4.0
rotation_speed_controller = 0.0
brass_encased_cogwheel = 0.0
elevator_pulley = 4.0
belt = 0.0
cogwheel = 0.0
copper_backtank = 4.0

View File

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

View File

@@ -1,4 +1,4 @@
#Indium properties file
#Fri Sep 13 19:44:30 CST 2024
#Sat Sep 28 00:24:13 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
#Fri Sep 13 19:44:31 CST 2024
#Sat Sep 28 00:24:15 CST 2024
colorSpace=SRGB
disableUpdateMessage=false
enableDebugOptions=false

View File

@@ -19,6 +19,7 @@
"crop_progress": true,
"command_block": true,
"mob_growth": true,
"waxed": true,
"harvest_tool.new_line": false,
"entity_health.max_for_render": 40,
"entity_health.show_fractions": false,

View File

@@ -64,5 +64,6 @@
"minecraft:tnt_stability": null,
"minecraft:total_enchantment_power": null,
"minecraft:villager_profession": null,
"minecraft:waxed": null,
"minecraft:zombie_villager": null
}

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.
#Fri Sep 13 19:44:14 CST 2024
#Sat Sep 28 00:23:57 CST 2024
decoderSize=838860800
nbtMaxSize=209715200
packetSize=104857600

View File

@@ -92,6 +92,8 @@
// Declares whether subsets is enabled.
"isSubsetsEnabled": false,
"allowInventoryHighlighting": true,
"inventoryHighlightingDarkenOpacity": 0.85,
"inventoryHighlightingOpacity": 1.0,
"itemCheatingMode": "REI_LIKE"
},
"advanced": {

View File

@@ -1,7 +1,5 @@
{
"favorites": [
"{data:{Count:1b,id:\"morecrossbows:netherite_crossbow\",tag:{Damage:0},type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}"
],
"favorites": [],
"hiddenFavorites": [],
"displays": []
}

View File

@@ -1,2 +1,2 @@
#Pinyin Options
#Fri Sep 13 19:50:45 CST 2024
#Sat Sep 28 00:25:07 CST 2024

View File

@@ -1,3 +1,3 @@
#Double Pinyin Options
#Fri Sep 13 19:50:45 CST 2024
#Sat Sep 28 00:25:07 CST 2024
Converter=sougou

View File

@@ -1,5 +1,5 @@
#Type all monster, they you don't want see.
monsters = ["spider"]
monsters = ["spider", "silverfish"]
#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", "minecraft:silverfish"]
sp_monsters_white = ["minecraft:bee"]
#How to replace spawner?
#Type entity ID.
spawner_replacer_entities = ["minecraft:zombie", "minecraft:skeleton"]

View File

@@ -10,8 +10,8 @@
"name": "gui.xaero_entity_category_root",
"protection": true,
"settingOverrides": {
"displayHeight": 0.0,
"displayed": true,
"displayHeight": 0.0,
"heightBasedFade": true,
"renderOrder": 0.0,
"color": 13.0,
@@ -22,8 +22,8 @@
"dotSize": 2.0,
"renderOverMinimapFrame": 1.0,
"icons": 1.0,
"heightLimit": 20.0,
"names": 0.0,
"heightLimit": 20.0,
"iconScale": 1.0
},
"subCategories": [

View File

@@ -0,0 +1,27 @@
<?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>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.