0.0.9-alpha
This commit is contained in:
167
.minecraft/versions/边境流放/config/ModernUI/client.toml
Normal file
167
.minecraft/versions/边境流放/config/ModernUI/client.toml
Normal file
@@ -0,0 +1,167 @@
|
||||
|
||||
#Screen Config
|
||||
[screen]
|
||||
#The duration of GUI background color and blur radius animation in milliseconds. (0 = OFF)
|
||||
#Range: 0 ~ 800
|
||||
animationDuration = 200
|
||||
#The GUI background color in #RRGGBB or #AARRGGBB format. Default value: #99000000
|
||||
#Can be one to four values representing top left, top right, bottom right and bottom left color.
|
||||
#Multiple values produce a gradient effect, whereas one value produce a solid color.
|
||||
#When values is less than 4, the rest of the corner color will be replaced by the last value.
|
||||
backgroundColor = ["#99000000"]
|
||||
#Add Gaussian blur effect to GUI background when opened.
|
||||
#Disable this if you run into a problem or are on low-end PCs
|
||||
blurEffect = true
|
||||
#This option means that blur effect only applies to GUI screens with a background.
|
||||
#Similar to Minecraft 1.20.6. Enable this for better optimization & compatibility.
|
||||
blurWithBackground = true
|
||||
#The kernel radius for gaussian convolution blur effect, 0 = disable.
|
||||
#samples per pixel = ((radius * 2) + 1) * 2, sigma = radius / 2.
|
||||
#Range: 0 ~ 18
|
||||
blurRadius = 7
|
||||
#A list of GUI screen superclasses that won't activate blur effect when opened.
|
||||
blurBlacklist = ["net.minecraft.client.gui.screens.ChatScreen"]
|
||||
#(Beta) Pause the game when inventory (also includes creative mode) opened.
|
||||
inventoryPause = false
|
||||
#Framerate limit on window inactive (out of focus or minimized), 0 = no change.
|
||||
#Range: 0 ~ 255
|
||||
framerateInactive = 30
|
||||
#Framerate limit on window minimized, 0 = same as framerate inactive.
|
||||
#This value will be no greater than framerate inactive.
|
||||
#Range: 0 ~ 255
|
||||
framerateMinimized = 0
|
||||
#Master volume multiplier on window inactive (out of focus or minimized), 1 = no change.
|
||||
#Range: 0.0 ~ 1.0
|
||||
masterVolumeInactive = 0.5
|
||||
#Master volume multiplier on window minimized, 1 = same as master volume inactive.
|
||||
#This value will be no greater than master volume inactive.
|
||||
#Range: 0.0 ~ 1.0
|
||||
masterVolumeMinimized = 0.25
|
||||
|
||||
#Tooltip Config
|
||||
[tooltip]
|
||||
#Whether to enable Modern UI enhanced tooltip, or back to vanilla default.
|
||||
enable = false
|
||||
#Whether to use rounded tooltip shapes, or to use vanilla style.
|
||||
roundedShape = true
|
||||
#True to center the tooltip title if rendering an item's tooltip.
|
||||
#Following lines are not affected by this option.
|
||||
centerTitle = true
|
||||
#True to add a title break below the tooltip title line.
|
||||
#TitleBreak and CenterTitle will work/appear at the same time.
|
||||
titleBreak = true
|
||||
#True to exactly position tooltip to pixel grid, smoother movement.
|
||||
exactPositioning = true
|
||||
#The tooltip background color in #RRGGBB or #AARRGGBB format. Default: #E6000000
|
||||
#Can be one to four values representing top left, top right, bottom right and bottom left color.
|
||||
#Multiple values produce a gradient effect, whereas one value produces a solid color.
|
||||
#If less than 4 are provided, repeat the last value.
|
||||
colorFill = ["#E6000000"]
|
||||
#The tooltip border color in #RRGGBB or #AARRGGBB format. Default: #F0AADCF0, #F0DAD0F4, #F0FFC3F7 and #F0DAD0F4
|
||||
#Can be one to four values representing top left, top right, bottom right and bottom left color.
|
||||
#Multiple values produce a gradient effect, whereas one value produces a solid color.
|
||||
#If less than 4 are provided, repeat the last value.
|
||||
colorStroke = ["#FFC2D0D6", "#FFE7DAE5", "#FFCCDAC8", "#FFC8B9AC"]
|
||||
#The cycle time of tooltip border color in milliseconds. (0 = OFF)
|
||||
#Range: 0 ~ 5000
|
||||
borderCycleTime = 1000
|
||||
#The width of tooltip border, if rounded, in GUI Scale Independent Pixels.
|
||||
#Range: 0.5 ~ 2.5
|
||||
borderWidth = 1.3333333333333333
|
||||
#The corner radius of tooltip border, if rounded, in GUI Scale Independent Pixels.
|
||||
#Range: 0.0 ~ 8.0
|
||||
cornerRadius = 4.0
|
||||
#The shadow radius of tooltip, if rounded, in GUI Scale Independent Pixels.
|
||||
#No impact on performance.
|
||||
#Range: 0.0 ~ 32.0
|
||||
shadowRadius = 10.0
|
||||
#The shadow opacity of tooltip, if rounded. No impact on performance.
|
||||
#Range: 0.0 ~ 1.0
|
||||
shadowOpacity = 0.25
|
||||
#When true, tooltip border colors adapt to item's name and rarity.
|
||||
adaptiveColors = true
|
||||
#Amount to scroll the tooltip in response to a arrow key pressed event.
|
||||
#Range: 0 ~ 320
|
||||
arrowScrollFactor = 60
|
||||
|
||||
#General Config
|
||||
[general]
|
||||
#Play a sound effect when the game is loaded.
|
||||
ding = true
|
||||
#Press 'C' key (by default) to zoom 4x, the same as OptiFine's.
|
||||
#This is auto disabled when OptiFine is installed.
|
||||
zoom = true
|
||||
#Control the window mode, normal mode does nothing.
|
||||
#Allowed Values: NORMAL, FULLSCREEN, FULLSCREEN_BORDERLESS, MAXIMIZED, MAXIMIZED_BORDERLESS, WINDOWED, WINDOWED_BORDERLESS
|
||||
windowMode = "NORMAL"
|
||||
#Whether to replace vanilla GUI scale button to slider with tips.
|
||||
useNewGuiScale = true
|
||||
#Remove telemetry event of client behaviors.
|
||||
removeTelemetry = false
|
||||
#Allow Slack or Discord shortcodes to replace Unicode Emoji Sequences in chat.
|
||||
emojiShortcodes = true
|
||||
|
||||
#View system config, currently not working.
|
||||
[view]
|
||||
#Force layout direction to RTL, otherwise, the current Locale setting.
|
||||
forceRtl = false
|
||||
#The global font scale used with sp units.
|
||||
#Range: 0.5 ~ 2.0
|
||||
fontScale = 1.0
|
||||
#Default scrollbar size in dips.
|
||||
#Range: 0 ~ 1024
|
||||
scrollbarSize = 8
|
||||
#Distance a touch can wander before we think the user is scrolling in dips.
|
||||
#Range: 0 ~ 1024
|
||||
touchSlop = 4
|
||||
#Minimum size of the touch target for a scrollbar in dips.
|
||||
#Range: 0 ~ 1024
|
||||
minScrollbarTouchTarget = 16
|
||||
#Minimum velocity to initiate a fling in dips per second.
|
||||
#Range: 0 ~ 32767
|
||||
minimumFlingVelocity = 50
|
||||
#Maximum velocity to initiate a fling in dips per second.
|
||||
#Range: 0 ~ 32767
|
||||
maximumFlingVelocity = 8000
|
||||
#Max distance in dips to overscroll for edge effects.
|
||||
#Range: 0 ~ 1024
|
||||
overscrollDistance = 0
|
||||
#Max distance in dips to overfling for edge effects.
|
||||
#Range: 0 ~ 1024
|
||||
overflingDistance = 12
|
||||
#Amount to scroll in response to a vertical scroll event, in dips per axis value.
|
||||
#Range: 0.0 ~ 1024.0
|
||||
verticalScrollFactor = 64.0
|
||||
#Amount to scroll in response to a horizontal scroll event, in dips per axis value.
|
||||
#Range: 0.0 ~ 1024.0
|
||||
horizontalScrollFactor = 64.0
|
||||
|
||||
#Font Config
|
||||
[font]
|
||||
#The first font family to use. See fallbackFontFamilyList
|
||||
firstFontFamily = "Source Han Sans CN Medium"
|
||||
#A set of fallback font families to determine the typeface to use.
|
||||
#The order is first > fallbacks. TrueType & OpenType are supported.
|
||||
#Each element can be one of the following two cases:
|
||||
#1) Name of registered font family, for instance: Segoe UI
|
||||
#2) Path of font files on your PC, for instance: /usr/shared/fonts/x.otf
|
||||
#Registered font families include:
|
||||
#1) OS builtin fonts.
|
||||
#2) Font files in fontRegistrationList.
|
||||
#3) Font files in '/resourcepacks' directory.
|
||||
#4) Font files under 'modernui:font' in resource packs.
|
||||
#Note that for TTC/OTC font, you should register it and select one of font families.
|
||||
#Otherwise, only the first font family from the TrueType/OpenType Collection will be used.
|
||||
#This is only read once when the game is loaded, you can reload via in-game GUI.
|
||||
fallbackFontFamilyList = ["Noto Sans", "Segoe UI Variable", "Segoe UI", "San Francisco", "Open Sans", "SimHei", "STHeiti", "Segoe UI Symbol", "mui-i18n-compat"]
|
||||
#A set of additional font files (or directories) to register.
|
||||
#For TrueType/OpenType Collections, all contained font families will be registered.
|
||||
#Registered fonts can be referenced in Modern UI and Minecraft (Modern Text Engine).
|
||||
#For example, "E:/Fonts" means all font files in that directory will be registered.
|
||||
#System requires random access to these files, you should not remove them while running.
|
||||
#This is only read once when the game is loaded, i.e. registration.
|
||||
fontRegistrationList = []
|
||||
#Whether to use Google Noto Color Emoji, otherwise grayscale emoji (faster).
|
||||
#See Unicode 15.0 specification for details on how this affects text layout.
|
||||
useColorEmoji = true
|
||||
|
||||
15
.minecraft/versions/边境流放/config/ModernUI/common.toml
Normal file
15
.minecraft/versions/边境流放/config/ModernUI/common.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
#Developer Config
|
||||
[developer]
|
||||
#Whether to enable developer mode.
|
||||
enableDeveloperMode = false
|
||||
#Range: > -2147483648
|
||||
oneTimeEvents = 0
|
||||
|
||||
#Auto Shutdown Config
|
||||
[autoShutdown]
|
||||
#Enable auto-shutdown for server.
|
||||
enable = false
|
||||
#The time points of when server will auto-shutdown. Format: HH:mm.
|
||||
times = ["04:00", "16:00"]
|
||||
|
||||
97
.minecraft/versions/边境流放/config/ModernUI/text.toml
Normal file
97
.minecraft/versions/边境流放/config/ModernUI/text.toml
Normal file
@@ -0,0 +1,97 @@
|
||||
|
||||
#Text Engine Config
|
||||
[text]
|
||||
#Allow text renderer to drop shadow, setting to false can improve performance.
|
||||
allowShadow = true
|
||||
#Fix resolution level at 2. When the GUI scale increases, the resolution level remains.
|
||||
#Then GUI scale should be even numbers (2, 4, 6...), based on Minecraft GUI system.
|
||||
#If your fonts are not bitmap fonts, then you should keep this setting false.
|
||||
fixedResolution = false
|
||||
#Control base font size, in GUI scaled pixels. The default and vanilla value is 8.
|
||||
#For bitmap fonts, 8 represents a glyph size of 8x or 16x if fixed resolution.
|
||||
#This option only applies to TrueType fonts.
|
||||
#Range: 6.5 ~ 9.5
|
||||
baseFontSize = 8.0
|
||||
#Control vertical baseline for vanilla text layout, in GUI scaled pixels.
|
||||
#The vanilla default value is 7.
|
||||
#Range: 4.0 ~ 10.0
|
||||
baselineShift = 7.0
|
||||
#Control the text shadow offset for vanilla text rendering, in GUI scaled pixels.
|
||||
#Range: 0.20000000298023224 ~ 2.0
|
||||
shadowOffset = 0.5
|
||||
#Control the text outline offset for vanilla text rendering, in GUI scaled pixels.
|
||||
#Range: 0.20000000298023224 ~ 2.0
|
||||
outlineOffset = 0.5
|
||||
#Set the recycle time of layout cache in seconds, using least recently used algorithm.
|
||||
#Range: 2 ~ 15
|
||||
cacheLifespan = 6
|
||||
#The bidirectional text heuristic algorithm. The default is FirstStrong (Locale).
|
||||
#This will affect which BiDi algorithm to use during text layout.
|
||||
#Allowed Values: FIRST_STRONG, ANY_RTL, LTR, RTL, LOCALE, FIRST_STRONG_LTR, FIRST_STRONG_RTL
|
||||
textDirection = "FIRST_STRONG"
|
||||
#Whether to use Modern UI text rendering pipeline in 3D world.
|
||||
#Disabling this means that SDF text and rendering optimization are no longer effective.
|
||||
#But text rendering can be compatible with OptiFine Shaders and Iris Shaders.
|
||||
#This does not affect text rendering in GUI.
|
||||
#This option only applies to TrueType fonts.
|
||||
useTextShadersInWorld = true
|
||||
#For "minecraft:default" font, should we keep some glyph providers of them?
|
||||
#Ignore All: Only use Modern UI typeface list.
|
||||
#Keep ASCII: Include minecraft:font/ascii.png, minecraft:font/accented.png, minecraft:font/nonlatin_european.png
|
||||
#Keep Other: Include providers other than ASCII and Unicode font.
|
||||
#Keep All: Include all except Unicode font.
|
||||
#Only Include: Only include providers that specified by defaultFontRuleSet.
|
||||
#Only Exclude: Only exclude providers that specified by defaultFontRuleSet.
|
||||
#Allowed Values: IGNORE_ALL, KEEP_ASCII, KEEP_OTHER, KEEP_ALL, ONLY_INCLUDE, ONLY_EXCLUDE
|
||||
defaultFontBehavior = "ONLY_EXCLUDE"
|
||||
#Used when defaultFontBehavior is either ONLY_INCLUDE or ONLY_EXCLUDE.
|
||||
#This specifies a set of regular expressions to match the glyph provider name.
|
||||
#For bitmap providers, this is the texture path without 'textures/'.
|
||||
#For TTF providers, this is the TTF file path without 'font/'.
|
||||
#For space providers, this is "font_name / minecraft:space",
|
||||
#where font_name is font definition path without 'font/'.
|
||||
defaultFontRuleSet = ["^minecraft:font\\/(nonlatin_european|accented|ascii|element_ideographs|cjk_punctuations|ellipsis|2em_dash)\\.png$", "^minecraft:include\\/space \\/ minecraft:space$"]
|
||||
#Whether to use text component object as hash key to lookup in layout cache.
|
||||
#If you find that Modern UI text rendering is not compatible with some mods,
|
||||
#you can disable this option for compatibility, but this will decrease performance a bit.
|
||||
#Modern UI will use another cache strategy if this is disabled.
|
||||
useComponentCache = true
|
||||
#Allow text layout to be computed from background threads (not cached).
|
||||
#Otherwise, block the current thread and wait for main thread.
|
||||
allowAsyncLayout = true
|
||||
#See CSS line-break property, https://developer.mozilla.org/en-US/docs/Web/CSS/line-break
|
||||
#Allowed Values: AUTO, LOOSE, NORMAL, STRICT
|
||||
lineBreakStyle = "AUTO"
|
||||
#Allowed Values: AUTO, PHRASE
|
||||
lineBreakWordStyle = "AUTO"
|
||||
#When enabled, Modern UI will compute texel density in device-space to determine whether to use SDF text or bilinear sampling.
|
||||
#This feature requires GLSL 400 or has no effect.
|
||||
#This generally decreases performance but provides better rendering quality.
|
||||
#This option only applies to TrueType fonts. May not be compatible with OptiFine.
|
||||
smartSDFShaders = true
|
||||
#When rendering in 2D, this option allows Modern UI to exactly compute font size in device-space from the current coordinate transform matrix.
|
||||
#This provides perfect text rendering for scaling-down texts in vanilla, but may increase GPU memory usage.
|
||||
#When disabled, Modern UI will use SDF text rendering if appropriate.
|
||||
#This option only applies to TrueType fonts.
|
||||
computeDeviceFontSize = true
|
||||
#When enabled, Modern UI will use SDF text rendering if appropriate.
|
||||
#Otherwise, it uses nearest-neighbor or bilinear sampling based on texel density.
|
||||
#This option only applies to TrueType fonts.
|
||||
allowSDFTextIn2D = true
|
||||
#When enabled, the outline of the experience level text will be tweaked.
|
||||
tweakExperienceText = true
|
||||
#Control the anti-aliasing of raw glyph rasterization.
|
||||
antiAliasing = true
|
||||
#Control the FreeType linear metrics and font hinting of raw glyph metrics.
|
||||
#Disable if on low-res monitor; enable for linear text.
|
||||
linearMetrics = true
|
||||
#Control the minimum pixel density for SDF text and text in 3D world rendering.
|
||||
#This value will be no less than current GUI scale.
|
||||
#Recommend setting a higher value on high-res monitor and powerful PC hardware.
|
||||
#Range: 4 ~ 10
|
||||
minPixelDensityForSDF = 4
|
||||
#Enable linear sampling for A8 font atlases with mipmaps, mag filter will be always NEAREST.
|
||||
#We prefer computeDeviceFontSize and allowSDFTextIn2D, then setting this to false can improve performance.
|
||||
#If either of the above two is false or Shaders are active, then setting this to true can improve quality.
|
||||
linearSamplingA8Atlas = false
|
||||
|
||||
@@ -5,9 +5,9 @@ QualityModes = "normal"
|
||||
RenderWeather = "normal"
|
||||
RenderTNTExplosions = true
|
||||
FastItemRender = false
|
||||
RenderDisplayItem = false
|
||||
RenderDisplayItem = true
|
||||
blackListedEntities = []
|
||||
whiteListedEntities = []
|
||||
isAlwaysShowItemCount = true
|
||||
startTime = 45.886
|
||||
chatFix = false
|
||||
startTime = 52.512
|
||||
chatFix = true
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
"notifications": {
|
||||
"force_disable_donation_prompts": false,
|
||||
"has_cleared_donation_button": false,
|
||||
"has_seen_donation_prompt": false
|
||||
"has_seen_donation_prompt": true
|
||||
}
|
||||
}
|
||||
33
.minecraft/versions/边境流放/config/equipmentcompare-common.toml
Normal file
33
.minecraft/versions/边境流放/config/equipmentcompare-common.toml
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
#Client Configuration
|
||||
[client]
|
||||
|
||||
[client.visual_options]
|
||||
# The maximum number of comparison tooltips to show onscreen at once.
|
||||
#Range: 1 ~ 10
|
||||
max_comparisons = 3
|
||||
# If badge_text should override the built-in translatable text.
|
||||
override_badge_text = false
|
||||
# The text shown on the badge above equipped tooltips.
|
||||
badge_text = "Equipped"
|
||||
# The color of the text shown on the badge above equipped tooltips.
|
||||
#Range: 0 ~ 4294967295
|
||||
badge_text_color = 4294967295
|
||||
# The background color of the "equipped" badge.
|
||||
#Range: 0 ~ 4294967295
|
||||
badge_bg = 4027584512
|
||||
# The start border color of the "equipped" badge.
|
||||
#Range: 0 ~ 4294967295
|
||||
badge_border_start = 3500839187
|
||||
# The end border color of the "equipped" badge.
|
||||
#Range: 0 ~ 4294967295
|
||||
badge_border_end = 1623360778
|
||||
|
||||
[client.control_options]
|
||||
# If the comparison tooltip should show by default (pressing bound key hides).
|
||||
default_on = false
|
||||
# If tool comparisons should compare only the same types of tools (can't compare a sword to an axe, for example).
|
||||
strict = false
|
||||
# Blacklist of items to show comparisons for. Add item IDs to prevent them from being compared when hovered over or equipped.
|
||||
blacklist = []
|
||||
|
||||
10
.minecraft/versions/边境流放/config/farmersdelight-client.toml
Normal file
10
.minecraft/versions/边境流放/config/farmersdelight-client.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
#Client settings
|
||||
[client]
|
||||
#Should the hunger bar have a gilded overlay when the player has the Nourishment effect?
|
||||
nourishmentHungerOverlay = true
|
||||
#Should the health bar have a silver sheen when the player has the Comfort effect?
|
||||
comfortHealthOverlay = true
|
||||
#Should meal and drink tooltips display which effects they provide?
|
||||
foodEffectTooltip = true
|
||||
|
||||
117
.minecraft/versions/边境流放/config/farmersdelight-common.toml
Normal file
117
.minecraft/versions/边境流放/config/farmersdelight-common.toml
Normal file
@@ -0,0 +1,117 @@
|
||||
|
||||
#Game settings
|
||||
[settings]
|
||||
#Farmer's Delight adds crates (3x3) for vanilla crops, similar to Quark and Thermal Cultivation. Should they be craftable?
|
||||
enableVanillaCropCrates = true
|
||||
#Should Novice and Apprentice Farmers buy this mod's crops? (May reduce chances of other trades appearing)
|
||||
farmersBuyFDCrops = true
|
||||
#Should the Wandering Trader sell some of this mod's items? (Currently includes crop seeds and onions)
|
||||
wanderingTraderSellsFDItems = true
|
||||
#How often (in percentage) should Rich Soil succeed in boosting a plant's growth at each random tick? Set it to 0.0 to disable this.
|
||||
#Range: 0.0 ~ 1.0
|
||||
richSoilBoostChance = 0.2
|
||||
#How much of a bonus (in percentage) should each level of Fortune grant to Cutting Board chances? Set it to 0.0 to disable this.
|
||||
#Range: 0.0 ~ 1.0
|
||||
cuttingBoardFortuneBonus = 0.1
|
||||
#Should players be able to reel back rope, bottom to top, when sneak-using with an empty hand on them?
|
||||
enableRopeReeling = true
|
||||
#A list of dye colors that, when used as the background of a Canvas Sign, should default to white text when placed.
|
||||
#Dyes: ["white", "orange", "magenta", "light_blue", "yellow", "lime", "pink", "gray", "light_gray", "cyan", "purple", "blue", "brown", "green", "red", "black"]
|
||||
canvasSignDarkBackgroundList = ["gray", "purple", "blue", "brown", "green", "red", "black"]
|
||||
|
||||
#Farming
|
||||
[farming]
|
||||
#Which rope should Tomato Vines leave behind when mined by hand?
|
||||
defaultTomatoVineRope = "farmersdelight:rope"
|
||||
#Should tomato vines be able to climb any rope tagged as farmersdelight:ropes?
|
||||
#Beware: this will convert these blocks into the block specified in defaultTomatoVineRope.
|
||||
enableTomatoVineClimbingTaggedRopes = true
|
||||
|
||||
#Recipe book
|
||||
[recipe_book]
|
||||
#Should the Cooking Pot have a Recipe Book available on its interface?
|
||||
enableRecipeBookCookingPot = true
|
||||
|
||||
#Vanilla item overrides
|
||||
[overrides]
|
||||
#Should soups and stews from vanilla Minecraft grant additional effects, like meals from this mod?
|
||||
vanillaSoupExtraEffects = true
|
||||
#Should Rabbit Stew grant users the jumping prowess of a rabbit when eaten?
|
||||
rabbitStewJumpBoost = true
|
||||
#Should the Dispenser be able to operate a Cutting Board in front of it?
|
||||
dispenserUsesToolsOnCuttingBoard = true
|
||||
|
||||
#Stack size overrides
|
||||
[overrides.stack_size]
|
||||
#Should BowlFoodItems in the following list become stackable to 16, much like Farmer's Delight's meals?
|
||||
enableStackableSoupItems = true
|
||||
#List of BowlFoodItems. They must extend this class to be affected. Default: vanilla soups and stews.
|
||||
soupItemList = ["minecraft:mushroom_stew", "minecraft:beetroot_soup", "minecraft:rabbit_stew"]
|
||||
|
||||
#World generation
|
||||
[world]
|
||||
#Should this mod add some of its items (ropes, seeds, knives, meals etc.) as extra chest loot across Minecraft?
|
||||
generateFDChestLoot = true
|
||||
#Should FD generate Compost Heaps across all village biomes?
|
||||
genVillageCompostHeaps = true
|
||||
#Should FD crops show up planted randomly in various village farms?
|
||||
genFDCropsOnVillageFarms = true
|
||||
|
||||
#Wild Cabbage generation
|
||||
[world.wild_cabbages]
|
||||
#Chance of generating clusters. Smaller value = more frequent.
|
||||
#Range: > 0
|
||||
chance = 30
|
||||
|
||||
#Sea Beet generation
|
||||
[world.wild_beetroots]
|
||||
#Chance of generating clusters. Smaller value = more frequent.
|
||||
#Range: > 0
|
||||
chance = 30
|
||||
|
||||
#Wild Potato generation
|
||||
[world.wild_potatoes]
|
||||
#Chance of generating clusters. Smaller value = more frequent.
|
||||
#Range: > 0
|
||||
chance = 100
|
||||
|
||||
#Wild Carrot generation
|
||||
[world.wild_carrots]
|
||||
#Chance of generating clusters. Smaller value = more frequent.
|
||||
#Range: > 0
|
||||
chance = 120
|
||||
|
||||
#Wild Onion generation
|
||||
[world.wild_onions]
|
||||
#Chance of generating clusters. Smaller value = more frequent.
|
||||
#Range: > 0
|
||||
chance = 120
|
||||
|
||||
#Tomato Vines generation
|
||||
[world.wild_tomatoes]
|
||||
#Chance of generating clusters. Smaller value = more frequent.
|
||||
#Range: > 0
|
||||
chance = 100
|
||||
|
||||
#Wild Rice generation
|
||||
[world.wild_rice]
|
||||
#Chance of generating clusters. Smaller value = more frequent.
|
||||
#Range: > 0
|
||||
chance = 20
|
||||
|
||||
#Brown Mushroom Colony generation
|
||||
[world.brown_mushroom_colonies]
|
||||
#Generate brown mushroom colonies on mushroom fields
|
||||
genBrownMushroomColony = true
|
||||
#Chance of generating clusters. Smaller value = more frequent.
|
||||
#Range: > 0
|
||||
chance = 15
|
||||
|
||||
#Red Mushroom Colony generation
|
||||
[world.red_mushroom_colonies]
|
||||
#Generate red mushroom colonies on mushroom fields
|
||||
genRedMushroomColony = true
|
||||
#Chance of generating clusters. Smaller value = more frequent.
|
||||
#Range: > 0
|
||||
chance = 15
|
||||
|
||||
31
.minecraft/versions/边境流放/config/forgeautofish-client.toml
Normal file
31
.minecraft/versions/边境流放/config/forgeautofish-client.toml
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
[forgeautofish]
|
||||
#Sets the delay before casting the fishing rod again (in ticks).
|
||||
#Minimum is 1 tick to allow Auto Replace to take effect.
|
||||
#Range: 1 ~ 600
|
||||
recastdelay = 20
|
||||
#Sets the delay before reeling in the fishing rod after catching a fish (in ticks).
|
||||
#Range: 0 ~ 600
|
||||
reelindelay = 0
|
||||
#Sets the delay between each item throw in filtering (in ticks).
|
||||
#Range: 5 ~ 600
|
||||
throwdelay = 10
|
||||
#Sets the interval for checking if the rod is thrown (in ticks).
|
||||
#If not, throw it.
|
||||
#Range: 20 ~ 72000
|
||||
checkinterval = 200
|
||||
#Sets the default status of the Auto Fish feature
|
||||
autofish = true
|
||||
#Sets whether should the mod be turned off when the fishing rod is about to break.
|
||||
rodprotect = true
|
||||
#Does nothing currently
|
||||
autoreplace = true
|
||||
|
||||
[forgeautofish.filter]
|
||||
#Toggles the entire item filter
|
||||
all = true
|
||||
#Sets item filter
|
||||
items = ["minecraft:rotten_flesh"]
|
||||
#Puts these items to top of filter.
|
||||
prioritize = ["minecraft:cod", "minecraft:salmon", "minecraft:tropical_fish", "minecraft:pufferfish", "minecraft:bow", "minecraft:enchanted_book", "minecraft:fishing_rod", "minecraft:name_tag", "minecraft:nautilus_shell", "minecraft:saddle", "minecraft:lily_pad", "minecraft:bowl", "minecraft:leather", "minecraft:leather_boots", "minecraft:rotten_flesh", "minecraft:stick", "minecraft:string", "minecraft:water_bottle", "minecraft:bone", "minecraft:ink_sac", "minecraft:tripwire_hook", "minecraft:bamboo", "minecraft:cocoa_beans"]
|
||||
|
||||
@@ -5,11 +5,7 @@
|
||||
group: ""
|
||||
id: "65FB07BB0F0AE9AD"
|
||||
images: [{
|
||||
click: ""
|
||||
corner: false
|
||||
dev: false
|
||||
height: 2.0d
|
||||
hover: [ ]
|
||||
image: "mmorpg:textures/gui/main_hub/exclamation_mark.png"
|
||||
rotation: 0.0d
|
||||
width: 2.0d
|
||||
@@ -20,14 +16,14 @@
|
||||
quest_links: [ ]
|
||||
quests: [
|
||||
{
|
||||
description: ["挖矿与砍杀目前存在一些问题,这些问题本人无力处理,只能等待作者修复,如果你遇到了这些问题还请向mod作者反馈!"]
|
||||
description: ["考虑到多人游戏,一些物品只需要制作一次,所有的要求制作物品的任务都是以是否拥有这个物品作为判断依据"]
|
||||
id: "493BD5D1F35D7EBB"
|
||||
tasks: [{
|
||||
id: "33105A532699BEA4"
|
||||
title: "点击以确认"
|
||||
type: "checkmark"
|
||||
}]
|
||||
title: "挖矿与砍杀存在问题"
|
||||
title: "所有制作任务都是判断是否拥有"
|
||||
x: 0.0d
|
||||
y: 0.0d
|
||||
}
|
||||
@@ -70,6 +66,18 @@
|
||||
x: -1.0d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
description: ["一个人玩会比较无聊,而且难度也是相当的高,如果可以,请带上你的小伙伴们一起冒险!"]
|
||||
id: "5F6A7DF950BA2794"
|
||||
tasks: [{
|
||||
id: "443510D5DE2B7198"
|
||||
title: "点击以确认"
|
||||
type: "checkmark"
|
||||
}]
|
||||
title: "推荐2-4人游玩"
|
||||
x: -2.0d
|
||||
y: 0.0d
|
||||
}
|
||||
]
|
||||
title: "&c&l重要说明"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
filename: "1"
|
||||
group: ""
|
||||
icon: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "minecraft:netherite_pickaxe"
|
||||
tag: {
|
||||
Damage: 0
|
||||
@@ -12,18 +12,14 @@
|
||||
}
|
||||
id: "1F5FF3DEE5B8F092"
|
||||
images: [{
|
||||
click: ""
|
||||
corner: false
|
||||
dev: false
|
||||
height: 3.0d
|
||||
hover: [ ]
|
||||
image: "minecraft:item/diamond_pickaxe"
|
||||
rotation: 18.0d
|
||||
width: 3.0d
|
||||
x: -2.0d
|
||||
y: -1.0d
|
||||
}]
|
||||
order_index: 4
|
||||
order_index: 3
|
||||
quest_links: [ ]
|
||||
quests: [
|
||||
{
|
||||
|
||||
@@ -6,18 +6,14 @@
|
||||
icon: "minecraft:grass_block"
|
||||
id: "1FAF2083B03B1C62"
|
||||
images: [{
|
||||
click: ""
|
||||
corner: false
|
||||
dev: false
|
||||
height: 2.0d
|
||||
hover: [ ]
|
||||
image: "realms:textures/gui/realms/world_icon.png"
|
||||
rotation: 0.0d
|
||||
width: 4.0d
|
||||
x: 0.0d
|
||||
y: 0.0d
|
||||
}]
|
||||
order_index: 5
|
||||
order_index: 4
|
||||
quest_links: [ ]
|
||||
quests: [
|
||||
{
|
||||
@@ -27,7 +23,7 @@
|
||||
{
|
||||
id: "1EFE159F58742A04"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "minecraft:fishing_rod"
|
||||
tag: {
|
||||
Damage: 0
|
||||
@@ -38,7 +34,7 @@
|
||||
{
|
||||
id: "624DEE68929A87D8"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "minecraft:enchanted_book"
|
||||
tag: {
|
||||
StoredEnchantments: [{
|
||||
@@ -54,7 +50,6 @@
|
||||
advancement: "minecraft:husbandry/fishy_business"
|
||||
criterion: ""
|
||||
id: "54D4CB9426D4128F"
|
||||
title: "钓一条鱼"
|
||||
type: "advancement"
|
||||
}]
|
||||
title: "不一样的钓鱼"
|
||||
@@ -75,10 +70,10 @@
|
||||
id: "3652C72635D40DE6"
|
||||
observe_type: 1
|
||||
timer: 0L
|
||||
title: "发现一个指路石"
|
||||
to_observe: "waystones:waystones"
|
||||
type: "observation"
|
||||
}]
|
||||
title: "发现一个指路石"
|
||||
x: -2.0d
|
||||
y: 2.0d
|
||||
}
|
||||
@@ -105,12 +100,13 @@
|
||||
y: 2.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["14322D7F1BE6ACA6"]
|
||||
id: "17B168CF2591215E"
|
||||
tasks: [{
|
||||
advancement: "culinaryconstruct:craft_culinary_food"
|
||||
criterion: ""
|
||||
icon: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "culinaryconstruct:sandwich"
|
||||
tag: {
|
||||
Base: {
|
||||
@@ -175,6 +171,43 @@
|
||||
x: 2.0d
|
||||
y: 3.5d
|
||||
}
|
||||
{
|
||||
description: ["探索神秘的暮色森林"]
|
||||
id: "0DA045AE8B95A120"
|
||||
tasks: [{
|
||||
dimension: "twilightforest:twilight_forest"
|
||||
id: "7760527C9DEAADA9"
|
||||
title: "进入暮色森林"
|
||||
type: "dimension"
|
||||
}]
|
||||
x: -4.0d
|
||||
y: 2.0d
|
||||
}
|
||||
{
|
||||
description: ["用一个拉杆让刷怪笼停止工作"]
|
||||
icon: "minecraft:lever"
|
||||
id: "1AEE36C952CD0C69"
|
||||
rewards: [{
|
||||
id: "7F1845BEE5606F3D"
|
||||
item: "minecraft:lever"
|
||||
type: "item"
|
||||
}]
|
||||
tasks: [
|
||||
{
|
||||
id: "6C3B1550517EFB72"
|
||||
item: "minecraft:stick"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "11847AC5D6EFF6C7"
|
||||
item: "minecraft:cobblestone"
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
title: "停!"
|
||||
x: 4.0d
|
||||
y: 2.0d
|
||||
}
|
||||
]
|
||||
title: "神奇的世界"
|
||||
}
|
||||
|
||||
@@ -4,14 +4,14 @@
|
||||
filename: "339F028E0671CDB4"
|
||||
group: ""
|
||||
icon: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "minecraft:netherite_sword"
|
||||
tag: {
|
||||
Damage: 0
|
||||
}
|
||||
}
|
||||
id: "339F028E0671CDB4"
|
||||
order_index: 7
|
||||
order_index: 6
|
||||
quest_links: [ ]
|
||||
quests: [
|
||||
{
|
||||
@@ -90,7 +90,7 @@
|
||||
id: "78D145F7E4DC1F11"
|
||||
tasks: [{
|
||||
icon: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "minecraft:diamond_sword"
|
||||
tag: {
|
||||
Damage: 0
|
||||
@@ -146,7 +146,7 @@
|
||||
tasks: [{
|
||||
id: "38420B864E372064"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "culinaryconstruct:sandwich"
|
||||
tag: {
|
||||
Base: {
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
{
|
||||
default_hide_dependency_lines: false
|
||||
default_quest_shape: ""
|
||||
filename: "35B64C6C26F74261"
|
||||
group: ""
|
||||
icon: "twilightforest:twilight_portal_miniature_structure"
|
||||
id: "35B64C6C26F74261"
|
||||
order_index: 3
|
||||
quest_links: [ ]
|
||||
quests: [{
|
||||
description: ["探索神秘的暮色森林"]
|
||||
id: "0DA045AE8B95A120"
|
||||
tasks: [{
|
||||
dimension: "twilightforest:twilight_forest"
|
||||
id: "7760527C9DEAADA9"
|
||||
title: "进入暮色森林"
|
||||
type: "dimension"
|
||||
}]
|
||||
x: 0.0d
|
||||
y: 1.0d
|
||||
}]
|
||||
title: "暮色森林"
|
||||
}
|
||||
@@ -5,18 +5,14 @@
|
||||
group: ""
|
||||
id: "3F0EAD1122B4C1FC"
|
||||
images: [{
|
||||
click: ""
|
||||
corner: false
|
||||
dev: false
|
||||
height: 3.0d
|
||||
hover: [ ]
|
||||
image: "dimdungeons:item/blank_teleporter_key"
|
||||
rotation: 0.0d
|
||||
width: 3.0d
|
||||
x: 0.0d
|
||||
y: -5.0d
|
||||
}]
|
||||
order_index: 6
|
||||
order_index: 5
|
||||
quest_links: [ ]
|
||||
quests: [{
|
||||
description: ["钥匙必须激活才能使用,激活需要手持钥匙对着末地传送门框架的内部黑色凹槽部位右键"]
|
||||
|
||||
@@ -6,11 +6,7 @@
|
||||
icon: "sophisticatedbackpacks:netherite_backpack"
|
||||
id: "7DD5ECFAA71EA37C"
|
||||
images: [{
|
||||
click: ""
|
||||
corner: false
|
||||
dev: false
|
||||
height: 2.0d
|
||||
hover: [ ]
|
||||
image: "mmorpg:item/backpack/5"
|
||||
rotation: 0.0d
|
||||
width: 2.0d
|
||||
@@ -22,33 +18,26 @@
|
||||
quests: [
|
||||
{
|
||||
description: [
|
||||
"好东西太多了,背包实在是塞不下了!不用担心,现在赶快做一个背包!"
|
||||
"只要你带着背包,你随时都可以按&b&lB&r打开,还可以背到背上(放在胸甲栏),甚至可以放在地上(手持背包Shift右击)!还有更多实用的功能,你真的不做一个吗?"
|
||||
"好东西太多了,背包实在是塞不下了!不用担心,现在赶快整一个背包!"
|
||||
"只要你带着背包,你随时都可以按&b&lB&r打开,还可以背到背上(放在胸甲栏),甚至可以放在地上(手持背包Shift右击)!还有更多实用的功能,你真的不整一个吗?"
|
||||
]
|
||||
id: "04C944B0065B674C"
|
||||
rewards: [
|
||||
{
|
||||
count: 4
|
||||
id: "01477A41F9555E60"
|
||||
item: "minecraft:string"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "74C03987E6C73311"
|
||||
item: "minecraft:leather"
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
tasks: [{
|
||||
id: "46D2CCBA2F132959"
|
||||
rewards: [{
|
||||
id: "74C03987E6C73311"
|
||||
item: "sophisticatedbackpacks:backpack"
|
||||
type: "item"
|
||||
}]
|
||||
title: "制作一个背包"
|
||||
tasks: [{
|
||||
id: "088A47744FD7A153"
|
||||
title: "点击领取"
|
||||
type: "checkmark"
|
||||
}]
|
||||
title: "格子不够,背包来凑"
|
||||
x: 0.0d
|
||||
y: 2.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["04C944B0065B674C"]
|
||||
description: ["该给你的背包升级一下了!升级后,背包的容量更大,还多了一个升级槽位"]
|
||||
id: "418BF90F6B8AE38C"
|
||||
rewards: [{
|
||||
@@ -62,8 +51,8 @@
|
||||
type: "item"
|
||||
}]
|
||||
title: "升级到铁质背包"
|
||||
x: 0.0d
|
||||
y: 6.0d
|
||||
x: 2.0d
|
||||
y: 2.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["04C944B0065B674C"]
|
||||
@@ -78,6 +67,37 @@
|
||||
x: 0.0d
|
||||
y: 3.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["1A2E559ECE2112A5"]
|
||||
description: ["合成升级可以在背包里使用工作台"]
|
||||
id: "70416772436BF258"
|
||||
tasks: [{
|
||||
id: "51A1C13C7B27703A"
|
||||
item: "sophisticatedbackpacks:crafting_upgrade"
|
||||
type: "item"
|
||||
}]
|
||||
title: "随身的工作台"
|
||||
x: 0.0d
|
||||
y: 4.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["418BF90F6B8AE38C"]
|
||||
description: ["再大点,再大点!"]
|
||||
id: "22F7460A7C05BB1D"
|
||||
rewards: [{
|
||||
id: "25609614C401EC2A"
|
||||
item: "sophisticatedbackpacks:upgrade_base"
|
||||
type: "item"
|
||||
}]
|
||||
tasks: [{
|
||||
id: "5CEB8211669036AF"
|
||||
item: "sophisticatedbackpacks:gold_backpack"
|
||||
type: "item"
|
||||
}]
|
||||
title: "升级到金制背包"
|
||||
x: 4.0d
|
||||
y: 2.0d
|
||||
}
|
||||
]
|
||||
title: "背包"
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
detection_delay: 20
|
||||
disable_gui: false
|
||||
drop_loot_crates: false
|
||||
emergency_items: [{ Count: 1b, id: "minecraft:bread" }]
|
||||
emergency_items: [{ Count: 1, id: "minecraft:bread" }]
|
||||
emergency_items_cooldown: 300
|
||||
grid_scale: 0.5d
|
||||
lock_message: ""
|
||||
|
||||
@@ -51,6 +51,20 @@
|
||||
"painting": true,
|
||||
"chiseled_bookshelf": true
|
||||
},
|
||||
"jmc": {
|
||||
"cake_stand": true,
|
||||
"cake_nourishment.food_icons_per_line": 10,
|
||||
"cake_nourishment.show_nutrition": true,
|
||||
"candle_type": true,
|
||||
"cake_oven.item_storage_remover": true,
|
||||
"hide_trapped_cakes": false,
|
||||
"cake_effects": true,
|
||||
"cake_nourishment": true,
|
||||
"cake_nourishment.display_type": "TOTAL",
|
||||
"cake_oven": true,
|
||||
"ceramic_bowl": true,
|
||||
"cake_nourishment.show_saturation": true
|
||||
},
|
||||
"jadeaddons": {
|
||||
"equipment_requirement": ""
|
||||
},
|
||||
|
||||
@@ -15,6 +15,13 @@
|
||||
"jade:mod_name": null,
|
||||
"jade:object_name": null,
|
||||
"jade:registry_name": null,
|
||||
"jmc:cake_effects": null,
|
||||
"jmc:cake_nourishment": null,
|
||||
"jmc:cake_oven": null,
|
||||
"jmc:cake_oven.item_storage_remover": null,
|
||||
"jmc:cake_stand": null,
|
||||
"jmc:candle_type": null,
|
||||
"jmc:ceramic_bowl": null,
|
||||
"lootr:info": null,
|
||||
"lootr:inventory": null,
|
||||
"minecraft:animal_owner": null,
|
||||
|
||||
7
.minecraft/versions/边境流放/config/jmc-client.toml
Normal file
7
.minecraft/versions/边境流放/config/jmc-client.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
#Particle effects emitted from cakes
|
||||
["Cake Particles"]
|
||||
redstoneCakeParticles = true
|
||||
enderCakeParticles = true
|
||||
lavaCakeParticles = false
|
||||
|
||||
34
.minecraft/versions/边境流放/config/jmc-common.toml
Normal file
34
.minecraft/versions/边境流放/config/jmc-common.toml
Normal file
@@ -0,0 +1,34 @@
|
||||
#How long the cake eater is set on fire for in ticks
|
||||
#Range: 0 ~ 32000
|
||||
fireyCakeOnFireDuration = 20
|
||||
#How long mobs affected by the glowstone cake glow for in ticks
|
||||
#Range: 0 ~ 32000
|
||||
glowstoneCakeGlowingDuration = 85
|
||||
#The radius around the player in which the they will be randomly teleported
|
||||
#Range: 0.0 ~ 10000.0
|
||||
chorusCakeTeleportRadius = 10.0
|
||||
#The radius around the player in which the they will be randomly teleported
|
||||
#Range: 0.0 ~ 10000.0
|
||||
enderCakeTeleportRadius = 50.0
|
||||
#Whether the TNT cake will explode when powered by Redstone
|
||||
effectedByRedstone = false
|
||||
#How big the explosion for TNT cake is
|
||||
#Range: 1 ~ 50
|
||||
tntCakeExplosionSize = 5
|
||||
#How long it takes for encasing ice to melt. Larger numbers is slower
|
||||
#Range: > 0
|
||||
encasingIceMeltSpeed = 1
|
||||
#How often do cake bakeries generate in villages. 0 to disable
|
||||
#Range: 0 ~ 150
|
||||
cakeBakeryGenerationWeight = 1
|
||||
#The radius in blocks at which the glowstone cake will effect mobs
|
||||
#Range: 0 ~ 100
|
||||
glowstoneCakeEffectRadius = 20
|
||||
#Disables the game's default cake crafting recipe
|
||||
#Requires resources to be reloaded
|
||||
disableCakeCraftingRecipe = true
|
||||
#Should the comparator output signal for a base (non tiered) cake be doubled
|
||||
#The vanilla behavior is to double the output
|
||||
#NOTE: This will affect the default cake and some cakes from other mods
|
||||
doubleBaseCakeComparatorOutput = false
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"default_spawner_range": 52,
|
||||
"default_spawner_range": 16,
|
||||
"default_spawner_range_enabled": 0,
|
||||
"disable_count": 0,
|
||||
"disable_egg_removal_from_spawner": 0,
|
||||
@@ -11,7 +11,7 @@
|
||||
"limited_spawns_amount": 32,
|
||||
"limited_spawns_enabled": 0,
|
||||
"monster_egg_drop_chance": 1,
|
||||
"monster_egg_only_drop_when_killed_by_player": 0,
|
||||
"monster_egg_only_drop_when_killed_by_player": 1,
|
||||
"spawner_hardness": 5,
|
||||
"item_id_blacklist": [],
|
||||
"disable_specific_egg_drops": {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -10,20 +10,20 @@
|
||||
"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,
|
||||
"displayNameWhenIconFails": false,
|
||||
"entityNumber": 1000.0,
|
||||
"alwaysDisplayNametags": false,
|
||||
"startFadingAt": 0.0,
|
||||
"dotSize": 2.0,
|
||||
"startFadingAt": 0.0,
|
||||
"renderOverMinimapFrame": 1.0,
|
||||
"icons": 2.0,
|
||||
"names": 0.0,
|
||||
"heightLimit": 20.0,
|
||||
"names": 0.0,
|
||||
"iconScale": 1.0
|
||||
},
|
||||
"subCategories": [
|
||||
|
||||
Reference in New Issue
Block a user