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

This commit is contained in:
azw
2024-09-13 20:16:32 +08:00
parent 5802c4f0b7
commit 46bda2302f
44 changed files with 772 additions and 571 deletions

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#1#",
"###"
],
"key": {
"1": {
"item": "morecrossbows:netherite_crossbow"
},
"#": {
"item": "minecraft:ender_eye"
}
},
"result": {
"item": "morecrossbows:enderite_crossbow",
"count": 1
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#1#",
"###"
],
"key": {
"1": {
"item": "morecrossbows:gilded_netherite_crossbow"
},
"#": {
"item": "minecraft:ender_eye"
}
},
"result": {
"item": "morecrossbows:gilded_enderite_crossbow",
"count": 1
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#1#",
"###"
],
"key": {
"1": {
"item": "morecrossbows:enderite_crossbow"
},
"#": {
"item": "minecraft:gilded_blackstone"
}
},
"result": {
"item": "morecrossbows:gilded_enderite_crossbow",
"count": 1
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#1#",
"###"
],
"key": {
"1": {
"item": "morecrossbows:netherite_crossbow"
},
"#": {
"item": "minecraft:gilded_blackstone"
}
},
"result": {
"item": "morecrossbows:gilded_netherite_crossbow",
"count": 1
}
}

View File

@@ -0,0 +1,6 @@
{
"pack" : {
"pack_format": 15,
"description": "更多弩修复"
}
}

View File

@@ -1 +1 @@
2dab8d3d-4d8b-4348-b78f-12e336d8ad35
90b6c4eb-48de-475b-a029-d3ffbd10920a

View File

@@ -3,21 +3,8 @@
"music.163.com": [
{
"name": "NMTID",
"value": "00OuWX2B-9FkSGnbE0LoJo5JeQ_MOQAAAGRWh_KrA",
"expiresAt": 2039153918606,
"domain": "music.163.com",
"path": "/",
"secure": false,
"httpOnly": false,
"persistent": true,
"hostOnly": false
}
],
"interface3.music.163.com": [
{
"name": "NMTID",
"value": "00Ope_ABN_819XByUF1rpsGDWtVjTYAAAGRWiG7kw",
"expiresAt": 2039154045809,
"value": "00OLcGd3_kGpM5sF0tLhSBBecLu8LMAAAGR6wKE1g",
"expiresAt": 2041584696562,
"domain": "music.163.com",
"path": "/",
"secure": false,

Binary file not shown.

View File

@@ -9,7 +9,7 @@
"useTerminalUseLargeFont": false,
"useColoredCraftingStatus": true,
"PowerUnit_comment": "Power unit shown in AE UIs",
"PowerUnit": "tr",
"PowerUnit": "ae",
"showDebugGuiOverlays_comment": "Show debugging GUI overlays",
"showDebugGuiOverlays": false,
"showPlacementPreview_comment": "Show a preview of part and facade placement",
@@ -22,7 +22,7 @@
"terminalMargin": 25
},
"terminals": {
"terminalStyle": "full",
"terminalStyle": "small",
"pinAutoCraftedItems_comment": "Pin items that the player auto-crafts to the top of the terminal",
"pinAutoCraftedItems": true
},
@@ -30,11 +30,11 @@
"searchModNameInTooltips_comment": "Should the mod name be included when searching in tooltips.",
"searchModNameInTooltips": false,
"useExternalSearch_comment": "Replaces AEs own search with the search of REI or JEI",
"useExternalSearch": true,
"useExternalSearch": false,
"clearExternalSearchOnOpen_comment": "When using useExternalSearch, clears the search when the terminal opens",
"clearExternalSearchOnOpen": true,
"syncWithExternalSearch_comment": "When REI/JEI is installed, automatically set the AE or REI/JEI search text when either is changed while the terminal is open",
"syncWithExternalSearch": false,
"syncWithExternalSearch": true,
"rememberLastSearch_comment": "Remembers the last search term and restores it when the terminal opens",
"rememberLastSearch": true,
"autoFocusSearch_comment": "Automatically focuses the search field when the terminal opens",

View File

@@ -1,3 +0,0 @@
#Client side configuration for CC:C Bridge
#Sun Sep 01 21:31:19 CST 2024
flickering=false

View File

@@ -1,5 +1,5 @@
{
"config.version": 2.302,
"config.version": 2.304,
"general.ChatTools.Enabled": true,
"general.ShowWelcomeMessageEnabled": false,
"general.Timestamp.Enabled": true,
@@ -9,6 +9,10 @@
"general.RestoreMessages.SplitLineEnabled": true,
"general.NickHider.Enabled": false,
"general.NickHider.Nickname": "\u00266You\u0026r",
"general.NickHider.CacheSize": 200.0,
"general.ChatCompactor.Enabled": false,
"general.ChatCompactor.UseStrict": false,
"general.ChatCompactor.MaxOccurrence": 100.0,
"general.ChatHistoryNavigator.Enabled": true,
"general.PreviewClickEvents.Enabled": false,
"general.Translator.Enabled": false,

View File

@@ -1,12 +0,0 @@
#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

View File

@@ -0,0 +1,13 @@
#configapi client configuration
#If this is false and you are hovering over a list, inside the ConfigScreen, the entries will NOT be highlighted.
EntriesAreHighlighted = true
#This happens only in ConfigTypeSelectionScreen. If false, then the Titles, like Client Configurations do not appear.
ConfigTypeTitles = false
#Changes the color of the key (name) inside the Tooltip
#Allowed Values: [BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE, OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, RESET]
KeyTooltipColor = YELLOW
#This changes the colors of Range and Allowed Values
#Allowed Values: [BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE, OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, RESET]
PossibleValuesTooltipColor = GREEN

View File

@@ -0,0 +1,88 @@
#configapi common configuration
AConfigWithoutAComment = true
#This is a Config without a category!
WithoutCategoryConfig = true
#A Comment for the Category ConfigValuesOf
[ConfigValuesOf]
#Only for ModLoaders: Forge, NeoForge
#A Config Value of Boolean
ConfigValueOfBoolean = true
#Only for ModLoaders:
#A Config Value of Character
ConfigValueOfCharacter = A
#A Config Value of String
ConfigValueOfString = DefaultValue
#A Config Value of Enum
#Second Comment
#Third Comment
#Allowed Values: [BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE, OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, RESET]
ConfigValueOfEnum = AQUA
#A Config Value List of Boolean
ConfigValueListOfBoolean = [true, false]
#A Config Value List of Double
ConfigValueListOfDouble = [0.0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0]
#A Config Value of Integer without a Range
ConfigValueOfIntegerWithoutRange = 10
#A Config Value of Integer with a Range
#Range: 0 ~ 20
ConfigValueOfIntegerWithRange = 10
#A Comment for the Category NumberValuesOf
[ConfigValuesOf.NumberValuesOf]
#A Number Value of Byte
#Range: -128 ~ 127
NumberValueOfByte = 3
#A Number Value of Short
#Range: -32768 ~ 32767
NumberValueOfShort = 10
#A Number Value of Integer
#Range: -2147483648 ~ 2147483647
NumberValueOfInteger = 10
#A Number Value of Long
#Range: -9223372036854775808 ~ 9223372036854775807
NumberValueOfLong = 10
#A Number Value of Float
#Range: 1.4E-45 ~ 3.4028235E38
NumberValueOfFloat = 10.0
#A Number Value of Double
#Range: 4.9E-324 ~ 1.7976931348623157E308
NumberValueOfDouble = 10.0
#A Comment for the Category Direct Config
[ConfigValuesOf.Direct Config]
#Requires Client Restart
BooleanValue = true
#Requires Client Restart
CharacterValue = A
#Requires Client Restart
StringValue = DefaultValueForStringValue
#Requires Client Restart
#Allowed Values: [BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE, OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, RESET]
EnumValue = GOLD
#Requires Client Restart
ListValueOfBoolean = [true, false, true, false, true, false]
#Requires Client Restart
ListValueOfInteger = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
[ConfigValuesOf.Direct Config.NumberValues]
#Requires World Restart
#Range: 0 ~ 10
ByteValue = 1
#Requires World Restart
#Range: 2 ~ 12
ShortValue = 5
#Requires World Restart
#Range: -20 ~ 100
IntegerValue = 10
#Requires World Restart
#Range: -1000 ~ 1000
LongValue = 100
#Requires World Restart
#Range: 0.0 ~ 100.0
FloatValue = 22.2
#Requires World Restart
#Range: 0.0 ~ 100.0
DoubleValue = 25.0

View File

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

View File

@@ -1,22 +0,0 @@
# Replace the blockstate neighbor table
replaceNeighborLookup = true
# Do not store the properties of a state explicitly and read themfrom the replace neighbor table instead. Requires replaceNeighborLookup to be enabled
replacePropertyMap = true
# Cache the predicate instances used in multipart models
cacheMultipartPredicates = true
# Avoid creation of new strings when creating ModelResourceLocations
modelResourceLocations = true
# Do not create a new MultipartBakedModel instance for each block state using the same multipartmodel. Requires cacheMultipartPredicates to be enabled
multipartDeduplication = true
# Deduplicate cached data for blockstates, most importantly collision and render shapes
blockstateCacheDeduplication = true
# Deduplicate vertex data of baked quads in the basic model implementations
bakedQuadDeduplication = true
# Use smaller data structures for "simple" models, especially models with few side-specific faces
modelSides = true
# Replace objects used to detect multi-threaded access to chunks by a much smaller field. This option is disabled by default due to very rare and very hard-to-reproduce crashes, use at your own risk!
useSmallThreadingDetector = false
# Use a slightly more compact, but also slightly slower representation for block states
compactFastMap = false
# Populate the neighbor table used by vanilla. Enabling this slightly increases memory usage, but can help with issues in the rare case where mods access it directly.
populateNeighborTable = false

View File

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

View File

@@ -1,13 +1,3 @@
{
"681ec534-db63-302e-a4b1-03682b275ddd": "azw",
"a68c7e36-e2ee-3be7-be26-e21bb8ac4654": "Azw_TLSN",
"8667ba71-b85a-4004-af54-457a9734eed7": "Steve",
"81aa1b8b-265e-3e9e-bcda-1e2b7e056e65": "wurenwenxu",
"9cb6a52c-55bc-456b-9513-f4cf19cdf9e3": "Steve2",
"baddf096-5404-33bf-89fa-5e39a3ce65c6": "Jinguji_Tamamo",
"cbd93537-21e9-4852-99fc-ff459cc4ce41": "minatoaqua",
"723515d9-1eb1-4fe8-889c-36c7a495a6ea": "qin_taoemmmm",
"c2b68107-bb38-48d0-abde-a9a0b58cc44d": "steve3",
"2da365b3-2c73-3743-8af9-f24d61a6fcbc": "SX",
"717f2e14-db71-3435-8e58-11b7a52a4611": "azwphy"
}

View File

@@ -1,8 +0,0 @@
# This is the configuration file for Lithium.
# This file exists for debugging purposes and should not be configured otherwise.
# Before configuring anything, take a backup of the worlds that will be opened.
#
# You can find information on editing this file and all the available options here:
# https://github.com/jellysquid3/lithium-fabric/wiki/Configuration-File
#
# By default, this file will be empty except for this notice.

View File

@@ -0,0 +1,5 @@
#morecrossbows client configuration
#If, false then the tooltips are disabled. Default is true
CrossbowTooltips = true

View File

@@ -0,0 +1,130 @@
#morecrossbows common configuration
#Requires Client Restart
[Durability]
#Requires Client Restart
#Range: 0 ~ 999999999
CopperCrossbowDurability = 484
#Requires Client Restart
#Range: 0 ~ 999999999
IronCrossbowDurability = 634
#Requires Client Restart
#Range: 0 ~ 999999999
GoldenCrossbowDurability = 666
#Requires Client Restart
#Range: 0 ~ 999999999
EmeraldCrossbowDurability = 1222
#Requires Client Restart
#Range: 0 ~ 999999999
DiamondCrossbowDurability = 1945
#Requires Client Restart
#Range: 0 ~ 999999999
NetheriteCrossbowDurability = 2415
#Requires Client Restart
#Range: 0 ~ 999999999
GildedNetheriteCrossbowDurability = 2555
#Requires Client Restart
#Range: 0 ~ 999999999
EnderiteCrossbowDurability = 2777
#Requires Client Restart
#Range: 0 ~ 999999999
GildedEnderiteCrossbowDurability = 3000
[Bonus Damage]
#Range: 0.0 ~ 9.99999999E8
CopperCrossbowBonusDamage = 0.5
#Range: 0.0 ~ 9.99999999E8
IronCrossbowBonusDamage = 1.0
#Range: 0.0 ~ 9.99999999E8
GoldenCrossbowBonusDamage = 1.5
#Range: 0.0 ~ 9.99999999E8
EmeraldCrossbowBonusDamage = 2.0
#Range: 0.0 ~ 9.99999999E8
DiamondCrossbowBonusDamage = 3.0
#Range: 0.0 ~ 9.99999999E8
NetheriteCrossbowBonusDamage = 4.0
#Range: 0.0 ~ 9.99999999E8
GildedNetheriteCrossbowBonusDamage = 4.5
#Range: 0.0 ~ 9.99999999E8
EnderiteCrossbowBonusDamage = 5.0
#Range: 0.0 ~ 9.99999999E8
GildedEnderiteCrossbowBonusDamage = 5.5
[Speed Multiplier]
#It works like that: Bow Default + Config
#Range: 0 ~ 999999999
CopperCrossbowSpeedMultiplier = 0
#It works like that: Bow Default + Config
#Range: 0 ~ 999999999
IronCrossbowSpeedMultiplier = 0
#It works like that: Bow Default + Config
#Range: 0 ~ 999999999
GoldenCrossbowSpeedMultiplier = 0
#It works like that: Bow Default + Config
#Range: 0 ~ 999999999
EmeraldCrossbowSpeedMultiplier = 0
#It works like that: Bow Default + Config
#Range: 0 ~ 999999999
DiamondCrossbowSpeedMultiplier = 0
#It works like that: Bow Default + Config
#Range: 0 ~ 999999999
NetheriteCrossbowSpeedMultiplier = 0
#It works like that: Bow Default + Config
#Range: 0 ~ 999999999
GildedNetheriteCrossbowSpeedMultiplier = 0
#It works like that: Bow Default + Config
#Range: 0 ~ 999999999
EnderiteCrossbowSpeedMultiplier = 1
#It works like that: Bow Default + Config
#Range: 0 ~ 999999999
GildedEnderiteCrossbowSpeedMultiplier = 1
[Charge Time]
#It works like that: Bow Default - Config
#Range: 0 ~ 10
CopperCrossbowChargeTime = 0
#It works like that: Bow Default - Config
#Range: 0 ~ 20
IronCrossbowChargeTime = 0
#It works like that: Bow Default - Config
#Range: 0 ~ 20
GoldenCrossbowChargeTime = 0
#It works like that: Bow Default - Config
#Range: 0 ~ 20
EmeraldCrossbowChargeTime = 0
#It works like that: Bow Default - Config
#Range: 0 ~ 20
DiamondCrossbowChargeTime = 0
#It works like that: Bow Default - Config
#Range: 0 ~ 20
NetheriteCrossbowChargeTime = 0
#It works like that: Bow Default - Config
#Range: 0 ~ 20
GildedNetheriteCrossbowChargeTime = 2
#It works like that: Bow Default - Config
#Range: 0 ~ 20
EnderiteCrossbowChargeTime = 0
#It works like that: Bow Default - Config
#Range: 0 ~ 20
GildedEnderiteCrossbowChargeTime = 2
[Enchantability]
#Range: 0 ~ 100
CopperCrossbowEnchantability = 1
#Range: 0 ~ 100
IronCrossbowEnchantability = 1
#Range: 0 ~ 100
GoldenCrossbowEnchantability = 5
#Range: 0 ~ 100
EmeraldCrossbowEnchantability = 3
#Range: 0 ~ 100
DiamondCrossbowEnchantability = 3
#Range: 0 ~ 100
NetheriteCrossbowEnchantability = 4
#Range: 0 ~ 100
GildedNetheriteCrossbowEnchantability = 5
#Range: 0 ~ 100
EnderiteCrossbowEnchantability = 5
#Range: 0 ~ 100
GildedEnderiteCrossbowEnchantability = 6

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 07 05:30:44 CST 2024
#Fri Sep 13 19:44:14 CST 2024
decoderSize=838860800
nbtMaxSize=209715200
packetSize=104857600

View File

@@ -1,5 +0,0 @@
#Quilt-loader configuration: https://github.com/QuiltMC/quilt-loader/wiki/Configuration-options
#Mon Aug 12 16:40:07 CST 2024
always_show_mod_state_window=false
load_sub_folders=true
restrict_game_versions=true

View File

@@ -1,42 +0,0 @@
[registry_sync]
# Mod protocol is a feature allowing you to prevent clients with mismatched settings to join.
# Client with mismatched values won't be able to connect to servers having this enabled.
# It should be used only for non-vanilla compatible modpacks!
# Protocol version. Needs to be the same on client and server. If it has value of -1, it won't be required by servers.
# default: -1
mod_protocol_version = -1
# Protocol id. It should be different for every modpack, to prevent joining with mismatched mods.
# default: my_quilt_modpack
mod_protocol_id = "my_quilt_modpack"
# A mod protocol name. Used for easier identification. Doesn't effect functionality
# default: My Quilt Modpack
mod_protocol_name = "My Quilt Modpack"
# Message displayed for players joining with clients incompatible with Registry Sync. Supports strings and Minecraft's JSON text format.
# default: {"translate":"qsl.registry_sync.unsupported_client","fallback":"Unsupported (vanilla?) client!\nThis server requires modded client to join!\n"}
missing_registry_sync_message = "{\"translate\":\"qsl.registry_sync.unsupported_client\",\"fallback\":\"Unsupported (vanilla?) client!\\nThis server requires modded client to join!\\n\"}"
# Top part of the message displayed for players joining with incompatible clients. Supports strings and Minecraft's JSON text format.
# default: {"translate":"qsl.registry_sync.failed_sync","fallback":"Failed to synchronize client with the server!\nThis can happen when client's and server's mods don't match.\n"}
mismatched_entries_top_message = "{\"translate\":\"qsl.registry_sync.failed_sync\",\"fallback\":\"Failed to synchronize client with the server!\\nThis can happen when client's and server's mods don't match.\\n\"}"
# Bottom part of the message displayed for players joining with incompatible clients. Supports strings and Minecraft's JSON text format.
# default:
mismatched_entries_bottom_message = ""
# Shows some details about why client couldn't connect.
# default: true
mismatched_entries_show_details = true
# Allows players with Fabric API to connect, as long as they have all required mods.
# default: true
support_fabric_api_protocol = true
# Forces unknown clients to use the Fabric Registry Sync protocol fallback. Disables preventing Vanilla clients from joining.
# default: false
force_fabric_api_protocol_fallback = false
# Disables the Mod Protocol sync on server list/initial query.
# default: false
disable_mod_protocol_ping = false
# Disables the Registry Sync requirement. USE AT YOUR OWN RISK!
# default: false
disable_registry_sync = false
# Disables validation of (block/fluid) states. USE AT YOUR OWN RISK!
# default: false
disable_state_validation = false

View File

@@ -86,9 +86,9 @@
"functionality": {
"inputMethod": "rei:pinyin",
// Declares whether REI should remove the recipe book.
"disableRecipeBook": false,
"disableRecipeBook": true,
// Declares whether mob effects should be on the left side instead of the right side.
"leftSideMobEffects": false,
"leftSideMobEffects": true,
// Declares whether subsets is enabled.
"isSubsetsEnabled": false,
"allowInventoryHighlighting": true,
@@ -159,7 +159,80 @@
"cachingDisplayLookup": true,
"categorySettings": {
"filteringQuickCraftCategories": { },
"categoryOrdering": [],
"categoryOrdering": [
"minecraft:plugins/crafting",
"minecraft:plugins/smelting",
"minecraft:plugins/smoking",
"minecraft:plugins/blasting",
"minecraft:plugins/campfire",
"minecraft:plugins/stone_cutting",
"minecraft:plugins/fuel",
"minecraft:plugins/brewing",
"minecraft:plugins/composting",
"minecraft:plugins/stripping",
"minecraft:plugins/smithing",
"minecraft:plugins/anvil",
"minecraft:plugins/beacon_base",
"minecraft:plugins/beacon_payment",
"minecraft:plugins/tilling",
"minecraft:plugins/pathing",
"minecraft:plugins/waxing",
"minecraft:plugins/wax_scraping",
"minecraft:plugins/oxidizing",
"minecraft:plugins/oxidation_scraping",
"farmersdelight:plugin/cooking",
"farmersdelight:plugin/cutting",
"farmersdelight:plugin/decomposition",
"createbigcannons:melting",
"createbigcannons:cannon_casting",
"createbigcannons:built_up_heating",
"createbigcannons:drill_boring",
"createbigcannons:incomplete_cannon_blocks",
"createaddition:rolling",
"createaddition:charging",
"createaddition:liquid_burning",
"create:milling",
"create:crushing",
"create:pressing",
"create:fan_washing",
"create:fan_smoking",
"create:fan_blasting",
"create:fan_haunting",
"create:mixing",
"create:automatic_shapeless",
"create:automatic_brewing",
"create:packing",
"create:automatic_packing",
"create:sawing",
"create:block_cutting",
"create:wood_cutting",
"create:sandpaper_polishing",
"create:item_application",
"create:deploying",
"create:spout_filling",
"create:draining",
"create:automatic_shaped",
"create:mechanical_crafting",
"create:sequenced_assembly",
"create:mystery_conversion",
"botania:petal_apothecary",
"botania:pure_daisy",
"botania:mana_infusion",
"botania:runic_altar",
"botania:elven_trade",
"botania:brew",
"botania:terra_plate",
"botania:orechid",
"botania:orechid_ignem",
"botania:marimorphosis",
"ae2:item_transformation",
"ae2:condenser",
"ae2:ae2.inscriber",
"ae2:attunement",
"ae2:charger",
"roughlyenoughitems:plugins/information",
"minecraft:plugins/tag"
],
"hiddenCategories": []
}
},
@@ -168,7 +241,8 @@
"shouldFilterDisplays": true,
"filteringRules": [
"{id:\"roughlyenoughitems:manual\",rule:{}}",
"{id:\"roughlyenoughitems:basic\",rule:{}}"
"{id:\"roughlyenoughitems:basic\",rule:{}}",
"{id:\"roughlyenoughitems:hidden_from_recipe_viewers\",rule:{}}"
]
}
}

View File

@@ -1,24 +1,7 @@
{
"favorites": [
"{data:{Count:1b,id:\"minecraft:item_frame\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}",
"{data:{Count:1b,id:\"minecraft:iron_sword\",tag:{Damage:0},type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}",
"{data:{Count:1b,id:\"create_enchantment_industry:enchanting_guide\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}",
"{data:{Count:1b,id:\"botania:terraform_rod\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}",
"{data:{Count:1b,id:\"create:brass_door\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}",
"{data:{Count:1b,id:\"railways:fuel_tank\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}",
"{data:{Count:1b,id:\"create:placard\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}",
"{data:{Count:1b,id:\"create:display_link\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}",
"{data:{Count:1b,id:\"railways:track_coupler\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}",
"{data:{Count:1b,id:\"create:track_station\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}",
"{data:{Count:1b,id:\"create:schematic_table\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}",
"{data:{Count:1b,id:\"create:schematicannon\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}",
"{data:{Count:1b,id:\"create:empty_schematic\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}",
"{data:{Count:1b,id:\"create:schematic_and_quill\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}"
"{data:{Count:1b,id:\"morecrossbows:netherite_crossbow\",tag:{Damage:0},type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}"
],
"hiddenFavorites": [],
"displays": [
"{DisplayHistoryCategory:\"create:packing\",DisplayHistoryContains:0b,DisplayHistoryUUID:\"6ec78ccf-91fa-42ea-b5f5-c2148f35a39b\"}",
"{DisplayHistoryCategory:\"create:fan_haunting\",DisplayHistoryContains:0b,DisplayHistoryUUID:\"8322dcc0-f561-468c-9058-47e7f8efb657\"}",
"{DisplayHistoryCategory:\"create:spout_filling\",DisplayHistoryContains:0b,DisplayHistoryUUID:\"b8f3d3fa-2afb-4656-bfd5-099fa7cd7fa8\"}"
]
"displays": []
}

View File

@@ -1 +1 @@
{"UUID":"717f2e14db7134358e5811b7a52a4611","shownHints":[]}
{"UUID":"717f2e14db7134358e5811b7a52a4611","shownHints":["text.rei.hint.input.methods"]}

View File

@@ -1,2 +1,2 @@
#Pinyin Options
#Sat Sep 07 05:21:47 CST 2024
#Fri Sep 13 19:50:45 CST 2024

View File

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

View File

@@ -1 +1 @@
{"v":1,"s":"d67f9116b027deb8c19d2b0ef43c0902f4e5931e94d49e62543fe51635b7a8a92793c1bfa2c317ce508af2df94b4cc7307818a4330925d5464d970b7d02161f3","u":"510eedf8b8a675ad8408cd65c39e92ac5463605dae4ff275026873c8d8836e34adeabc26437d1df6b025fbf44fc21c73ee754b6ef1bd033c18264ba453569baa","p":"7c03184e6001e650a8cb546410c9d05656f913ec7b445fcb10e53b247734e4e000db0cc458c4d3ef928370300c1c5c80955259116e30b3af4342171cf4316267","t":1723452948}
{"v":1,"s":"04d8ef438a78a5c1df23f3f558f6d7cdb9c0971565ff3888bbf89419eba015eb0119209f4cc3783d2e6f55fa18a5fa16f14365f6f1edcff77c48ad93af3d6483","u":"166471670bf79a3615acce0a1f9cb0eb3eb0a5ec8599e77d652e60812a90dab416f30cab4dc3883e97ace1129a18bff5c20c4d81dc198db37bbd8e32193df178","p":"beafbffcfc8184a6cff05bc4a78b97503c1ce188fad7cdc035e65030c7c3acd6fe9ad5119581b15c02bc07dac856abed240937003e93a330d03cab932e15193a","t":1726224656}

View File

@@ -20,6 +20,6 @@
},
"notifications": {
"has_cleared_donation_button": false,
"has_seen_donation_prompt": true
"has_seen_donation_prompt": false
}
}

View File

@@ -1,5 +1,5 @@
#CONFIG ONLY OPTIONS
ignoreUpdate:376
ignoreUpdate:0
settingsButton:false
allowWrongWorldTeleportation:false
differentiateByServerAddress:true
@@ -126,4 +126,4 @@ infoDisplay:highlights:true:15:-1
infoDisplay:light_overlay_indicator:true:15:-1
infoDisplay:manual_cave_mode_indicator:true:15:-1
infoDisplay:custom_sub_world:true:15:-1
module;id=xaerominimap:minimap;active=true;x=0;y=0;centered=false;fromRight=true;fromBottom=false;flippedVer=false;flippedHor=false;
module;id=xaerominimap:minimap;active=true;x=0;y=0;centered=false;fromRight=false;fromBottom=false;flippedVer=false;flippedHor=false;

View File

@@ -10,16 +10,16 @@
"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,
"heightLimit": 20.0,

View File

@@ -1,9 +0,0 @@
{
"semanticVersion": "1.6.11",
"updateInfo": {
"en_us": "Iris 1.6.11 has released, with performance improvements and bug fixes, along with some minor features. Download it at: {link}"
},
"modHost": "Modrinth",
"modDownload": "https://modrinth.com/mod/iris",
"installer": "https://irisshaders.dev"
}

View File

@@ -1,16 +1,5 @@
{
"bookGuiScale": 0,
"clickedVisualize": true,
"bookData": {
"croparia:croparia_book": {
"viewedEntries": [
"croparia:main_category/seeds",
"croparia:main_category/greenhouse",
"croparia:main_category/croparias",
"croparia:main_category/relics"
],
"bookmarks": [],
"completedManualQuests": []
}
}
"clickedVisualize": false,
"bookData": {}
}

View File

@@ -1,69 +1,153 @@
{
"name": "1.20.1",
"author": "azw",
"version": "1.5.3",
"name": "nb-mc-re",
"author": "azwphy",
"version": "1.6",
"description": "",
"fileApi": "https://git.azw.net.cn/VTBHelper/nebulabeat-mc/media/branch/main/package",
"files": [
{
"path": "mods/libIPN-fabric-1.20-4.0.2.jar.disabled",
"hash": "c8c4d93037efb226b6bd3264e33df4c010cb111b"
"path": "mods/wats-1.20+1.20.4-Fabric-1.0.7.jar",
"hash": "f2c7d2898a7318990e03a7a589a4f04f04210832"
},
{
"path": "mods/InventoryProfilesNext-fabric-1.20-1.10.10.jar.disabled",
"hash": "10f1bdc53f23261078b0754b5d7976d85f739497"
"path": "mods/createaddition-fabric+1.20.1-1.2.4.jar",
"hash": "a4b1618a3a7c14aab3c2fc46017a26c2b668dda3"
},
{
"path": "mods/sophisticatedbackpacks-3.19.5+mc1.20.1-SNAPSHOT-build.104.jar",
"hash": "ac80455db96f2b55a3e7342b26638b17ba8dec4e"
"path": "mods/DungeonsArise-1.20.x-2.1.58-fabric-release.jar",
"hash": "9a10b4e3b7b3f69bd9a2ff1560fe0a22d87d9f09"
},
{
"path": "mods/[fabric-1.20]AllMusic_Client-3.0.2.jar",
"hash": "947c0357f1e0fd50d47487b5617f6ec41d0e8665"
"path": "mods/xplus-autofish-1.3.0-fabric-mc1.20.1.jar",
"hash": "f3563f07e02ed579521f6fde2ce2e285581f663c"
},
{
"path": "mods/cloth-config-11.1.118-fabric.jar",
"hash": "f669f899d707b9e9acf1c239b0ae6b2c8be95361"
"path": "mods/Xaeros_Minimap_24.3.0_Fabric_1.20.jar",
"hash": "2017cf48642edfd33001c2153ad8f6126bd49a8b"
},
{
"path": "mods/authme-7.0.2+1.20.jar",
"hash": "5e430805cf3dfd79fc5f0995f97604edac1491cd"
"path": "mods/tpm-1.4.4.jar",
"hash": "06aca98372edaed6d805df98a87869bcbbedf86c"
},
{
"path": "mods/delightful-creators-1.3-1.20.x.jar",
"hash": "18af472b288de6fe323845db6bb393b50776d1e8"
},
{
"path": "mods/JadeAddons-1.20.1-Fabric-5.3.1.jar",
"hash": "aecf3831485f730d557e100e4b925054c1124835"
},
{
"path": "mods/create_jetpack-fabric-4.2.0.jar",
"hash": "6fdd2d1f93c4d51ec2eea6063b7026326b59fdd9"
},
{
"path": "mods/create-fabric-0.5.1-f-build.1417+mc1.20.1.jar",
"hash": "dc5c230e3b293092b457200883398225fffab597"
},
{
"path": "mods/Steam_Rails-1.6.4+fabric-mc1.20.1.jar",
"hash": "6aebceb3b11005d9cf7255f26344e1c3a635c91c"
},
{
"path": "mods/create_enchantment_industry-1.2.16.jar",
"hash": "c1153315e3d0e7d216ca3179e483fe8b9f794433"
},
{
"path": "mods/SilveroakOutpost-Fabric-1.20.1-1.1.0-Alpha.jar",
"hash": "518894212fba135cc277b37dcd545f1311045dc5"
"path": "mods/FarmersDelight-1.20.1-2.1.4+refabricated.jar",
"hash": "712275d61e57cf2fcd8ae663124d0ba1c397d578"
},
{
"path": "mods/trinkets-3.7.2.jar",
"hash": "d58cc8759587f03f320f188972ca66baa788d008"
},
{
"path": "mods/Xaeros_Minimap_24.3.0_Fabric_1.20.jar",
"hash": "2017cf48642edfd33001c2153ad8f6126bd49a8b"
"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"
},
{
"path": "mods/fabric-api-0.92.2+1.20.1.jar",
"hash": "625ee015ee426d9b677382a7bb661383d89c0807"
},
{
"path": "mods/Contact-Fabric-1.20.1-1.2.0-Beta.jar",
"hash": "1a10b9e26369edb9e9b99e9772b4d6a1b4323a0c"
},
{
"path": "mods/SilveroakOutpost-Fabric-1.20.1-1.1.0-Alpha.jar",
"hash": "518894212fba135cc277b37dcd545f1311045dc5"
},
{
"path": "mods/authme-7.0.2+1.20.jar",
"hash": "5e430805cf3dfd79fc5f0995f97604edac1491cd"
},
{
"path": "mods/createbigcannons-5.5.1-mc.1.20.1-fabric.jar",
"hash": "8d20ee6d94359606c24be915eb383f7a3faf1a83"
},
{
"path": "mods/JadeAddons-1.20.1-Fabric-5.3.1.jar",
"hash": "aecf3831485f730d557e100e4b925054c1124835"
},
{
"path": "mods/jecharacters-fabric-4.5.14.jar",
"hash": "6e5be80000757853499828dba932f34af2bc5254"
},
{
"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"
},
{
"path": "mods/[fabric-1.20]AllMusic_Client-3.0.2.jar",
"hash": "947c0357f1e0fd50d47487b5617f6ec41d0e8665"
},
{
"path": "mods/sophisticatedcore-0.5.109+mc1.20.1-SNAPSHOT-build.104.jar",
"hash": "6115c54fd7eec1f440494931726ae0034af407af"
},
{
"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"
},
{
"path": "mods/CustomSkinLoader_Fabric-14.20.jar",
"hash": "de3b1d0856b492a2e36f02232cb782a0da063dcf"
},
{
"path": "mods/modmenu-7.2.2.jar",
"hash": "099c68feeb74887cbbbd8ce9a27c6123804a2c5a"
},
{
"path": "mods/Patchouli-1.20.1-84-FABRIC.jar",
"hash": "acbbeaae2f57052058a8444439f93d9a2d3efaf2"
},
{
"path": "mods/Botania-1.20.1-446-FABRIC.jar",
"hash": "a7f668a85b88b3c9ce5fdf151fa372a62dff0b03"
},
{
"path": "mods/packetfixer-fabric-1.4.2-1.19-to-1.20.1.jar",
"hash": "cde4b68187525dabfbd478fe8ac5cc2add4679cc"
},
{
"path": "mods/indium-1.0.34+mc1.20.1.jar",
"hash": "a2de9ba15f155b09626995ad58b0e23803b05fe6"
},
{
"path": "mods/iris-1.7.2+mc1.20.1.jar",
"hash": "4841b993d37c0944ca6f7a02809364e561a6acc3"
},
{
"path": "mods/sodium-fabric-0.5.11+mc1.20.1.jar",
"hash": "c4293c1483f3b39c1c6c4c69143e8bb2c6e53daf"
},
{
"path": "mods/appliedenergistics2-fabric-15.2.12.jar",
@@ -74,133 +158,69 @@
"hash": "ba8e5aa31d719b6fdac13c88bf388da579d4cab6"
},
{
"path": "mods/sodium-fabric-0.5.11+mc1.20.1.jar",
"hash": "c4293c1483f3b39c1c6c4c69143e8bb2c6e53daf"
"path": "mods/delightful-creators-1.3-1.20.x.jar",
"hash": "18af472b288de6fe323845db6bb393b50776d1e8"
},
{
"path": "mods/iris-1.7.2+mc1.20.1.jar",
"hash": "4841b993d37c0944ca6f7a02809364e561a6acc3"
"path": "mods/create_enchantment_industry-1.2.16.jar",
"hash": "c1153315e3d0e7d216ca3179e483fe8b9f794433"
},
{
"path": "mods/indium-1.0.34+mc1.20.1.jar",
"hash": "a2de9ba15f155b09626995ad58b0e23803b05fe6"
"path": "mods/Steam_Rails-1.6.4+fabric-mc1.20.1.jar",
"hash": "6aebceb3b11005d9cf7255f26344e1c3a635c91c"
},
{
"path": "mods/Botania-1.20.1-446-FABRIC.jar",
"hash": "a7f668a85b88b3c9ce5fdf151fa372a62dff0b03"
"path": "mods/create-fabric-0.5.1-f-build.1417+mc1.20.1.jar",
"hash": "dc5c230e3b293092b457200883398225fffab597"
},
{
"path": "mods/Patchouli-1.20.1-84-FABRIC.jar",
"hash": "acbbeaae2f57052058a8444439f93d9a2d3efaf2"
"path": "CustomSkinLoader/CustomSkinAPIPlus-ClientID",
"hash": "1e35b89ba38346e728c7f8584ee83271647185c8"
},
{
"path": "mods/xplus-autofish-1.3.0-fabric-mc1.20.1.jar",
"hash": "f3563f07e02ed579521f6fde2ce2e285581f663c"
"path": "CustomSkinLoader/CustomSkinLoader.json",
"hash": "0c7930a13eacca151b8c8a86fd32f49e3c9e1a8a"
},
{
"path": "mods/createaddition-fabric+1.20.1-1.2.4.jar",
"hash": "a4b1618a3a7c14aab3c2fc46017a26c2b668dda3"
"path": "config/jecharacters-extra.json",
"hash": "8812d7b3e64f96b983d6aedf858796b5b79586a3"
},
{
"path": "mods/modmenu-7.2.2.jar",
"hash": "099c68feeb74887cbbbd8ce9a27c6123804a2c5a"
},
{
"path": "mods/wats-1.20+1.20.4-Fabric-1.0.7.jar",
"hash": "f2c7d2898a7318990e03a7a589a4f04f04210832"
},
{
"path": "mods/CustomSkinLoader_Fabric-14.20.jar",
"hash": "de3b1d0856b492a2e36f02232cb782a0da063dcf"
},
{
"path": "mods/Jade-1.20-fabric-11.10.0.jar",
"hash": "12ac6dfd44286de4062fdb11ed02b6a6891551de"
},
{
"path": "mods/jecharacters-fabric-4.5.14.jar",
"hash": "6e5be80000757853499828dba932f34af2bc5254"
},
{
"path": "mods/Contact-Fabric-1.20.1-1.2.0-Beta.jar",
"hash": "1a10b9e26369edb9e9b99e9772b4d6a1b4323a0c"
},
{
"path": "mods/tpm-1.4.4.jar",
"hash": "06aca98372edaed6d805df98a87869bcbbedf86c"
},
{
"path": "mods/fabric-carpet-1.20-1.4.112+v230608.jar",
"hash": "29faa4d1c22509b67a6d66b2a8c9d3b5aa483b65"
},
{
"path": "mods/fabric-language-kotlin-1.12.1+kotlin.2.0.20.jar",
"hash": "5a5c0288ed6ab8c260b987c84d8cdbfe6bc928a7"
},
{
"path": "mods/chattools-1.20.1-v2.3.4.jar",
"hash": "15c893cc576a8f86baabf2e3ae85d906d085dcad"
},
{
"path": "mods/[fabric-1.20]AllMusic_Server-3.2.0.jar",
"hash": "9a70779d491b86e831a2add347bb06f9c185af4a"
},
{
"path": "mods/RoughlyEnoughItems-12.1.750-fabric.jar",
"hash": "421734dbc015381f45247f9dc97d8e54d5aa4f42"
},
{
"path": "mods/fabric-api-0.92.2+1.20.1.jar",
"hash": "625ee015ee426d9b677382a7bb661383d89c0807"
},
{
"path": "mods/FarmersDelight-1.20.1-2.1.4+refabricated.jar",
"hash": "712275d61e57cf2fcd8ae663124d0ba1c397d578"
},
{
"path": "mods/DungeonsArise-1.20.x-2.1.58-fabric-release.jar",
"hash": "9a10b4e3b7b3f69bd9a2ff1560fe0a22d87d9f09"
},
{
"path": "mods/packetfixer-fabric-1.4.2-1.19-to-1.20.1.jar",
"hash": "cde4b68187525dabfbd478fe8ac5cc2add4679cc"
},
{
"path": "mods/createbigcannons-5.5.1-mc.1.20.1-fabric.jar",
"hash": "8d20ee6d94359606c24be915eb383f7a3faf1a83"
},
{
"path": "mods/MouseTweaks-fabric-mc1.20-2.26.jar",
"hash": "6a6b977e671b1ab625e740fc70fb5300c21bb841"
},
{
"path": "mods/sophisticatedcore-0.5.109+mc1.20.1-SNAPSHOT-build.104.jar",
"hash": "6115c54fd7eec1f440494931726ae0034af407af"
},
{
"path": "mods/architectury-9.2.14-fabric.jar",
"hash": "4fa65e32dbf63a871a30fe8ec6fbff9a4b8d007d"
},
{
"path": "config/quilt-loader.txt",
"hash": "e68f3693fa6402ac8342f6864ebad39c4910458f"
"path": "config/packetfixer.properties",
"hash": "45af42f3b1701ca44a085ecf1eb37b9812ae22c3"
},
{
"path": "config/sodium-mixins.properties",
"hash": "b1fdf3038060accec696177db699276ed074a6d2"
},
{
"path": "config/allmusic.json",
"hash": "03370f1b065766b154aa046fb6e28a01d51e3245"
},
{
"path": "config/botania-common.json5",
"hash": "e8a215247cb6e11e8c55ab7fa1f63029c61581b7"
},
{
"path": "config/botania-client.json5",
"hash": "23e4c8c30dc502266632ed5f7ff10f2f92a7b1c3"
},
{
"path": "config/cardinal-components-api.properties",
"hash": "fa888bcbf7e935bdae5567d26ffad1ac2f93b35c"
},
{
"path": "config/chat_tools.json",
"hash": "f8ab2b25dd3b79117d1dfd47e00bd5209f3c19ea"
},
{
"path": "config/contact.json",
"hash": "ad3b8426fee75575af1ef48b55fede863ae2ffd9"
},
{
"path": "config/forgeconfigapiport.toml",
"hash": "584ced8cd046adcc869292e642fd0bbc497205f6"
},
{
"path": "config/railways-common.toml",
"hash": "15c2562b7c126d5ae7f76ff562720afdfd000fec"
},
{
"path": "config/railways-client.toml",
"hash": "6fcb127c8127a95a28cb5117817f3e3321718ae2"
},
{
"path": "config/create-common.toml",
"hash": "9f5e2ce9970fb64e0a4010f018eaad7d204ae450"
@@ -209,33 +229,133 @@
"path": "config/create-client.toml",
"hash": "4b169e788bb75d5f4a92f80fd294c25090cb7b5b"
},
{
"path": "config/create_jetpack-common.toml",
"hash": "3949449dd83123198a7420a0a3d7e0f7315801a8"
},
{
"path": "config/create_jetpack-client.toml",
"hash": "596b809c84be97fb09bd9621368d40da3afc7e21"
},
{
"path": "config/createaddition-common.toml",
"hash": "4842a58c4214891fe26f1846e9fb9bb840fcbdac"
},
{
"path": "config/createbigcannons-common.toml",
"hash": "adc83b19e793491b1c6ea0fd8b46cd9f32e592fc"
},
{
"path": "config/createbigcannons-client.toml",
"hash": "a1850b2dd6f2273dfe8fd5aa6af130e74ad33336"
},
{
"path": "config/patchouli.json5",
"hash": "e6a9fa78caf5c69c898dca6a16d0e6f403fe3abf"
},
{
"path": "config/railways-common.toml",
"hash": "15c2562b7c126d5ae7f76ff562720afdfd000fec"
},
{
"path": "config/railways-client.toml",
"hash": "6fcb127c8127a95a28cb5117817f3e3321718ae2"
},
{
"path": "config/roughlyenoughitems/config.json5",
"hash": "e35a1887e9bd89b285bd5306b04b787c1ef92730"
},
{
"path": "config/roughlyenoughitems/favorites.json5",
"hash": "9e97e8e78a0e1662cec8e9c2487eff77bf2eb504"
},
{
"path": "config/roughlyenoughitems/collapsible.json5",
"hash": "d3ddda466e4e5fb9048711c0424c8970d474fc7c"
},
{
"path": "config/roughlyenoughitems/hints.json",
"hash": "23a3b072357322ef04fa5f06447c9f9f6ae486de"
},
{
"path": "config/roughlyenoughitems/pinyin.properties",
"hash": "f93961e278ee34b752a710dda8be593576128eff"
},
{
"path": "config/roughlyenoughitems/pinyin_double.properties",
"hash": "67d401a87ff3e3540eeb7ee77ad2007933749033"
},
{
"path": "config/roughlyenoughitems/unihan.zip",
"hash": "5a78a66e4fa649aa03c1e30dd1b7db70952923cf"
},
{
"path": "config/sophisticatedbackpacks-client.toml",
"hash": "dd3ee31ec814d87ee34198c5fbc21bcb8aba081e"
},
{
"path": "config/sophisticatedcore-client.toml",
"hash": "095a9d51916c75c98f3246284c9375687e777a7d"
},
{
"path": "config/wats-common.toml",
"hash": "3b08a4acf6b8829c4d428484e84e8000fccccbc8"
},
{
"path": "config/ae2/client.json",
"hash": "97831916974ee142d0d2d4ff8842df3cdbc4af16"
},
{
"path": "config/ae2/common.json",
"hash": "70ea293af0efda05d6728b685a5e805b69eb726a"
},
{
"path": "config/authme.json5",
"hash": "e96b18d5df74a9396758719db801f33050a9575f"
},
{
"path": "config/autofish.config",
"hash": "99e5910fc51c3b52a65dc0d1c696a4306f02319b"
},
{
"path": "config/fabric/indigo-renderer.properties",
"hash": "8a9111805aac15421b6ed18784c9f5a2d224bb29"
"hash": "ce36fc28180687be3b3ecce4ad2bf0eeeb99eb48"
},
{
"path": "config/flywheel.json",
"hash": "0bacb5959ae82334b64b71a88a178b368c60dae5"
},
{
"path": "config/indium-renderer.properties",
"hash": "ea0e4de0b1612757f62a8453aa5162238104738c"
},
{
"path": "config/jecharacters.json",
"hash": "3a6b53b80a85fd34a75b26383433a6b092ea3530"
},
{
"path": "config/midnightlib.json",
"hash": "ef717d24a45baf1406cd1c5600b176cb8b3cb2db"
},
{
"path": "config/modmenu.json",
"hash": "7e4d498194b4cfea3ac311623fe09a3fa2927860"
},
{
"path": "config/MouseTweaks.cfg",
"hash": "651b3e4db2d430dc1da3566b2984b264061a6794"
},
{
"path": "config/sodium-options.json",
"hash": "ee771ac918a46113518a4fb7282813fec88a8289"
"hash": "ec80b098cc66d77092a0869ad4bed3799972c45d"
},
{
"path": "config/sodium-fingerprint.json",
"hash": "35aa4b33aba40339a7c0b58775a89b1f01a9c7b9"
"hash": "da455184b4a025f071649ab6fae7041f67e329fa"
},
{
"path": "config/ae2/client.json",
"hash": "ea353d5a125e5e1d3fe3e127799f27192ecf5369"
},
{
"path": "config/ae2/common.json",
"hash": "70ea293af0efda05d6728b685a5e805b69eb726a"
"path": "config/xaerominimap-common.txt",
"hash": "915452fb1922d961402319e95600be8bde2b31e1"
},
{
"path": "config/farmersdelight-client.toml",
@@ -247,183 +367,7 @@
},
{
"path": "config/iris.properties",
"hash": "d4ca1604b1a4910dc334db7004fb92d9978111f3"
},
{
"path": "config/railways-server.toml",
"hash": "01f4417d1213283aa5a0d11f1b213cb0160ddaf1"
},
{
"path": "config/create-server.toml",
"hash": "6012dbdb942f1355fc327bb1aaf86cb9f45287c4"
},
{
"path": "config/create_enchantment_industry-server.toml",
"hash": "3e9dd965b292884d241e1647a9b05634b92d8265"
},
{
"path": "config/packetfixer.properties",
"hash": "44b15a8e1bcae59adb921d1b76b8372ecd9c2e71"
},
{
"path": "config/indium-renderer.properties",
"hash": "07e0148943faf528d3ee95b941610f415b0871c7"
},
{
"path": "config/cardinal-components-api.properties",
"hash": "fa888bcbf7e935bdae5567d26ffad1ac2f93b35c"
},
{
"path": "config/botania-common.json5",
"hash": "e8a215247cb6e11e8c55ab7fa1f63029c61581b7"
},
{
"path": "config/botania-client.json5",
"hash": "23e4c8c30dc502266632ed5f7ff10f2f92a7b1c3"
},
{
"path": "config/patchouli.json5",
"hash": "e6a9fa78caf5c69c898dca6a16d0e6f403fe3abf"
},
{
"path": "config/xaerominimap-common.txt",
"hash": "915452fb1922d961402319e95600be8bde2b31e1"
},
{
"path": "config/xaerominimap.txt",
"hash": "5c071eae5fe0fccd21f3874a0d53f71b0e893849"
},
{
"path": "config/xaeropatreon.txt",
"hash": "da39a3ee5e6b4b0d3255bfef95601890afd80709"
},
{
"path": "config/wats-common.toml",
"hash": "3b08a4acf6b8829c4d428484e84e8000fccccbc8"
},
{
"path": "config/modmenu.json",
"hash": "7e4d498194b4cfea3ac311623fe09a3fa2927860"
},
{
"path": "config/tpm.json",
"hash": "9aaabf2753348adce0df841acd79c2db7fd01f91"
},
{
"path": "config/ferritecore.mixin.properties",
"hash": "e6eac06b86e77a90218f36997cbe0a33fb1e4a82"
},
{
"path": "config/lithium.properties",
"hash": "d4d30939d76f2e3e7ab2736e9649be0abcc310c0"
},
{
"path": "config/chat_tools.json",
"hash": "cc579d71f2198cbd5444d48a22fb4d0d6b59da52"
},
{
"path": "config/autofish.config",
"hash": "99e5910fc51c3b52a65dc0d1c696a4306f02319b"
},
{
"path": "config/jecharacters-extra.json",
"hash": "8812d7b3e64f96b983d6aedf858796b5b79586a3"
},
{
"path": "config/createbigcannons-client.toml",
"hash": "a1850b2dd6f2273dfe8fd5aa6af130e74ad33336"
},
{
"path": "config/authme.json5",
"hash": "e96b18d5df74a9396758719db801f33050a9575f"
},
{
"path": "config/createbigcannons-server.toml",
"hash": "7cb244a84103054b567039dcc60afa2cf20240a7"
},
{
"path": "config/create_jetpack-common.toml",
"hash": "3949449dd83123198a7420a0a3d7e0f7315801a8"
},
{
"path": "config/computercraft-client.toml",
"hash": "059bc0d707fb1dc4c70ae88de3ee5dafc630998e"
},
{
"path": "config/MouseTweaks.cfg",
"hash": "651b3e4db2d430dc1da3566b2984b264061a6794"
},
{
"path": "config/contact.json",
"hash": "ad3b8426fee75575af1ef48b55fede863ae2ffd9"
},
{
"path": "config/midnightlib.json",
"hash": "ef717d24a45baf1406cd1c5600b176cb8b3cb2db"
},
{
"path": "config/ritchiesprojectilelib-server.toml",
"hash": "34bfc0cb34aab04561ca644317b74e0e23290a27"
},
{
"path": "config/create_jetpack-client.toml",
"hash": "596b809c84be97fb09bd9621368d40da3afc7e21"
},
{
"path": "config/cccbridge.properties",
"hash": "8e293e61f6bd16a779dcf8aeb88d6ea08d4baad6"
},
{
"path": "config/xaerominimap_entities.json",
"hash": "21fd62895118ce2198968bc8feb3ba9e2031f206"
},
{
"path": "config/sophisticatedcore-client.toml",
"hash": "095a9d51916c75c98f3246284c9375687e777a7d"
},
{
"path": "config/sophisticatedbackpacks-client.toml",
"hash": "dd3ee31ec814d87ee34198c5fbc21bcb8aba081e"
},
{
"path": "config/sophisticatedcore-server.toml",
"hash": "4baa983d8fd12c25e61ce9f8db5eb799ce9ce489"
},
{
"path": "config/sophisticatedbackpacks-server.toml",
"hash": "90623e217b8063a90d4ff9d21c8671c8d154f3dc"
},
{
"path": "config/allmusic.json",
"hash": "03370f1b065766b154aa046fb6e28a01d51e3245"
},
{
"path": "config/roughlyenoughitems/config.json5",
"hash": "5b91546615bf10f2dc38c27dd6fdebe1fc6bda38"
},
{
"path": "config/roughlyenoughitems/favorites.json5",
"hash": "10ebe45bf7242ec09013f9b1e657579ab7725991"
},
{
"path": "config/roughlyenoughitems/collapsible.json5",
"hash": "d3ddda466e4e5fb9048711c0424c8970d474fc7c"
},
{
"path": "config/roughlyenoughitems/hints.json",
"hash": "c656cf1487409f1b4133f8106afb27a976945af4"
},
{
"path": "config/roughlyenoughitems/pinyin.properties",
"hash": "a12c3de689ac59e1b86a4194dd41b624c147857d"
},
{
"path": "config/roughlyenoughitems/pinyin_double.properties",
"hash": "c2376773980578fb85b3fef55ca30c0936c44644"
},
{
"path": "config/roughlyenoughitems/unihan.zip",
"hash": "5a78a66e4fa649aa03c1e30dd1b7db70952923cf"
"hash": "a819f80990362290f25d11edbabe733700cced70"
},
{
"path": "config/jade/sort-order.json",
@@ -447,59 +391,71 @@
},
{
"path": "config/jade/usernamecache.json",
"hash": "028e1ac7605d0a9027e179e9e245b6da34931e3c"
"hash": "e84d27277290bda9e9ca9ff1bfd786fafe730197"
},
{
"path": "config/xaerominimap.txt",
"hash": "753715aa77bdb132becde36602bc948daf8bbcb8"
},
{
"path": "config/xaeropatreon.txt",
"hash": "da39a3ee5e6b4b0d3255bfef95601890afd80709"
},
{
"path": "config/create-server.toml",
"hash": "6012dbdb942f1355fc327bb1aaf86cb9f45287c4"
},
{
"path": "config/create_enchantment_industry-server.toml",
"hash": "3e9dd965b292884d241e1647a9b05634b92d8265"
},
{
"path": "config/createbigcannons-server.toml",
"hash": "7cb244a84103054b567039dcc60afa2cf20240a7"
},
{
"path": "config/railways-server.toml",
"hash": "01f4417d1213283aa5a0d11f1b213cb0160ddaf1"
},
{
"path": "config/ritchiesprojectilelib-server.toml",
"hash": "34bfc0cb34aab04561ca644317b74e0e23290a27"
},
{
"path": "config/sophisticatedbackpacks-server.toml",
"hash": "90623e217b8063a90d4ff9d21c8671c8d154f3dc"
},
{
"path": "config/sophisticatedcore-server.toml",
"hash": "4baa983d8fd12c25e61ce9f8db5eb799ce9ce489"
},
{
"path": "config/tpm.json",
"hash": "9aaabf2753348adce0df841acd79c2db7fd01f91"
},
{
"path": "config/carpet/default_carpet.conf",
"hash": "7e2581abad4491597f710c1b855558f0a2c9e641"
},
{
"path": "config/jecharacters.json",
"hash": "3a6b53b80a85fd34a75b26383433a6b092ea3530"
"path": "config/configapi-common.cfg",
"hash": "73acbc539c1245afcf2180db950dd9b478da95f3"
},
{
"path": "config/quilt/qsl/registry.toml",
"hash": "0a9c1826ffb96e9327368f6d8e753463f1929ed4"
"path": "config/morecrossbows-common.cfg",
"hash": "4d688b1af3336e20ec3f3297d960aab963acbf9d"
},
{
"path": "config/createbigcannons-common.toml",
"hash": "adc83b19e793491b1c6ea0fd8b46cd9f32e592fc"
"path": "config/configapi-client.cfg",
"hash": "0adf141ce45c6ae2b88d56d2922be380c2955975"
},
{
"path": "resourcepacks/Minecraft-Mod-Language-Modpack-Converted-1.20.1.zip",
"hash": "19e868caf68a17fee0214cb41bb55ce0e5aa2f65"
"path": "config/morecrossbows-client.cfg",
"hash": "3fbd803d0f947e764673e6b15104766f9096bd48"
},
{
"path": ".i18nupdatemod/1.20/Minecraft-Mod-Language-Modpack-1-20-Fabric.zip",
"hash": "79d0e23ba334e9a59f106f2ae282da347e53a7a6"
},
{
"path": ".i18nupdatemod/1.19/Minecraft-Mod-Language-Modpack-1-19.zip",
"hash": "a94fb69cca52a6504f7d1b9ae4d9e28192903ce8"
},
{
"path": ".i18nupdatemod/1.18/Minecraft-Mod-Language-Modpack-1-18-Fabric.zip",
"hash": "45d3fe3b95b4bd9a03852ab8ea9f0d88742e76b2"
},
{
"path": ".i18nupdatemod/1.20.1/Minecraft-Mod-Language-Modpack-Converted-1.20.1.zip",
"hash": "a221a0eab2004d2e41b429c5a3e6ec7f4e7d400c"
},
{
"path": "irisUpdateInfo.json",
"hash": "9e8c718f59da1612abbc422c1c8f6142c469f374"
},
{
"path": "patchouli_data.json",
"hash": "7788e00e2c4fa96c5d7492c38307b87c8f839bfc"
},
{
"path": "CustomSkinLoader/CustomSkinAPIPlus-ClientID",
"hash": "c49f4122f3f0a962638b5dc24d014caeffb15c1b"
},
{
"path": "CustomSkinLoader/CustomSkinLoader.json",
"hash": "0c7930a13eacca151b8c8a86fd32f49e3c9e1a8a"
"path": "config/xaerominimap_entities.json",
"hash": "f53212e7f4a92618720786df4470715657238df3"
},
{
"path": "allmusic3/config.json",
@@ -511,11 +467,19 @@
},
{
"path": "allmusic3/cookie.json",
"hash": "53b5dd7f0057c8599e8b5ec530747859c0423ebc"
"hash": "880e6d8207f890989500f884aa9478e309c93a3c"
},
{
"path": "allmusic3/data.db",
"hash": "57df1dcd8499d37549969b0735317d47a88d49cf"
"hash": "8c0f53930a8088a7e9b594713f5b29fdd81481f1"
},
{
"path": "resourcepacks/Minecraft-Mod-Language-Modpack-Converted-1.20.1.zip",
"hash": "83e69249182c3d41f28c9ccf924b30c781331b20"
},
{
"path": "patchouli_data.json",
"hash": "231380073231d2812497b2be8d12dd38fef3ead8"
}
],
"addons": [
@@ -524,8 +488,8 @@
"version": "1.20.1"
},
{
"id": "quilt",
"version": "0.26.3"
"id": "fabric",
"version": "0.16.5"
}
]
}