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.

View File

@@ -1,17 +1,17 @@
{
"name": "nb-mc-re",
"author": "azwphy",
"version": "1.6",
"version": "1.6.1",
"description": "",
"fileApi": "https://git.azw.net.cn/VTBHelper/nebulabeat-mc/media/branch/main/package",
"files": [
{
"path": "mods/wats-1.20+1.20.4-Fabric-1.0.7.jar",
"hash": "f2c7d2898a7318990e03a7a589a4f04f04210832"
"path": "log4j2.xml",
"hash": "d47d254675d1aee18670aece5ed768e1e631517b"
},
{
"path": "mods/createaddition-fabric+1.20.1-1.2.4.jar",
"hash": "a4b1618a3a7c14aab3c2fc46017a26c2b668dda3"
"path": "mods/wats-1.20+1.20.4-Fabric-1.0.7.jar",
"hash": "f2c7d2898a7318990e03a7a589a4f04f04210832"
},
{
"path": "mods/DungeonsArise-1.20.x-2.1.58-fabric-release.jar",
@@ -21,30 +21,14 @@
"path": "mods/xplus-autofish-1.3.0-fabric-mc1.20.1.jar",
"hash": "f3563f07e02ed579521f6fde2ce2e285581f663c"
},
{
"path": "mods/Xaeros_Minimap_24.3.0_Fabric_1.20.jar",
"hash": "2017cf48642edfd33001c2153ad8f6126bd49a8b"
},
{
"path": "mods/tpm-1.4.4.jar",
"hash": "06aca98372edaed6d805df98a87869bcbbedf86c"
},
{
"path": "mods/FarmersDelight-1.20.1-2.1.4+refabricated.jar",
"hash": "712275d61e57cf2fcd8ae663124d0ba1c397d578"
},
{
"path": "mods/trinkets-3.7.2.jar",
"hash": "d58cc8759587f03f320f188972ca66baa788d008"
},
{
"path": "mods/chattools-1.20.1-v2.3.4.jar",
"hash": "15c893cc576a8f86baabf2e3ae85d906d085dcad"
},
{
"path": "mods/fabric-language-kotlin-1.12.1+kotlin.2.0.20.jar",
"hash": "5a5c0288ed6ab8c260b987c84d8cdbfe6bc928a7"
},
{
"path": "mods/create_jetpack-fabric-4.2.0.jar",
"hash": "6fdd2d1f93c4d51ec2eea6063b7026326b59fdd9"
@@ -81,18 +65,10 @@
"path": "mods/fabric-carpet-1.20-1.4.112+v230608.jar",
"hash": "29faa4d1c22509b67a6d66b2a8c9d3b5aa483b65"
},
{
"path": "mods/Jade-1.20-fabric-11.10.0.jar",
"hash": "12ac6dfd44286de4062fdb11ed02b6a6891551de"
},
{
"path": "mods/architectury-9.2.14-fabric.jar",
"hash": "4fa65e32dbf63a871a30fe8ec6fbff9a4b8d007d"
},
{
"path": "mods/RoughlyEnoughItems-12.1.750-fabric.jar",
"hash": "421734dbc015381f45247f9dc97d8e54d5aa4f42"
},
{
"path": "mods/[fabric-1.20]AllMusic_Server-3.2.0.jar",
"hash": "9a70779d491b86e831a2add347bb06f9c185af4a"
@@ -109,10 +85,6 @@
"path": "mods/sophisticatedbackpacks-3.19.5+mc1.20.1-SNAPSHOT-build.104.jar",
"hash": "ac80455db96f2b55a3e7342b26638b17ba8dec4e"
},
{
"path": "mods/cloth-config-11.1.118-fabric.jar",
"hash": "f669f899d707b9e9acf1c239b0ae6b2c8be95361"
},
{
"path": "mods/MouseTweaks-fabric-mc1.20-2.26.jar",
"hash": "6a6b977e671b1ab625e740fc70fb5300c21bb841"
@@ -157,10 +129,6 @@
"path": "mods/I18nUpdateMod-3.5.5-all.jar",
"hash": "ba8e5aa31d719b6fdac13c88bf388da579d4cab6"
},
{
"path": "mods/delightful-creators-1.3-1.20.x.jar",
"hash": "18af472b288de6fe323845db6bb393b50776d1e8"
},
{
"path": "mods/create_enchantment_industry-1.2.16.jar",
"hash": "c1153315e3d0e7d216ca3179e483fe8b9f794433"
@@ -173,6 +141,78 @@
"path": "mods/create-fabric-0.5.1-f-build.1417+mc1.20.1.jar",
"hash": "dc5c230e3b293092b457200883398225fffab597"
},
{
"path": "mods/RoughlyEnoughItems-12.1.750-fabric.jar.old",
"hash": "421734dbc015381f45247f9dc97d8e54d5aa4f42"
},
{
"path": "mods/chattools-1.20.1-v2.3.4.jar.old",
"hash": "15c893cc576a8f86baabf2e3ae85d906d085dcad"
},
{
"path": "mods/createaddition-fabric+1.20.1-1.2.4.jar.old",
"hash": "a4b1618a3a7c14aab3c2fc46017a26c2b668dda3"
},
{
"path": "mods/FarmersDelight-1.20.1-2.1.4+refabricated.jar.old",
"hash": "712275d61e57cf2fcd8ae663124d0ba1c397d578"
},
{
"path": "mods/Jade-1.20-fabric-11.10.0.jar.old",
"hash": "12ac6dfd44286de4062fdb11ed02b6a6891551de"
},
{
"path": "mods/cloth-config-11.1.118-fabric.jar.old",
"hash": "f669f899d707b9e9acf1c239b0ae6b2c8be95361"
},
{
"path": "mods/fabric-language-kotlin-1.12.1+kotlin.2.0.20.jar.old",
"hash": "5a5c0288ed6ab8c260b987c84d8cdbfe6bc928a7"
},
{
"path": "mods/Xaeros_Minimap_24.3.0_Fabric_1.20.jar.old",
"hash": "2017cf48642edfd33001c2153ad8f6126bd49a8b"
},
{
"path": "mods/delightful-creators-1.3-1.20.x.jar.old",
"hash": "18af472b288de6fe323845db6bb393b50776d1e8"
},
{
"path": "mods/cloth-config-11.1.136-fabric.jar",
"hash": "d5fe84a0cc9ed5c7290a76ba570e1f8716afecab"
},
{
"path": "mods/Jade-1.20-fabric-11.11.0.jar",
"hash": "a2980804c7d3570c6e799b2e3760d27be783bdf7"
},
{
"path": "mods/RoughlyEnoughItems-12.1.780-fabric.jar",
"hash": "86becb14e7b13a4376872a815a0956a3da3dd2f2"
},
{
"path": "mods/createaddition-1.20.1-1.2.4e.jar",
"hash": "41f22b70ceb9f61db0306871f2ae9998b25ed4fd"
},
{
"path": "mods/Xaeros_Minimap_24.4.0_Fabric_1.20.jar",
"hash": "cae6b004e50ed621b2d88666212d27e604d45f50"
},
{
"path": "mods/fabric-language-kotlin-1.12.2+kotlin.2.0.20.jar",
"hash": "6fa5bbd06ab731cbd522aa2591af69101d921672"
},
{
"path": "mods/FarmersDelight-1.20.1-2.1.6+refabricated.jar",
"hash": "40283a0674b58fc42c06bbed3bd41473db07ef35"
},
{
"path": "mods/delightful-creators-1.3-1.20.x-FDR-support.jar",
"hash": "bd9f9aafd77e90422fa16953fbf5881fa57a94d7"
},
{
"path": "mods/chattools-1.20.1-v2.3.5.jar",
"hash": "a8dcea829fec478a8f1878dd0aad3d97e7637e2a"
},
{
"path": "CustomSkinLoader/CustomSkinAPIPlus-ClientID",
"hash": "1e35b89ba38346e728c7f8584ee83271647185c8"
@@ -187,7 +227,7 @@
},
{
"path": "config/packetfixer.properties",
"hash": "45af42f3b1701ca44a085ecf1eb37b9812ae22c3"
"hash": "91b544644975c1df41606e6dee655d6ceca39cbc"
},
{
"path": "config/sodium-mixins.properties",
@@ -215,7 +255,7 @@
},
{
"path": "config/contact.json",
"hash": "ad3b8426fee75575af1ef48b55fede863ae2ffd9"
"hash": "ead626441116432a4621db75212492a925c4aeb0"
},
{
"path": "config/forgeconfigapiport.toml",
@@ -263,11 +303,11 @@
},
{
"path": "config/roughlyenoughitems/config.json5",
"hash": "e35a1887e9bd89b285bd5306b04b787c1ef92730"
"hash": "dd9e625f3b9451d19cbf469b0aba5e30e4dcf9b4"
},
{
"path": "config/roughlyenoughitems/favorites.json5",
"hash": "9e97e8e78a0e1662cec8e9c2487eff77bf2eb504"
"hash": "413c0d78b009c2e235966e3a9437bd89258724f9"
},
{
"path": "config/roughlyenoughitems/collapsible.json5",
@@ -279,11 +319,11 @@
},
{
"path": "config/roughlyenoughitems/pinyin.properties",
"hash": "f93961e278ee34b752a710dda8be593576128eff"
"hash": "d1108a0e2604de74123131bd6511a90fdbb072bd"
},
{
"path": "config/roughlyenoughitems/pinyin_double.properties",
"hash": "67d401a87ff3e3540eeb7ee77ad2007933749033"
"hash": "7a410f3757cef51177d86d9872dc53cc4b7cb901"
},
{
"path": "config/roughlyenoughitems/unihan.zip",
@@ -299,7 +339,7 @@
},
{
"path": "config/wats-common.toml",
"hash": "3b08a4acf6b8829c4d428484e84e8000fccccbc8"
"hash": "dcb99261a8a0aa326035649189dcdf64a0ab9f79"
},
{
"path": "config/ae2/client.json",
@@ -319,7 +359,7 @@
},
{
"path": "config/fabric/indigo-renderer.properties",
"hash": "ce36fc28180687be3b3ecce4ad2bf0eeeb99eb48"
"hash": "f0669abd561d85faf107347a48ac1ee15cdfff60"
},
{
"path": "config/flywheel.json",
@@ -327,7 +367,7 @@
},
{
"path": "config/indium-renderer.properties",
"hash": "ea0e4de0b1612757f62a8453aa5162238104738c"
"hash": "c2fc89be311a49d924fad2a22784710df9cc4823"
},
{
"path": "config/jecharacters.json",
@@ -367,11 +407,11 @@
},
{
"path": "config/iris.properties",
"hash": "a819f80990362290f25d11edbabe733700cced70"
"hash": "0c0aaa13bd79d4f0950e3ceae028a93809d992d6"
},
{
"path": "config/jade/sort-order.json",
"hash": "154ee1f145c900fed69f6821dff600c17a9edae6"
"hash": "f342c1e872248899556351ae924d6da44a8e9c57"
},
{
"path": "config/jade/hide-entities.json",
@@ -383,7 +423,7 @@
},
{
"path": "config/jade/plugins.json",
"hash": "3db5e2ad0fa468691fc6525a76e1861aaa051ef3"
"hash": "00dc52d427bfb90738dd034337b830ec2bac8adf"
},
{
"path": "config/jade/jade.json",
@@ -403,7 +443,7 @@
},
{
"path": "config/create-server.toml",
"hash": "6012dbdb942f1355fc327bb1aaf86cb9f45287c4"
"hash": "3071103cc86cb88a9d37e13acc45b39af2947398"
},
{
"path": "config/create_enchantment_industry-server.toml",
@@ -455,7 +495,7 @@
},
{
"path": "config/xaerominimap_entities.json",
"hash": "f53212e7f4a92618720786df4470715657238df3"
"hash": "acf65351d79fa0764141fcd9d895c0006892fd5c"
},
{
"path": "allmusic3/config.json",
@@ -475,7 +515,7 @@
},
{
"path": "resourcepacks/Minecraft-Mod-Language-Modpack-Converted-1.20.1.zip",
"hash": "83e69249182c3d41f28c9ccf924b30c781331b20"
"hash": "973768bbe19867d6b3514492a9bc59227e5720a8"
},
{
"path": "patchouli_data.json",