添加Mod,详情见readme
修改精妙背包默认配置
This commit is contained in:
parent
0d3dcfcc28
commit
711fecf880
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ PCL/LatestLaunch.bat
|
||||
.minecraft/versions/1.20.1/crash-reports/*
|
||||
.minecraft/versions/1.20.1/XaeroWorldMap/*
|
||||
.minecraft/versions/1.20.1/${quickPlayPath}
|
||||
.minecraft/versions/1.20.1/servers*
|
||||
|
447
.minecraft/.minecraft/global/emi/emi.css
Normal file
447
.minecraft/.minecraft/global/emi/emi.css
Normal file
@ -0,0 +1,447 @@
|
||||
/** EMI Config */
|
||||
|
||||
#general {
|
||||
/**
|
||||
* Whether EMI is enabled and visible.
|
||||
*/
|
||||
enabled: true;
|
||||
|
||||
/**
|
||||
* Whether cheating in items is enabled.
|
||||
*/
|
||||
cheat-mode: false;
|
||||
|
||||
/**
|
||||
* How much EMI should use tooltips and popups to show controls and information.
|
||||
*/
|
||||
help-level: normal;
|
||||
|
||||
/**
|
||||
* Whether normal search queries should include the tooltip.
|
||||
*/
|
||||
search-tooltip-by-default: true;
|
||||
|
||||
/**
|
||||
* Whether normal search queries should include the mod name.
|
||||
*/
|
||||
search-mod-name-by-default: false;
|
||||
|
||||
/**
|
||||
* Whether normal search queries should include the stack's tags.
|
||||
*/
|
||||
search-tags-by-default: false;
|
||||
}
|
||||
|
||||
#ui {
|
||||
/**
|
||||
* Which action should be performed when clicking the recipe book.
|
||||
*/
|
||||
recipe-book-action: toggle-craftables;
|
||||
|
||||
/**
|
||||
* Where to display status effects in the inventory.
|
||||
*/
|
||||
effect-location: left-compressed;
|
||||
|
||||
/**
|
||||
* Whether to display a gray overlay when hovering over a stack.
|
||||
*/
|
||||
show-hover-overlay: true;
|
||||
|
||||
/**
|
||||
* Whether to add mod name to tooltips
|
||||
*/
|
||||
append-mod-id: true;
|
||||
|
||||
/**
|
||||
* Whether to add mod name to item tooltips, in case another mod provides behavior
|
||||
*/
|
||||
append-item-mod-id: true;
|
||||
|
||||
/**
|
||||
* Prevents recipes being quick crafted from shifting around under the cursor.
|
||||
*/
|
||||
miscraft-prevention: true;
|
||||
|
||||
/**
|
||||
* The unit to display fluids as.
|
||||
*/
|
||||
fluid-unit: millibuckets;
|
||||
|
||||
/**
|
||||
* Whether to use the batched render system. Batching is faster, but may have
|
||||
* incompatibilities with shaders or other mods.
|
||||
*/
|
||||
use-batched-renderer: true;
|
||||
|
||||
/**
|
||||
* Whether to have the search bar in the center of the screen, instead of to the
|
||||
* side.
|
||||
*/
|
||||
center-search-bar: false;
|
||||
|
||||
/**
|
||||
* Which sidebar type to switch to when searching.
|
||||
*/
|
||||
search-sidebar-focus: index;
|
||||
|
||||
/**
|
||||
* Which sidebar type to focus when the search is empty.
|
||||
*/
|
||||
empty-search-sidebar-focus: none;
|
||||
|
||||
/**
|
||||
* The amount of vertical margin to give in the recipe screen.
|
||||
*/
|
||||
vertical-margin: 20;
|
||||
|
||||
/**
|
||||
* The minimum width of the recipe screen in pixels. Controls how many tabs there
|
||||
* can be, and where the page switching buttons go. The default is 176, the width
|
||||
* of most screens.
|
||||
*/
|
||||
minimum-recipe-screen-width: 176;
|
||||
|
||||
/**
|
||||
* Where to show workstations in the recipe screen
|
||||
*/
|
||||
workstation-location: bottom;
|
||||
|
||||
/**
|
||||
* Display cost per batch when hovering a recipe output
|
||||
*/
|
||||
show-cost-per-batch: true;
|
||||
|
||||
/**
|
||||
* Whether recipes should have a button to set as default.
|
||||
*/
|
||||
recipe-default-button: true;
|
||||
|
||||
/**
|
||||
* Whether recipes should have a button to show the recipe tree.
|
||||
*/
|
||||
recipe-tree-button: true;
|
||||
|
||||
/**
|
||||
* Whether recipes should have a button to fill the ingredients in a handler.
|
||||
*/
|
||||
recipe-fill-button: true;
|
||||
|
||||
/**
|
||||
* Whether recipes should have a button to take a screenshot of the recipe.
|
||||
*/
|
||||
recipe-screenshot-button: false;
|
||||
|
||||
/**
|
||||
* The GUI scale at which recipe screenshots are saved. Use 0 to use the current
|
||||
* GUI scale.
|
||||
*/
|
||||
recipe-screenshot-scale: 0;
|
||||
|
||||
/**
|
||||
* The pages in the left sidebar
|
||||
*/
|
||||
left-sidebar-pages: favorites;
|
||||
|
||||
/**
|
||||
* The subpanels in the left sidebar
|
||||
*/
|
||||
left-sidebar-subpanels: none;
|
||||
|
||||
/**
|
||||
* How many columns and rows of ingredients to limit the left sidebar to
|
||||
*/
|
||||
left-sidebar-size: 12, 100;
|
||||
|
||||
/**
|
||||
* How much space to maintain between the left sidebar and obstructions, in pixels
|
||||
*/
|
||||
left-sidebar-margins: 2, 2, 2, 2;
|
||||
|
||||
/**
|
||||
* Where to position the left sidebar
|
||||
*/
|
||||
left-sidebar-align: left, top;
|
||||
|
||||
/**
|
||||
* Whether to render the header buttons and page count for the left sidebar
|
||||
*/
|
||||
left-sidebar-header: visible;
|
||||
|
||||
/**
|
||||
* Which theme to use for the left sidebar
|
||||
*/
|
||||
left-sidebar-theme: transparent;
|
||||
|
||||
/**
|
||||
* The pages in the right sidebar
|
||||
*/
|
||||
right-sidebar-pages: index, craftables;
|
||||
|
||||
/**
|
||||
* The subpanels in the right sidebar
|
||||
*/
|
||||
right-sidebar-subpanels: none;
|
||||
|
||||
/**
|
||||
* How many columns and rows of ingredients to limit the right sidebar to
|
||||
*/
|
||||
right-sidebar-size: 4, 100;
|
||||
|
||||
/**
|
||||
* How much space to maintain between the right sidebar and obstructions, in pixels
|
||||
*/
|
||||
right-sidebar-margins: 2, 2, 2, 2;
|
||||
|
||||
/**
|
||||
* Where to position the right sidebar
|
||||
*/
|
||||
right-sidebar-align: right, top;
|
||||
|
||||
/**
|
||||
* Whether to render the header buttons and page count for the right sidebar
|
||||
*/
|
||||
right-sidebar-header: visible;
|
||||
|
||||
/**
|
||||
* Which theme to use for the right sidebar
|
||||
*/
|
||||
right-sidebar-theme: transparent;
|
||||
|
||||
/**
|
||||
* The pages in the top sidebar
|
||||
*/
|
||||
top-sidebar-pages: none;
|
||||
|
||||
/**
|
||||
* The subpanels in the top sidebar
|
||||
*/
|
||||
top-sidebar-subpanels: none;
|
||||
|
||||
/**
|
||||
* How many columns and rows of ingredients to limit the top sidebar to
|
||||
*/
|
||||
top-sidebar-size: 9, 9;
|
||||
|
||||
/**
|
||||
* How much space to maintain between the top sidebar and obstructions, in pixels
|
||||
*/
|
||||
top-sidebar-margins: 2, 2, 2, 2;
|
||||
|
||||
/**
|
||||
* Where to position the top sidebar
|
||||
*/
|
||||
top-sidebar-align: center, center;
|
||||
|
||||
/**
|
||||
* Whether to render the header buttons and page count for the top sidebar
|
||||
*/
|
||||
top-sidebar-header: visible;
|
||||
|
||||
/**
|
||||
* Which theme to use for the top sidebar
|
||||
*/
|
||||
top-sidebar-theme: transparent;
|
||||
|
||||
/**
|
||||
* The pages in the bottom sidebar
|
||||
*/
|
||||
bottom-sidebar-pages: none;
|
||||
|
||||
/**
|
||||
* The subpanels in the bottom sidebar
|
||||
*/
|
||||
bottom-sidebar-subpanels: none;
|
||||
|
||||
/**
|
||||
* How many columns and rows of ingredients to limit the bottom sidebar to
|
||||
*/
|
||||
bottom-sidebar-size: 9, 9;
|
||||
|
||||
/**
|
||||
* How much space to maintain between the bottom sidebar and obstructions, in
|
||||
* pixels
|
||||
*/
|
||||
bottom-sidebar-margins: 2, 2, 2, 2;
|
||||
|
||||
/**
|
||||
* Where to position the bottom sidebar
|
||||
*/
|
||||
bottom-sidebar-align: center, center;
|
||||
|
||||
/**
|
||||
* Whether to render the header buttons and page count for the bottom sidebar
|
||||
*/
|
||||
bottom-sidebar-header: visible;
|
||||
|
||||
/**
|
||||
* Which theme to use for the bottom sidebar
|
||||
*/
|
||||
bottom-sidebar-theme: transparent;
|
||||
}
|
||||
|
||||
#binds {
|
||||
/**
|
||||
* Toggle the visibility of EMI.
|
||||
*/
|
||||
toggle-visibility: "ctrl key.keyboard.o";
|
||||
|
||||
/**
|
||||
* Focuse the search bar.
|
||||
*/
|
||||
focus-search: "ctrl key.keyboard.f";
|
||||
|
||||
/**
|
||||
* Clears the search bar.
|
||||
*/
|
||||
clear-search: "key.keyboard.unknown";
|
||||
|
||||
/**
|
||||
* Display the recipes for creating a stack.
|
||||
*/
|
||||
view-recipes: "key.keyboard.r";
|
||||
view-recipes: "key.mouse.left";
|
||||
|
||||
/**
|
||||
* Display the recipes that can be created using a stack.
|
||||
*/
|
||||
view-uses: "key.keyboard.u";
|
||||
view-uses: "key.mouse.right";
|
||||
|
||||
/**
|
||||
* Favorite the item to display on the side of the screen opposite of recipies for
|
||||
* quick access.
|
||||
*/
|
||||
favorite: "key.keyboard.a";
|
||||
|
||||
/**
|
||||
* Set the default recipe for a given stack in the output of a recipe to that
|
||||
* recipe.
|
||||
*/
|
||||
default-stack: "ctrl key.mouse.left";
|
||||
|
||||
/**
|
||||
* Display the recipe tree for a given stack.
|
||||
*/
|
||||
view-stack-tree: "key.keyboard.unknown";
|
||||
|
||||
/**
|
||||
* Display the recipe tree.
|
||||
*/
|
||||
view-tree: "key.keyboard.unknown";
|
||||
|
||||
/**
|
||||
* Return to the previous page in EMI.
|
||||
*/
|
||||
back: "key.keyboard.backspace";
|
||||
|
||||
/**
|
||||
* When on a stack with an associated recipe:
|
||||
* Move ingredients for a single result.
|
||||
*/
|
||||
craft-one: "key.mouse.left";
|
||||
|
||||
/**
|
||||
* When on a stack with an associated recipe:
|
||||
* Move ingredients for as many results as possible.
|
||||
*/
|
||||
craft-all: "shift key.mouse.left";
|
||||
|
||||
/**
|
||||
* When on a stack with an associated recipe:
|
||||
* Move ingredients for a single result and put in inventory if possible.
|
||||
*/
|
||||
craft-one-to-inventory: "key.keyboard.unknown";
|
||||
|
||||
/**
|
||||
* When on a stack with an associated recipe:
|
||||
* Move ingredients for as many results as possible and put in inventory if
|
||||
* possible.
|
||||
*/
|
||||
craft-all-to-inventory: "key.keyboard.unknown";
|
||||
|
||||
/**
|
||||
* When on a stack with an associated recipe:
|
||||
* Move ingredients for a single result and put in cursor if possible.
|
||||
*/
|
||||
craft-one-to-cursor: "ctrl key.mouse.left";
|
||||
|
||||
/**
|
||||
* Display the recipe that will be used to craft on a stack with no recipe context.
|
||||
*/
|
||||
show-craft: "key.keyboard.left.shift";
|
||||
|
||||
/**
|
||||
* Cheat in one of an item into the inventory.
|
||||
*/
|
||||
cheat-one-to-inventory: "ctrl key.mouse.right";
|
||||
|
||||
/**
|
||||
* Cheat in a stack of an item into the inventory.
|
||||
*/
|
||||
cheat-stack-to-inventory: "ctrl key.mouse.left";
|
||||
|
||||
/**
|
||||
* Cheat in one of an item into the cursor.
|
||||
*/
|
||||
cheat-one-to-cursor: "ctrl key.mouse.middle";
|
||||
|
||||
/**
|
||||
* Cheat in a stack of an item into the cursor.
|
||||
*/
|
||||
cheat-stack-to-cursor: "key.keyboard.unknown";
|
||||
|
||||
/**
|
||||
* Delete the stack in the cursor when hovering the index
|
||||
*/
|
||||
delete-cursor-stack: "key.mouse.left";
|
||||
|
||||
/**
|
||||
* In edit mode, hide the hovered stack
|
||||
*/
|
||||
hide-stack: "ctrl key.mouse.left";
|
||||
|
||||
/**
|
||||
* In edit mode, hide stacks with the hovered stack's id
|
||||
*/
|
||||
hide-stack-by-id: "ctrl shift key.mouse.left";
|
||||
}
|
||||
|
||||
#dev {
|
||||
/**
|
||||
* Whether development functions should be enabled. Not recommended for general
|
||||
* play.
|
||||
*/
|
||||
dev-mode: false;
|
||||
|
||||
/**
|
||||
* Whether editing the index is enabled
|
||||
*/
|
||||
edit-mode: false;
|
||||
|
||||
/**
|
||||
* Whether to log untranslated tags as warnings.
|
||||
*/
|
||||
log-untranslated-tags: false;
|
||||
|
||||
/**
|
||||
* Whether to log ingredients that don't have a representative tag as warnings.
|
||||
*/
|
||||
log-non-tag-ingredients: false;
|
||||
|
||||
/**
|
||||
* Whether hovering the output of a recipe should show the recipe's EMI ID.
|
||||
*/
|
||||
show-recipe-ids: false;
|
||||
|
||||
/**
|
||||
* Whether stacks in the index should display a highlight if they have a recipe
|
||||
* default.
|
||||
*/
|
||||
highlight-defaulted: false;
|
||||
|
||||
/**
|
||||
* Whether to display exclusion areas
|
||||
*/
|
||||
highlight-exclusion-areas: false;
|
||||
}
|
3
.minecraft/.minecraft/global/emi/global.css
Normal file
3
.minecraft/.minecraft/global/emi/global.css
Normal file
@ -0,0 +1,3 @@
|
||||
#global {
|
||||
use-global: true;
|
||||
}
|
@ -0,0 +1,106 @@
|
||||
|
||||
["YUNG's Better Mineshafts"]
|
||||
# Whether or not vanilla mineshafts should be disabled.
|
||||
# Default: true
|
||||
"Disable Vanilla Mineshafts" = true
|
||||
# The lowest a mineshaft can spawn.
|
||||
# Default: -55
|
||||
"Minimum y-coordinate" = -55
|
||||
# The highest a mineshaft can spawn.
|
||||
# Default: 30
|
||||
#
|
||||
"Maximum y-coordinate" = 30
|
||||
|
||||
###########################################################################################################
|
||||
## Ore deposit settings.
|
||||
###########################################################################################################
|
||||
["YUNG's Better Mineshafts"."Ore Deposits"]
|
||||
"Enable Ore Deposits" = true
|
||||
# Chance of an ore deposit being cobblestone only.
|
||||
# Default: 50
|
||||
#Range: 0 ~ 100
|
||||
"Cobble Spawn Chance (Empty Deposit)" = 50
|
||||
# Chance of an ore deposit containing coal.
|
||||
# Default: 20
|
||||
#Range: 0 ~ 100
|
||||
"Coal Spawn Chance" = 20
|
||||
# Chance of an ore deposit containing iron.
|
||||
# Default: 9
|
||||
#Range: 0 ~ 100
|
||||
"Iron Spawn Chance" = 9
|
||||
# Chance of an ore deposit containing redstone.
|
||||
# Default: 7
|
||||
#Range: 0 ~ 100
|
||||
"Redstone Spawn Chance" = 7
|
||||
# Chance of an ore deposit containing gold.
|
||||
# Default: 7
|
||||
#Range: 0 ~ 100
|
||||
"Gold Spawn Chance" = 7
|
||||
# Chance of an ore deposit containing lapis lazuli.
|
||||
# Default: 3
|
||||
#Range: 0 ~ 100
|
||||
"Lapis Spawn Chance" = 3
|
||||
# Chance of an ore deposit containing emerald.
|
||||
# Default: 3
|
||||
#Range: 0 ~ 100
|
||||
"Emerald Spawn Chance" = 3
|
||||
# Chance of an ore deposit containing diamond.
|
||||
# Default: 1
|
||||
#Range: 0 ~ 100
|
||||
"Diamond Spawn Chance" = 1
|
||||
|
||||
###########################################################################################################
|
||||
## Spawn rates for various mineshaft parts and decorations.
|
||||
###########################################################################################################
|
||||
["YUNG's Better Mineshafts"."Spawn Rates & More"]
|
||||
# The spawn rate for lanterns in the main shaft.
|
||||
# Default: .0067
|
||||
#Range: 0.0 ~ 1.0
|
||||
"Lantern Spawn Rate" = 0.0067
|
||||
# The spawn rate for torches in small shafts.
|
||||
# Default: .02
|
||||
#Range: 0.0 ~ 1.0
|
||||
"Torch Spawn Rate" = 0.02
|
||||
# The spawn rate for workstation side rooms along the main shaft.
|
||||
# Default: .025
|
||||
#Range: 0.0 ~ 1.0
|
||||
"Workstation Spawn Rate" = 0.025
|
||||
# The spawn rate for workstation cellars below workstations along the main shaft.
|
||||
# Default: .25
|
||||
#Range: 0.0 ~ 1.0
|
||||
"Workstation Cellar Spawn Rate" = 0.25
|
||||
# The spawn rate for smaller tunnels that generate along the main shaft.
|
||||
# Default: .07
|
||||
#Range: 0.0 ~ 1.0
|
||||
"Small Shaft Spawn Rate" = 0.07
|
||||
# The spawn rate for cobwebs.
|
||||
# Default: .15
|
||||
#Range: 0.0 ~ 1.0
|
||||
"Cobweb Spawn Rate" = 0.15
|
||||
# The spawn rate for minecarts holding chests in small shafts.
|
||||
# Default: .00125
|
||||
#Range: 0.0 ~ 1.0
|
||||
"Small Shaft Chest Minecart Spawn Rate" = 0.00125
|
||||
# The spawn rate for minecarts holding TNT in small shafts.
|
||||
# Default: .0025
|
||||
#Range: 0.0 ~ 1.0
|
||||
"Small Shaft TNT Minecart Spawn Rate" = 0.0025
|
||||
# The spawn rate for minecarts holding chests in the main shaft.
|
||||
# Default: .01
|
||||
#Range: 0.0 ~ 1.0
|
||||
"Main Shaft Chest Minecart Spawn Rate" = 0.01
|
||||
# The spawn rate for minecarts holding TNT in the main shaft.
|
||||
# Default: .0025
|
||||
#Range: 0.0 ~ 1.0
|
||||
"Main Shaft TNT Minecart Spawn Rate" = 0.0025
|
||||
# Percent chance of an Abandoned Miners' Outpost to spawn at the end of a small mineshaft tunnel.
|
||||
# Default: 2
|
||||
#Range: 0 ~ 100
|
||||
"Abandoned Miners' Outpost Spawn Chance" = 2
|
||||
# The number of "pieces" (e.g. straight, turn, ladder, intersection, etc.) in a single small shaft.
|
||||
# This determines the overall length of small shafts.
|
||||
# Default: 9
|
||||
#
|
||||
#Range: 0 ~ 1000
|
||||
"Small Shaft Piece Chain Length" = 9
|
||||
|
90
.minecraft/versions/1.20.1/config/concheckrmd-client.toml
Normal file
90
.minecraft/versions/1.20.1/config/concheckrmd-client.toml
Normal file
@ -0,0 +1,90 @@
|
||||
|
||||
["Customisable Chat Greeting Message"]
|
||||
#Customisable message that will appear in chat when a world is loaded. This is useful for displaying credits.
|
||||
#Customisable message that will be displayed in chat when a world is loaded.
|
||||
"#1) Display Chat Greeting Message?" = false
|
||||
#The text to be displayed in chat.
|
||||
"#2) Greeting Message Text" = "Hello there! Welcome to my modpack."
|
||||
#The color of the message to be displayed in chat.
|
||||
#Allowed Values: Blue, Green, Red, Aqua, Yellow, White, Black, Grey, Purple, Dark_Blue, Dark_Green, Dark_Red, Dark_Purple
|
||||
"#3) Greeting Message Color" = "Purple"
|
||||
|
||||
["Customisable Start Message"]
|
||||
#Customisable message that will appear each time the game starts. This is useful for displaying credits.
|
||||
#Customisable message that will appear each time the game starts. This is useful for displaying credits.
|
||||
"#1) Display message box?" = false
|
||||
#Will the window show on top of all other windows? Recommended to keep set to True.
|
||||
"#2) Display message box topmost?" = true
|
||||
#The text that will be displayed in the message box.
|
||||
"#3) Message Box Text" = "Hello Modpack Users! Made by matt_r__"
|
||||
|
||||
["Customisable First Start Message"]
|
||||
#A customisable message that will only appear when the game is started for the first time. This is useful for displaying instructions.
|
||||
#A message box that will be displayed when the game is started for the first time. This is useful for displaying instructions.
|
||||
"#1) Display message box?" = false
|
||||
#Will the window show on top of all other windows? Recommended to keep set to True.
|
||||
"#2) Display message box topmost?" = true
|
||||
#The text that will be displayed in the message box.
|
||||
"#3) Message Box Text" = "Welcome. Thank you for starting my modpack for the first time!"
|
||||
|
||||
["Open A Website when the Game Starts"]
|
||||
#The browser will open a webpage when the game starts. This is useful for providing support and displaying credits.
|
||||
#Opens a webpage when the game starts. This is useful for modpack support.
|
||||
"#1) Display Website when game starts?" = false
|
||||
#The URL of the website that will be displayed. This can be formatted like: http://google.com, www.google.com or google.com.
|
||||
"#2) Website URL" = "minecraft.curseforge.com/projects/config-checker"
|
||||
|
||||
["RAM Recommended for Game to Start"]
|
||||
#Set a recommended amount of RAM that is recommended for the modpack to run. If this recommendation is not met then a warning will be displayed when the game is started.
|
||||
#The amount of RAM recommended for stable gameplay.
|
||||
#Range: 128 ~ 51200
|
||||
"#1) Ram Recommended (IN MB)" = 4096
|
||||
#If the player has less than the recommended amount of RAM assigned to the modpack then a warning will be displayed when the game is started.
|
||||
"#2) Check RAM meets recommendation?" = true
|
||||
#Will the window show on top of all other windows? I highly recommend this is left as true.
|
||||
"#3) Display message box topmost?" = true
|
||||
#Customise the text that appears in the warning message. Will display custom message instead of the default text.
|
||||
"#4) Customise low RAM Warning?" = true
|
||||
#The custom message to be displayed if you have set the previous setting to 'True'. Will display custom message instead of the default text.
|
||||
"#5) Custom Message" = "注意!你为游戏分配的内存可能太少,如果出现卡顿,请调高内存。"
|
||||
|
||||
["Recommended RAM Chat Message"]
|
||||
#SetSet a recommended amount of RAM that is recommended for the modpack to run. If this recommendation is not met then a warning will be displayed in chat when a world is loaded.
|
||||
#The amount of RAM recommended for stable gameplay.
|
||||
#Range: 128 ~ 51200
|
||||
"#1) Ram Recommended (IN MB)" = 4096
|
||||
#If the player has less than the recommended amount of RAM assigned to the modpack then a warning will be displayed in chat when a world is loaded.
|
||||
"#2) Check RAM meets recommendation?" = true
|
||||
#Customise the text that appears in the warning message. Will display custom message instead of the default text.
|
||||
"#3) Customise low RAM Warning?" = true
|
||||
#The custom message to be displayed in chat if you have set the previous setting to 'True'. Will display custom message instead of the default text.
|
||||
"#4) Custom Message" = "注意!你为游戏分配的内存可能太少,如果出现卡顿,请调高内存。"
|
||||
|
||||
["RAM Required for Game to Start"]
|
||||
#Set a required amount of RAM that is required for the modpack to run. If this requirement is not met then an error will be displayed when the game is started and the game will close.
|
||||
#The amount of RAM required for the game to run.
|
||||
#Range: 128 ~ 51200
|
||||
"#1) Ram Required (IN MB)" = 2048
|
||||
#If the player has less than the required amount of RAM assigned to the modpack then they will be alerted as the game starts and the game will close.
|
||||
"#2) Check RAM meets requirement?" = true
|
||||
#Will the window show on top of all other windows? I highly recommend this is left as true.
|
||||
"#3) Display message box topmost?" = true
|
||||
#Customise the text that appears in the error message. Will display custom message instead of the default text.
|
||||
"#4) Display custom text in messagebox?" = true
|
||||
#The custom message to be displayed if you have set the previous setting to 'True'. Will display custom message instead of the default text.
|
||||
"#5) Custom Message" = "你为游戏分配的内存低于最低要求!请重新分配,至少需要分配2G。游戏将在稍后关闭。"
|
||||
|
||||
["Game Launch Time Limit"]
|
||||
#Set the maximum time the game can spend booting. If the game exceeds this time limit then then an error will be displayed when the game is started and the game will close.
|
||||
#The maximum amount of time the game will be allowed to spend booting. (IN SECONDS)
|
||||
#Range: 5 ~ 5400
|
||||
"#1) Launch Timeout (IN SECONDS)" = 300
|
||||
#If the game exceeds the launch timeout then a messagebox will be displayed and the game will close.
|
||||
"#2) Check game meets launch timeout?" = true
|
||||
#Will the window show on top of all other windows? I highly recommend this is left as true.
|
||||
"#3) Display message box topmost?" = true
|
||||
#Customise the text that appears in the error message. Will display custom message instead of the default text.
|
||||
"#4) Display custom text in error message?" = true
|
||||
#The custom message to be displayed if you have set the previous setting to 'True'. Will display custom message instead of the default text.
|
||||
"#5) Custom Message" = "你的游戏启动时间过长,说明你分配的内存或者配置不够,请重新分配。游戏将在稍后关闭。"
|
||||
|
13
.minecraft/versions/1.20.1/config/create_jetpack-client.toml
Normal file
13
.minecraft/versions/1.20.1/config/create_jetpack-client.toml
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
[overlay]
|
||||
enabled = true
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
scale = 1.0
|
||||
|
||||
[overlay.position]
|
||||
#Use negative values to position relative to the right/bottom of the screen
|
||||
#Range: > -2147483648
|
||||
x = 6
|
||||
#Range: > -2147483648
|
||||
y = 6
|
||||
|
26
.minecraft/versions/1.20.1/config/create_jetpack-common.toml
Normal file
26
.minecraft/versions/1.20.1/config/create_jetpack-common.toml
Normal file
@ -0,0 +1,26 @@
|
||||
|
||||
[air]
|
||||
#Range: > 1
|
||||
uses_per_tank = 2048
|
||||
#Range: > 1
|
||||
uses_per_tank_hover = 20480
|
||||
|
||||
[speed]
|
||||
#Range: 0.01 ~ 100.0
|
||||
horizontal = 0.02
|
||||
#Range: 0.01 ~ 100.0
|
||||
vertical = 0.4
|
||||
#Range: 0.01 ~ 100.0
|
||||
acceleration = 0.6
|
||||
#Range: -100.0 ~ 0.0
|
||||
hover_descend = -0.03
|
||||
#Range: 0.0 ~ 100.0
|
||||
swim_modifier = 1.8
|
||||
|
||||
[features]
|
||||
elytra_boost = true
|
||||
|
||||
[enchantments]
|
||||
list = []
|
||||
is_blacklist = true
|
||||
|
42
.minecraft/versions/1.20.1/config/creeperoverhaul.jsonc
Normal file
42
.minecraft/versions/1.20.1/config/creeperoverhaul.jsonc
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
// Changes the Creeper Overhaul creepers to destroy blocks or not.
|
||||
"destroyBlocks": true,
|
||||
"client": {
|
||||
// Change the Vanilla Creeper to a new and improved texture with better animations.
|
||||
"replaceDefaultCreeper": true
|
||||
},
|
||||
"spawning": {
|
||||
// Change the Creeper Overhaul creepers to spawn or not.
|
||||
"allowSpawning": true,
|
||||
// Change the Jungle Creeper to spawn or not.
|
||||
"allowJungleCreeperSpawning": true,
|
||||
// Change the Bamboo Creeper to spawn or not.
|
||||
"allowBambooCreeperSpawning": true,
|
||||
// Change the Desert Creeper to spawn or not.
|
||||
"allowDesertCreeperSpawning": true,
|
||||
// Change the Badlands Creeper to spawn or not.
|
||||
"allowBadlandsCreeperSpawning": true,
|
||||
// Change the Hills Creeper to spawn or not.
|
||||
"allowHillsCreeperSpawning": true,
|
||||
// Change the Savannah Creeper to spawn or not.
|
||||
"allowSavannahCreeperSpawning": true,
|
||||
// Change the Mushroom Creeper to spawn or not.
|
||||
"allowMushroomCreeperSpawning": true,
|
||||
// Change the Swamp Creeper to spawn or not.
|
||||
"allowSwampCreeperSpawning": true,
|
||||
// Change the Dripstone Creeper to spawn or not.
|
||||
"allowDripstoneCreeperSpawning": true,
|
||||
// Change the Cave Creeper to spawn or not.
|
||||
"allowCaveCreeperSpawning": true,
|
||||
// Change the Dark Oak Creeper to spawn or not.
|
||||
"allowDarkOakCreeperSpawning": true,
|
||||
// Change the Spruce Creeper to spawn or not.
|
||||
"allowSpruceCreeperSpawning": true,
|
||||
// Change the Beach Creeper to spawn or not.
|
||||
"allowBeachCreeperSpawning": true,
|
||||
// Change the Snowy Creeper to spawn or not.
|
||||
"allowSnowyCreeperSpawning": true,
|
||||
// Change the Ocean Creeper to spawn or not.
|
||||
"allowOceanCreeperSpawning": true
|
||||
}
|
||||
}
|
@ -3,12 +3,12 @@ type = customizablemenus
|
||||
de.keksuccino.drippyloadingscreen.customization.DrippyOverlayScreen {
|
||||
}
|
||||
|
||||
net.minecraft.client.gui.screens.OptionsScreen {
|
||||
}
|
||||
|
||||
net.minecraft.client.gui.screens.LevelLoadingScreen {
|
||||
}
|
||||
|
||||
net.minecraft.client.gui.screens.TitleScreen {
|
||||
}
|
||||
|
||||
net.minecraft.client.gui.screens.OptionsScreen {
|
||||
}
|
||||
|
||||
|
@ -23,8 +23,3 @@ customization {
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=505154%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
"renderStuckFeatures": true,
|
||||
"vanillaHands": false,
|
||||
"doubleHands": false,
|
||||
"forceActive": false,
|
||||
"forceActive": true,
|
||||
"autoVanillaHands": [
|
||||
"twilightforest:filled_ore_map",
|
||||
"twilightforest:filled_magic_map",
|
||||
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
chapter_groups: [ ]
|
||||
}
|
@ -0,0 +1,34 @@
|
||||
{
|
||||
default_hide_dependency_lines: false
|
||||
default_quest_shape: ""
|
||||
filename: "0"
|
||||
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
|
||||
x: -2.5d
|
||||
y: -2.0d
|
||||
}]
|
||||
order_index: 0
|
||||
quest_links: [ ]
|
||||
quests: [{
|
||||
description: ["挖矿与砍杀目前存在一些问题,这些问题本人无力处理,只能等待作者修复,如果你遇到了这些问题还请向mod作者反馈!"]
|
||||
id: "493BD5D1F35D7EBB"
|
||||
tasks: [{
|
||||
id: "33105A532699BEA4"
|
||||
title: "点击以确认"
|
||||
type: "checkmark"
|
||||
}]
|
||||
title: "挖矿与砍杀存在问题"
|
||||
x: 0.0d
|
||||
y: 0.0d
|
||||
}]
|
||||
title: "0 重要说明"
|
||||
}
|
@ -0,0 +1,33 @@
|
||||
{
|
||||
default_hide_dependency_lines: false
|
||||
default_quest_shape: ""
|
||||
filename: "2018EB1255AEE34B"
|
||||
group: ""
|
||||
icon: "mmorpg:skill_gems/skill/int"
|
||||
id: "2018EB1255AEE34B"
|
||||
images: [{
|
||||
click: ""
|
||||
corner: false
|
||||
dev: false
|
||||
height: 1.0d
|
||||
hover: [ ]
|
||||
image: "twilightforest:textures/armor/arcticarmor_1.png"
|
||||
rotation: 0.0d
|
||||
width: 2.0d
|
||||
x: -3.5d
|
||||
y: -2.5d
|
||||
}]
|
||||
order_index: 1
|
||||
quest_links: [ ]
|
||||
quests: [{
|
||||
id: "3BF15C33894DC2D5"
|
||||
tasks: [{
|
||||
id: "7F25F03BAF332FC0"
|
||||
item: "mmorpg:newbie_gear_bag"
|
||||
type: "item"
|
||||
}]
|
||||
x: 0.0d
|
||||
y: 0.0d
|
||||
}]
|
||||
title: "挖矿与砍杀"
|
||||
}
|
23
.minecraft/versions/1.20.1/config/ftbquests/quests/data.snbt
Normal file
23
.minecraft/versions/1.20.1/config/ftbquests/quests/data.snbt
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
default_autoclaim_rewards: "disabled"
|
||||
default_consume_items: false
|
||||
default_quest_disable_jei: false
|
||||
default_quest_shape: "circle"
|
||||
default_reward_team: true
|
||||
detection_delay: 20
|
||||
disable_gui: false
|
||||
drop_loot_crates: false
|
||||
emergency_items: [{ Count: 1b, id: "minecraft:bread" }]
|
||||
emergency_items_cooldown: 300
|
||||
grid_scale: 0.5d
|
||||
lock_message: ""
|
||||
loot_crate_no_drop: {
|
||||
boss: 0
|
||||
monster: 600
|
||||
passive: 4000
|
||||
}
|
||||
pause_game: false
|
||||
progression_mode: "linear"
|
||||
title: "边境流放"
|
||||
version: 13
|
||||
}
|
@ -5,6 +5,9 @@
|
||||
},
|
||||
"first_run": false
|
||||
},
|
||||
"GuiSettings": {
|
||||
"continuous_crafting_saved_value": false
|
||||
},
|
||||
"LockedSlotsSettings": {
|
||||
"locked_slots_empty_hotbar_as_semi_locked": {
|
||||
"value": false
|
||||
|
@ -0,0 +1,98 @@
|
||||
{
|
||||
"globalBookmarks": {
|
||||
"armorer": [
|
||||
],
|
||||
"butcher": [
|
||||
],
|
||||
"cartographer": [
|
||||
],
|
||||
"cleric": [
|
||||
],
|
||||
"farmer": [
|
||||
],
|
||||
"fisherman": [
|
||||
],
|
||||
"fletcher": [
|
||||
],
|
||||
"leatherworker": [
|
||||
],
|
||||
"librarian": [
|
||||
],
|
||||
"mason": [
|
||||
],
|
||||
"shepherd": [
|
||||
],
|
||||
"toolsmith": [
|
||||
],
|
||||
"weaponsmith": [
|
||||
],
|
||||
"nitwit": [
|
||||
],
|
||||
"none": [
|
||||
]
|
||||
},
|
||||
"globalBookmarks1": {
|
||||
"armorer": [
|
||||
],
|
||||
"butcher": [
|
||||
],
|
||||
"cartographer": [
|
||||
],
|
||||
"cleric": [
|
||||
],
|
||||
"farmer": [
|
||||
],
|
||||
"fisherman": [
|
||||
],
|
||||
"fletcher": [
|
||||
],
|
||||
"leatherworker": [
|
||||
],
|
||||
"librarian": [
|
||||
],
|
||||
"mason": [
|
||||
],
|
||||
"shepherd": [
|
||||
],
|
||||
"toolsmith": [
|
||||
],
|
||||
"weaponsmith": [
|
||||
],
|
||||
"nitwit": [
|
||||
],
|
||||
"none": [
|
||||
]
|
||||
},
|
||||
"globalBookmarks2": {
|
||||
"armorer": [
|
||||
],
|
||||
"butcher": [
|
||||
],
|
||||
"cartographer": [
|
||||
],
|
||||
"cleric": [
|
||||
],
|
||||
"farmer": [
|
||||
],
|
||||
"fisherman": [
|
||||
],
|
||||
"fletcher": [
|
||||
],
|
||||
"leatherworker": [
|
||||
],
|
||||
"librarian": [
|
||||
],
|
||||
"mason": [
|
||||
],
|
||||
"shepherd": [
|
||||
],
|
||||
"toolsmith": [
|
||||
],
|
||||
"weaponsmith": [
|
||||
],
|
||||
"nitwit": [
|
||||
],
|
||||
"none": [
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,98 @@
|
||||
{
|
||||
"globalBookmarks": {
|
||||
"armorer": [
|
||||
],
|
||||
"butcher": [
|
||||
],
|
||||
"cartographer": [
|
||||
],
|
||||
"cleric": [
|
||||
],
|
||||
"farmer": [
|
||||
],
|
||||
"fisherman": [
|
||||
],
|
||||
"fletcher": [
|
||||
],
|
||||
"leatherworker": [
|
||||
],
|
||||
"librarian": [
|
||||
],
|
||||
"mason": [
|
||||
],
|
||||
"shepherd": [
|
||||
],
|
||||
"toolsmith": [
|
||||
],
|
||||
"weaponsmith": [
|
||||
],
|
||||
"nitwit": [
|
||||
],
|
||||
"none": [
|
||||
]
|
||||
},
|
||||
"globalBookmarks1": {
|
||||
"armorer": [
|
||||
],
|
||||
"butcher": [
|
||||
],
|
||||
"cartographer": [
|
||||
],
|
||||
"cleric": [
|
||||
],
|
||||
"farmer": [
|
||||
],
|
||||
"fisherman": [
|
||||
],
|
||||
"fletcher": [
|
||||
],
|
||||
"leatherworker": [
|
||||
],
|
||||
"librarian": [
|
||||
],
|
||||
"mason": [
|
||||
],
|
||||
"shepherd": [
|
||||
],
|
||||
"toolsmith": [
|
||||
],
|
||||
"weaponsmith": [
|
||||
],
|
||||
"nitwit": [
|
||||
],
|
||||
"none": [
|
||||
]
|
||||
},
|
||||
"globalBookmarks2": {
|
||||
"armorer": [
|
||||
],
|
||||
"butcher": [
|
||||
],
|
||||
"cartographer": [
|
||||
],
|
||||
"cleric": [
|
||||
],
|
||||
"farmer": [
|
||||
],
|
||||
"fisherman": [
|
||||
],
|
||||
"fletcher": [
|
||||
],
|
||||
"leatherworker": [
|
||||
],
|
||||
"librarian": [
|
||||
],
|
||||
"mason": [
|
||||
],
|
||||
"shepherd": [
|
||||
],
|
||||
"toolsmith": [
|
||||
],
|
||||
"weaponsmith": [
|
||||
],
|
||||
"nitwit": [
|
||||
],
|
||||
"none": [
|
||||
]
|
||||
}
|
||||
}
|
@ -50,6 +50,12 @@
|
||||
"painting": true,
|
||||
"chiseled_bookshelf": true
|
||||
},
|
||||
"jadeaddons": {
|
||||
"equipment_requirement": ""
|
||||
},
|
||||
"tombstone": {
|
||||
"graves": true
|
||||
},
|
||||
"twilightforest": {
|
||||
"quest_ram_wool": true
|
||||
},
|
||||
@ -61,7 +67,21 @@
|
||||
"registry_name": "OFF",
|
||||
"mod_name": true
|
||||
},
|
||||
"create": {
|
||||
"filter": true,
|
||||
"goggles.requires_goggles": true,
|
||||
"goggles": false,
|
||||
"copper_backtank": true,
|
||||
"blaze_burner": true,
|
||||
"exact_block": true,
|
||||
"crafting_blueprint": true,
|
||||
"goggles.detailed": false,
|
||||
"placard": true
|
||||
},
|
||||
"waystones": {
|
||||
"waystone": true
|
||||
},
|
||||
"lootr": {
|
||||
"info": true
|
||||
}
|
||||
}
|
@ -45,6 +45,18 @@
|
||||
"jade:block_face": null,
|
||||
"twilightforest:quest_ram_wool": null,
|
||||
"waystones:waystone": null,
|
||||
"tombstone:graves": null,
|
||||
"lootr:info": null,
|
||||
"lootr:inventory": null,
|
||||
"create:blaze_burner": null,
|
||||
"create:copper_backtank": null,
|
||||
"create:contraption_inv": null,
|
||||
"create:hide_boiler_tanks": null,
|
||||
"create:crafting_blueprint": null,
|
||||
"create:placard": null,
|
||||
"create:exact_block": null,
|
||||
"create:filter": null,
|
||||
"create:goggles": null,
|
||||
"waystones:waystone": null,
|
||||
"twilightforest:quest_ram_wool": null,
|
||||
"minecraft:brewing_stand": null,
|
||||
@ -90,5 +102,17 @@
|
||||
"jade:registry_name": null,
|
||||
"jade:mod_name": null,
|
||||
"jade:distance": null,
|
||||
"jade:block_face": null
|
||||
"jade:block_face": null,
|
||||
"tombstone:graves": null,
|
||||
"lootr:info": null,
|
||||
"lootr:inventory": null,
|
||||
"create:blaze_burner": null,
|
||||
"create:copper_backtank": null,
|
||||
"create:contraption_inv": null,
|
||||
"create:hide_boiler_tanks": null,
|
||||
"create:crafting_blueprint": null,
|
||||
"create:placard": null,
|
||||
"create:exact_block": null,
|
||||
"create:filter": null,
|
||||
"create:goggles": null
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"enabled": false,
|
||||
"port": 7903,
|
||||
"validator": {
|
||||
"uuids": [],
|
||||
"if": {
|
||||
"password": "18da6b2d-8987-4579-9e2f-1ec45cfd001c",
|
||||
"type": "password"
|
||||
},
|
||||
"type": "if"
|
||||
}
|
||||
}
|
80
.minecraft/versions/1.20.1/config/tombstone-client.toml
Normal file
80
.minecraft/versions/1.20.1/config/tombstone-client.toml
Normal file
@ -0,0 +1,80 @@
|
||||
|
||||
#Personal Options that can be edited even on server
|
||||
[client]
|
||||
#Shows the magic circles when using some items [false/true|default:true]
|
||||
show_magic_circle = true
|
||||
#Shows all the infos in the tooltip of items [false/true|default:true]
|
||||
show_enhanced_tooltips = true
|
||||
#Highlights the tomb from far when holding the key [false/true|default:true]
|
||||
highlight = true
|
||||
#Skips the Respawn Screen [false/true|default:false]
|
||||
skip_respawn_screen = false
|
||||
#Shows shield particles on villager [false/true|default:true]
|
||||
show_shield_particle = true
|
||||
#Allows the ghost to appear around you during Halloween [false/true|default:true]
|
||||
allow_halloween_ghost = true
|
||||
#Shows only the elapsed minecraft days since the death on graves [false/true|default:false]
|
||||
date_in_mc_time = false
|
||||
#Display or not the messages of gain of points in knowledge of death [false/true|default:true]
|
||||
display_knowledge_message = true
|
||||
#Equips elytra in priority when recovering your lost items [false/true|default:false]
|
||||
equip_elytra_in_priority = false
|
||||
#Automatically equip magic books in Curios slot [false/true|default:false]
|
||||
equip_curio_slot_magic_book = false
|
||||
#Shows the use of the Tombstone's enchantments in tooltip [false/true|default:true]
|
||||
show_info_on_enchantment = true
|
||||
#Favor the tools on the hotbar when recovering a grave [false/true|default:false]
|
||||
priorize_tool_on_hotbar = false
|
||||
#Allows to activate a grave by sneaking [false/true|default:true]
|
||||
activate_grave_by_sneaking = true
|
||||
#Denies to create a grave with your items when you die [false/true|default:false]
|
||||
deny_grave_on_death = false
|
||||
#Allows your grave to appear in water [false/true|default:true]
|
||||
allow_grave_in_water = true
|
||||
#Decimal value for the color of the particles when using magic items [0..16777215|default:125656]
|
||||
#Range: 0 ~ 16777215
|
||||
particle_casting_color = 14937088
|
||||
#Decimal value for the color of the grave text <Death Date> [0..16777215|default:2962496]
|
||||
#Range: 0 ~ 16777215
|
||||
text_color_death_date = 2962496
|
||||
#Decimal value for the color of the grave text <R.I.P.> [0..16777215|default:2962496]
|
||||
#Range: 0 ~ 16777215
|
||||
text_color_rip = 2962496
|
||||
#Decimal value for the color of the grave text <Owner Name> [0..16777215|default:5991302]
|
||||
#Range: 0 ~ 16777215
|
||||
text_color_owner = 5991302
|
||||
#Decimal value of the fog color [0..16777215|default:125656]
|
||||
#Range: 0 ~ 16777215
|
||||
fog_color = 16777215
|
||||
#Fog density around the graves [NONE/LOW/NORMAL/HIGH|default:LOW]
|
||||
#Allowed Values: NONE, LOW, NORMAL, HIGH
|
||||
fog_density = "LOW"
|
||||
#Period where graves produce fog [DAY/NIGHT/BOTH|default:NIGHT]
|
||||
#Allowed Values: DAY, NIGHT, BOTH, NEVER
|
||||
fog_period = "NIGHT"
|
||||
#Favorite grave
|
||||
#Allowed Values: GRAVE_SIMPLE, GRAVE_NORMAL, GRAVE_CROSS, TOMBSTONE, SUBARAKI_GRAVE, GRAVE_ORIGINAL
|
||||
favorite_grave = "GRAVE_SIMPLE"
|
||||
#Favorite grave marble
|
||||
#Allowed Values: DARK, WHITE
|
||||
favorite_grave_marble = "DARK"
|
||||
#Defines the rule to use for grave's skin [DEFAULT/FORCE_NORMAL/FORCE_HALLOWEEN|default:DEFAULT]
|
||||
#Allowed Values: DEFAULT, FORCE_NORMAL, FORCE_HALLOWEEN, FORCE_CHRISTMAS
|
||||
grave_skin_rule = "DEFAULT"
|
||||
#Defines your grave placement logic (nearest or ideal placement) [SAFEST/NORMAL/NEAREST|default:NORMAL]
|
||||
#Allowed Values: SAFEST, NORMAL, NEAREST
|
||||
grave_spawn_rule = "NORMAL"
|
||||
#Defines when to automatically equip your items [NEVER/GRAVE_RECOVERY/DEATH_RESPAWN/ALWAYS|default:ALWAYS]
|
||||
#Allowed Values: NEVER, GRAVE_RECOVERY, DEATH_RESPAWN, ALWAYS
|
||||
auto_equip_rule = "ALWAYS"
|
||||
#Defines the type of marker when holding in hand some items like the Grave's Key [WING/SPARK/NOTE/BOX|default:WING]
|
||||
#Allowed Values: WING, SPARK, NOTE, BOX
|
||||
marker_type = "WING"
|
||||
#Defines the font to use in Tombstone's screens (only for english, french and spanish languages) [FANTASY/VANILLA|default:FANTASY]
|
||||
#Allowed Values: FANTASY, VANILLA
|
||||
font_rule = "FANTASY"
|
||||
#Display the combinations in item tooltip [false/true|default:true]
|
||||
show_tooltip_combine = true
|
||||
#Prevent night vision from flashing when less than 5 seconds left [false/true|default:true]
|
||||
no_blinking_nightvision = true
|
||||
|
213
.minecraft/versions/1.20.1/config/tombstone-common.toml
Normal file
213
.minecraft/versions/1.20.1/config/tombstone-common.toml
Normal file
@ -0,0 +1,213 @@
|
||||
|
||||
#Options related to player's death
|
||||
[player_death]
|
||||
#Whether to unlock access to a grave if the player has been killed by another player [false/true|default:true]
|
||||
pvp_unlock_grave = true
|
||||
#Whether to handle player death [false/true|default:true]
|
||||
handle_player_death = true
|
||||
#Whether to restore beneficial effects after a player dies [false/true|default:true]
|
||||
restore_effects_on_death = false
|
||||
#Only abandoned graves can have losses of items (based on the decay_time) [false/true|default:true]
|
||||
loss_on_death_only_for_abandoned_grave = true
|
||||
#Only stackable items can be lost on death [false/true|default:true]
|
||||
loss_on_death_only_for_stackable_items = true
|
||||
#Prevents death outside the borders of the world [false/true|default:true]
|
||||
prevent_death_outside_world_border = true
|
||||
#Prevents death outside the build height [false/true|default:false]
|
||||
prevent_death_outside_build_height = false
|
||||
#Allows to fill an existing grave instead of creating a new one [false/true|default:true]
|
||||
allow_to_fill_existing_grave = true
|
||||
#Caps the duration of Ghostly Shape effect to 10 seconds when teleporting with a Grave's Key [false/true|default:true]
|
||||
nerf_ghostly_shape_teleport_with_key = true
|
||||
#Cancel the Ghostly Shape effect when colliding an enemy [false/true|default:true]
|
||||
nerf_ghostly_shape_enemy_collision = true
|
||||
#Cancel the Ghostly Shape effect when opening a chest [false/true|default:true]
|
||||
nerf_ghostly_shape_open_chest = true
|
||||
#Cancel the Ghostly Shape effect when breaking a block [false/true|default:true]
|
||||
nerf_ghostly_shape_break_block = true
|
||||
#The radius in which items should be collected when a grave is spawned [1..10|default:5]
|
||||
#Range: 1 ~ 10
|
||||
sniffer_range = 5
|
||||
#The chance that creatures appear after the contents of a grave are retrieved [0..100|default:0]
|
||||
#Range: 0 ~ 100
|
||||
chance_mob_on_grave_recovery = 0
|
||||
#Percent of stolen experience by killing a player when PvP mode is enabled [0..100|default:30]
|
||||
#Range: 0 ~ 100
|
||||
pvp_stolen_xp = 30
|
||||
#Knowledge of Death loss on death [0..500|default:0]
|
||||
#Range: 0 ~ 500
|
||||
knowledge_loss = 0
|
||||
#The chance that some items are lost on death [0..100|default:0]
|
||||
#Range: 0 ~ 100
|
||||
chance_loss_on_death = 0
|
||||
#The percentage of items that are lost on death [0..100|default:0]
|
||||
#Range: 0 ~ 100
|
||||
percent_loss_on_death = 0
|
||||
#Graveless Areas
|
||||
no_grave_location = ["0, -300, 0, minecraft:overworld, 20"]
|
||||
|
||||
#Options related to player's alignment
|
||||
[alignment]
|
||||
#Points for freeing a soul in a receptacle [0..50|default:10]
|
||||
#Range: 0 ~ 50
|
||||
points_free_soul_receptacle = 10
|
||||
#Points for plundering a player's grave [-50..0|default:-2]
|
||||
#Range: -50 ~ 0
|
||||
points_plunder_player_grave = -2
|
||||
#Points for zombie villager exorcism [0..50|default:3]
|
||||
#Range: 0 ~ 50
|
||||
points_exorcism_zombie_villager = 3
|
||||
#Points for killing a villager [-50..0|default:-3]
|
||||
#Range: -50 ~ 0
|
||||
points_kill_villager = -3
|
||||
#Points for killing a raider [0..20|default:1]
|
||||
#Range: 0 ~ 20
|
||||
points_kill_raider = 1
|
||||
#Points for tablet of cupidity [-20..0|default:-2]
|
||||
#Range: -20 ~ 0
|
||||
points_tablet_of_cupidity = -2
|
||||
#Points for Pray of Protection [0..50|default:2]
|
||||
#Range: 0 ~ 50
|
||||
points_pray_of_protection = 2
|
||||
|
||||
#Miscellaneous options
|
||||
[general]
|
||||
#Allows teleportation to other dimensions [false/true|default:true]
|
||||
teleport_dim = true
|
||||
#Increases the minimum time without sleeping for phantom spawn around player based on their level in Knowledge of Death [false/true|default:true]
|
||||
knowledge_reduce_phantom_spawn = true
|
||||
#Allows players to be hurt by special damages related to some items [false/true|default:true]
|
||||
allow_beyond_the_grave_damage = true
|
||||
#Minimum time without sleeping for phantom to spawn around players [1200..MAX|default:72000]
|
||||
#Range: > 1200
|
||||
time_for_phantom_spawn = 72000
|
||||
#Cooldown in minutes to use the command tbrequestteleport [-1..1440|default:-1]
|
||||
#Range: -1 ~ 1440
|
||||
cooldown_request_teleport = -1
|
||||
#Cooldown in minutes to use the command tbteleportdeath [-1..1440|default:-1]
|
||||
#Range: -1 ~ 1440
|
||||
cooldown_teleport_death = -1
|
||||
#Cooldown in minutes to use the command tbbind [-1..1440|default:-1]
|
||||
#Range: -1 ~ 1440
|
||||
cooldown_teleport_bind = -1
|
||||
#Beneficial effects that can't used by certain features such as ankh of pray, lollipop, scroll of preservation, alchemy perk and magic siphon enchantment
|
||||
unhandled_beneficial_effects = ["astralsorcery:potiontimefreeze"]
|
||||
#Harmful effects that can't used by certain features such as tablet of cupidity and the enchantment plague bringer
|
||||
unhandled_harmful_effects = ["minecraft:nausea"]
|
||||
|
||||
#Allows to define the conditions for a village siege to begin
|
||||
[village_siege]
|
||||
#Allows to handle village sieges [false/true|default:true]
|
||||
handle_village_siege = true
|
||||
#Logs the different states of a village siege while searching for an adequate place [false/true|default:false]
|
||||
log_siege_state = false
|
||||
#The creatures of the siege have a glowing effect (only uses this for test purposes) [false/true|default:false]
|
||||
glowing_creature_test = false
|
||||
#Allows to use the positions of creative players to define the siege location [false/true|default:true]
|
||||
allow_creative_players_for_siege = true
|
||||
#Undeads always wear a helm when sieging [false/true|default:false]
|
||||
undead_wear_helm_in_siege = false
|
||||
#Mobs in siege are persistent [false/true|default:false]
|
||||
persistent_mob_in_siege = false
|
||||
#Shuffles the list of players before testing the siege location [false/true|default:true]
|
||||
shuffle_players_for_siege = true
|
||||
#Chance for a siege to occur [0..100|default:10]
|
||||
#Range: 0 ~ 100
|
||||
siege_chance = 10
|
||||
#Maximum of creatures appearing in a siege [0..100|default:20]
|
||||
#Range: 0 ~ 100
|
||||
siege_max_creature = 20
|
||||
#Delay in seconds for a second test of siege when the first failed [0..1200|default:200]
|
||||
#Range: 0 ~ 1200
|
||||
delay_siege_test = 200
|
||||
|
||||
#For settings related to magic items
|
||||
[magic_item]
|
||||
#Damaged items can be recycled with the Book of Recycling
|
||||
can_recycle_damaged_item = true
|
||||
#The items that can't be recycled by the Book of Recycling
|
||||
denied_item_to_recycle = []
|
||||
#Allows to disenchant enchanted books with the Book of Disenchantment
|
||||
can_disenchant_enchanted_book = false
|
||||
#Allows lost tablets to find locations outside the current world [false/true|default:true]
|
||||
lost_tablet_search_outside_world = true
|
||||
#Allows lost tablets to find modded structures [false/true|default:true]
|
||||
lost_tablet_modded_structure = true
|
||||
#The structures that can't be discovered by lost tablets
|
||||
lost_tablet_denied_structures = []
|
||||
#Duration of voodoo poppet's effects in seconds when preventing death [5..60000|default:60]
|
||||
#Range: 5 ~ 60000
|
||||
duration_voodoo_poppet_effects = 60
|
||||
|
||||
#For settings related to decorative tombs and magic items
|
||||
[decorative_grave]
|
||||
#Allows to replace a grave plate already set on a grave [false/true|default:true]
|
||||
can_replace_grave_plate = true
|
||||
#Allows the merchant grave gardian [false/true|default:true]
|
||||
allow_grave_gardian = true
|
||||
#Minimum distance between Grave Gardians to spawn [10..200|default:100]
|
||||
#Range: 10 ~ 200
|
||||
distance_between_grave_guardian = 100
|
||||
#Time in minutes for a Grave Guardian to restock its offers [1..1000|default:60]
|
||||
#Range: 1 ~ 1000
|
||||
restock_time_grave_guardian = 60
|
||||
#Time in minutes to check if a soul appears on a grave [1..10000|default:30]
|
||||
#Range: 1 ~ 10000
|
||||
time_soul = 30
|
||||
#Chance on 1000 that a soul appears on a grave [0..1000|default:100]
|
||||
#Range: 0 ~ 1000
|
||||
chance_soul = 100
|
||||
#Chance to receive a random beneficial spell effect when praying near a grave [0..100|default:30]
|
||||
#Range: 0 ~ 100
|
||||
chance_pray_reward = 30
|
||||
|
||||
#Allows to customize or disable the enchantments
|
||||
[enchantments]
|
||||
#The wearer is also affected by the effect if his alignment is not bad [false/true|default:true]
|
||||
nerf_plague_bringer = true
|
||||
#Maximum duration of stolen effects in minutes [1..MAX|default:60]
|
||||
#Range: > 1
|
||||
max_duration_magic_siphon = 60
|
||||
#Duration of applied effects in seconds [1..MAX|default:10]
|
||||
#Range: > 1
|
||||
duration_plague_bringer = 10
|
||||
#Defines if players can steal effects to others players. If nerfed, the stolen effect duration is limited to 10% of the initial effect [ALLOW/NERFED/DISALLOW|default:ALLOW]
|
||||
#Allowed Values: ALLOW, NERFED, DISALLOW
|
||||
magic_siphon_on_player_rule = "ALLOW"
|
||||
|
||||
#Options related to the command recovery and auto-save of players
|
||||
[recovery]
|
||||
#Enables to backup automatically players [false/true|default:true]
|
||||
recovery_player_enable = true
|
||||
#Backup players on death [false/true|default:false]
|
||||
backup_on_death = true
|
||||
#Time in minutes between players' backups [10..1000|default:40]
|
||||
#Range: 5 ~ 1000
|
||||
recovery_player_timer = 19
|
||||
#Maximum number of backups per player [5..100|default:15]
|
||||
#Range: 5 ~ 100
|
||||
recovery_player_max_saves = 15
|
||||
#Log when players are automatically back up [false/true|default:false]
|
||||
log_auto_backup = false
|
||||
|
||||
#Options related to looted items
|
||||
[loot]
|
||||
#Maximum xp rewarded with a Lost Page of Erdös [1..200000|default:2000]
|
||||
#Range: 1 ~ 200000
|
||||
max_xp_lost_page = 2000
|
||||
#Entities that can't found as loot in a Familiar Receptacle
|
||||
unhandled_tameable_entities = []
|
||||
|
||||
#Allows to enable some features related to others mods
|
||||
[compatibility]
|
||||
#Allows to auto-equip the slots from Curio mod [false/true|default:true]
|
||||
curio_auto_equip = true
|
||||
#Allows to provide a default support for bundle in Curio mod [false/true|default:true]
|
||||
curio_bundle_support = true
|
||||
#Allows to provide a magic book slot in Curio mod used to enchant with a soul [false/true|default:true]
|
||||
curio_magic_book_support = true
|
||||
#Keeps the cosmetic armor when you die [false/true|default:true]
|
||||
keep_cosmetic_armor = true
|
||||
#Ensure the potion effects to stay on the player after returning from end conquered [false/true|default:true]
|
||||
preserve_effects_on_return_end_conquered = true
|
||||
|
157
.minecraft/versions/1.20.1/config/tombstone-server.toml
Normal file
157
.minecraft/versions/1.20.1/config/tombstone-server.toml
Normal file
@ -0,0 +1,157 @@
|
||||
|
||||
#Options related to player's death
|
||||
[player_death]
|
||||
#Experience loss on death (%) [-1..100|default:100|disabled:-1]
|
||||
#Range: -1 ~ 100
|
||||
xp_loss = 50
|
||||
#The time in minutes before a grave is unlocked to anyone [-1..MAX|default:-1|disabled:-1]
|
||||
#Range: > -1
|
||||
decay_time = -1
|
||||
|
||||
#Miscellaneous options
|
||||
[general]
|
||||
#The duration of the Ghostly Shape effect in seconds [0..MAX|default:120]
|
||||
#Range: > 0
|
||||
ghostly_shape_duration = 120
|
||||
#The chance that a player receives an already enchanted Grave's Key on death [-1..100|default:0|disabled:-1]
|
||||
#Range: -1 ~ 100
|
||||
chance_enchanted_grave_key = 0
|
||||
#Defines the progression scale to be able to upgrade perks to higher level (based on the level in Knowledge of Death) [1..5|default:2]
|
||||
#Range: 1 ~ 5
|
||||
perk_progression_scale = 2
|
||||
|
||||
#Allows to customize or disable the enchantments
|
||||
[enchantments]
|
||||
#Enables the enchantment Spectral Bite [false/true|default:true]
|
||||
enable_enchantment_spectral_bite = true
|
||||
#Enables the enchantment Soulbound [false/true|default:true]
|
||||
enable_enchantment_soulbound = true
|
||||
#Enables the enchantment Magic Siphon [false/true|default:true]
|
||||
enable_enchantment_magic_siphon = true
|
||||
#Enables the enchantment Plague Bringer [false/true|default:true]
|
||||
enable_enchantment_plague_bringer = true
|
||||
#Enables the enchantment Curse of Bones [false/true|default:true]
|
||||
enable_enchantment_curse_of_bones = true
|
||||
#Enables the enchantment Blessing [false/true|default:true]
|
||||
enable_enchantment_blessing = true
|
||||
#Enables the enchantment Frostbite [false/true|default:true]
|
||||
enable_enchantment_frostbite = true
|
||||
#Allows Soulbound at enchanting table [false/true|default:false]
|
||||
soulbound_enchanting_table = true
|
||||
#Allows Spectral Bite at enchanting table [false/true|default:false]
|
||||
spectral_bite_enchanting_table = false
|
||||
#Allows Magic Siphon at enchanting table [false/true|default:false]
|
||||
magic_siphon_enchanting_table = false
|
||||
#Allows Plague Bringer at enchanting table [false/true|default:false]
|
||||
plague_bringer_enchanting_table = false
|
||||
#Allows Curse of Bones at enchanting table [false/true|default:false]
|
||||
curse_of_bones_enchanting_table = false
|
||||
#Allows Blessing at enchanting table [false/true|default:false]
|
||||
blessing_enchanting_table = false
|
||||
#Allows Frostbite at enchanting table [false/true|default:false]
|
||||
frostbite_enchanting_table = false
|
||||
#Allows Plague Bringer to combine with Magic Siphon [false/true|default:false]
|
||||
plague_bringer_combining_magic_siphon = false
|
||||
#Allows Frostbite to combine with Fire Aspect [false/true|default:false]
|
||||
frostbite_combining_fire_aspect = true
|
||||
|
||||
#For settings related to magic items
|
||||
[magic_item]
|
||||
#Scroll duration [1200..120000|default:12000]
|
||||
#Range: 1200 ~ 120000
|
||||
scroll_duration = 12000
|
||||
#Defines experience lost when storing experience in a Scroll of Knowledge
|
||||
#Range: 0 ~ 90
|
||||
scroll_of_knowledge_loss = 0
|
||||
#Maximum uses of a tablet [1..10|default:3]
|
||||
#Range: 1 ~ 10
|
||||
tablet_max_use = 3
|
||||
#Cooldown in second after using a tablet [60..1200|default:300]
|
||||
#Range: 60 ~ 1200
|
||||
tablet_cooldown = 300
|
||||
|
||||
#For settings related to decorative tombs and magic items
|
||||
[decorative_grave]
|
||||
#The cooldown in hours to pray with the Ankh [1..10|default:3]
|
||||
#Range: 1 ~ 10
|
||||
cooldown_to_pray = 3
|
||||
#The cooldown in minutes to reset the perks with the ankh of Pray [20..1440|default:120]
|
||||
#Range: 20 ~ 1440
|
||||
cooldown_reset_perk = 120
|
||||
|
||||
#Allows to disable some magic items
|
||||
[allowedMagicItems]
|
||||
#Voodoo Poppet [false/true|default:true]
|
||||
allow_voodoo_poppet = true
|
||||
#Familiar Receptacle [false/true|default:true]
|
||||
allow_familiar_receptacle = true
|
||||
#Book of Disenchantment [false/true|default:true]
|
||||
allow_book_of_disenchantment = true
|
||||
#Scroll of Preservation [false/true|default:true]
|
||||
allow_scroll_of_preservation = true
|
||||
#Grave's Key [false/true|default:true]
|
||||
allow_grave_key = true
|
||||
#Scroll of Knowledge [false/true|default:true]
|
||||
allow_scroll_of_knowledge = true
|
||||
#Tablet of Recall [false/true|default:true]
|
||||
allow_tablet_of_recall = true
|
||||
#Tablet of Home [false/true|default:true]
|
||||
allow_tablet_of_home = true
|
||||
#Tablet of Assistance [false/true|default:true]
|
||||
allow_tablet_of_assistance = true
|
||||
#Tablet of Cupidity [false/true|default:true]
|
||||
allow_tablet_of_cupidity = true
|
||||
#Scroll of Unstable Intangibility [false/true|default:true]
|
||||
allow_scroll_of_unstable_intangibility = true
|
||||
#Scroll of Feather Fall [false/true|default:true]
|
||||
allow_scroll_of_feather_fall = true
|
||||
#Scroll of Purification [false/true|default:true]
|
||||
allow_scroll_of_purification = true
|
||||
#Scroll of True Sight [false/true|default:true]
|
||||
allow_scroll_of_true_sight = true
|
||||
#Lost Tablet [false/true|default:true]
|
||||
allow_lost_tablet = true
|
||||
#Scroll of Reach [false/true|default:true]
|
||||
allow_scroll_of_reach = true
|
||||
#Scroll of Lightning Resistance [false/true|default:true]
|
||||
allow_scroll_of_lightning_resistance = true
|
||||
#Scroll of Frost Resistance [false/true|default:true]
|
||||
allow_scroll_of_frost_resistance = true
|
||||
#Scroll of Aquatic Life [false/true|default:true]
|
||||
allow_scroll_of_aquatic_life = true
|
||||
#Scroll of Mercy [false/true|default:true]
|
||||
allow_scroll_of_mercy = true
|
||||
#Dust of Vanishing [false/true|default:true]
|
||||
allow_dust_of_vanishing = true
|
||||
#Dust of Frost [false/true|default:true]
|
||||
allow_dust_of_frost = true
|
||||
#Enchanted Bundle [false/true|default:true]
|
||||
allow_enchanted_bundle = true
|
||||
#Book of Recycling [false/true|default:true]
|
||||
allow_book_of_recycling = true
|
||||
#Book of Repairing [false/true|default:true]
|
||||
allow_book_of_repairing = true
|
||||
#Book of Magic Impregnation [false/true|default:true]
|
||||
allow_book_of_magic_impregnation = true
|
||||
#Smoke Ball [false/true|default:true]
|
||||
allow_smoke_ball = true
|
||||
#Seeker Rod [false/true|default:true]
|
||||
allow_seeker_rod = true
|
||||
#Christmas Hat [false/true|default:true]
|
||||
allow_christmas_hat = true
|
||||
#Bag of Seeds [false/true|default:true]
|
||||
allow_bag_of_seeds = true
|
||||
#Magic Scroll [false/true|default:true]
|
||||
allow_magic_scroll = true
|
||||
#Familiar Stone [false/true|default:true]
|
||||
allow_familiar_stone = true
|
||||
#Merchant Stone [false/true|default:true]
|
||||
allow_merchant_stone = true
|
||||
|
||||
#Allows to enable some features related to others mods
|
||||
[compatibility]
|
||||
#fix the custom name with anvil when the string is empty [false/true|default:true]
|
||||
fix_anvil_custom_name = true
|
||||
#fix the RepairCost:0 added by the anvil & grindstone in nbt preventing theses items to stack [false/true|default:true]
|
||||
fix_repair_cost_zero = true
|
||||
|
50
.minecraft/versions/1.20.1/config/torchmaster.toml
Normal file
50
.minecraft/versions/1.20.1/config/torchmaster.toml
Normal file
@ -0,0 +1,50 @@
|
||||
|
||||
[General]
|
||||
#Show additional information in the tooltip of certain items and blocks
|
||||
beginnerTooltips = true
|
||||
#By default, mega torches only block natural spawns (i.e. from low light levels). Setting this to false will also block spawns from spawners
|
||||
blockOnlyNaturalSpawns = true
|
||||
#If this setting is enabled, the mega torch will block all natural spawn attempts from Lycanites Mobs in its radius
|
||||
lycanitesMobsBlockAll = true
|
||||
#If this setting is enabled, the mega torch will block village sieges from zombies
|
||||
blockVillageSieges = true
|
||||
#The radius of the mega torch in each direction (cube) with the torch at its center
|
||||
#Range: > 0
|
||||
megaTorchRadius = 64
|
||||
#The radius of the dread lamp in each direction (cube) with the torch at its center
|
||||
#Range: > 0
|
||||
dreadLampRadius = 64
|
||||
#Use this setting to override the internal lists for entity blocking
|
||||
#You can use this to block more entities or even allow certain entities to still spawn
|
||||
#The + prefix will add the entity to the list, effectivly denying its spawns
|
||||
#The - prefix will remove the entity from the list (if necessary), effectivly allowing its spawns
|
||||
#Note: Each entry needs to be put in quotes! Multiple Entries should be separated by comma.
|
||||
#Block zombies: "+minecraft:zombie"
|
||||
#Allow creepers: "-minecraft:creeper"
|
||||
megaTorchEntityBlockListOverrides = []
|
||||
#Same as the mega torch block list override, just for the dread lamp
|
||||
#Block squid: +minecraft:squid
|
||||
#Allow pigs: -minecraft:pig
|
||||
dreadLampEntityBlockListOverrides = []
|
||||
#The radius in which the feral flare should try to place lights
|
||||
#Range: 1 ~ 127
|
||||
feralFlareRadius = 16
|
||||
#Controls how often the flare should try to place lights. 1 means every tick, 10 every 10th tick, etc
|
||||
#Range: > 1
|
||||
feralFlareTickRate = 5
|
||||
#The target minimum light level to place lights for
|
||||
#Range: 0 ~ 15
|
||||
feralFlareMinLightLevel = 10
|
||||
#The maximum amount of invisble lights a feral flare lantern can place. Set to 0 to disable light placement.
|
||||
#Warning: Setting this value too high in conjunction with the feralFlareMinLightLevel and Radius can lead to world corruption!
|
||||
#(Badly compressed packet error)
|
||||
#Range: 0 ~ 32767
|
||||
feralFlareLanternLightCountHardcap = 255
|
||||
#Durability of the frozen pearl. Each removed light will remove one charge from the pearl. Set to 0 to disable durability
|
||||
#Range: 0 ~ 32767
|
||||
frozenPearlDurability = 1024
|
||||
#Print entity spawn checks to the debug log
|
||||
logSpawnChecks = false
|
||||
#Configures the spawn check to be more aggressive, effectivly overriding the CheckSpawn results of other mods
|
||||
aggressiveSpawnChecks = false
|
||||
|
@ -0,0 +1 @@
|
||||
{"sound_frequency":0.5016891891891891,"show_chat_bubble":true,"show_backpack":true}
|
@ -10,16 +10,16 @@
|
||||
"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,
|
||||
"dotSize": 2.0,
|
||||
"startFadingAt": 0.0,
|
||||
"dotSize": 2.0,
|
||||
"renderOverMinimapFrame": 1.0,
|
||||
"icons": 2.0,
|
||||
"heightLimit": 20.0,
|
||||
|
@ -0,0 +1,4 @@
|
||||
# Default config file that will be copied to local\ftbultimine-client.snbt if it doesn't exist!
|
||||
# Just copy any values you wish to override in here!
|
||||
|
||||
{ }
|
@ -0,0 +1,4 @@
|
||||
# Default config file that will be copied to saves\新的世界\serverconfig\ftbultimine-server.snbt if it doesn't exist!
|
||||
# Just copy any values you wish to override in here!
|
||||
|
||||
{ }
|
@ -390,7 +390,7 @@
|
||||
[server.entityBackpackAdditions]
|
||||
#Chance of an entity spawning with Backpack
|
||||
#Range: 0.0 ~ 1.0
|
||||
chance = 0.01
|
||||
chance = 0.0
|
||||
#Turns on/off addition of loot into backpacks
|
||||
addLoot = true
|
||||
#Turns on/off buffing the entity that wears backpack with potion effects. These are scaled based on how much loot is added.
|
||||
|
@ -1,8 +1,65 @@
|
||||
{
|
||||
"favorites": [],
|
||||
"favorites": [
|
||||
{
|
||||
"stack": {
|
||||
"type": "item",
|
||||
"id": "minecraft:iron_ingot",
|
||||
"amount": 2
|
||||
}
|
||||
}
|
||||
],
|
||||
"lookup_history": [
|
||||
"item:itemfilters:and",
|
||||
"item:minecraft:netherite_pickaxe{Damage:0}",
|
||||
"item:mining_dimension:teleporter",
|
||||
"item:torchmaster:megatorch",
|
||||
"item:torchmaster:feral_flare_lantern",
|
||||
"item:mmorpg:soul_extractor/common",
|
||||
"item:mmorpg:soul_cleaner",
|
||||
{
|
||||
"type": "item",
|
||||
"id": "minecraft:oak_fence",
|
||||
"amount": 17
|
||||
},
|
||||
"item:mmorpg:death_ticket/5",
|
||||
"item:mmorpg:potion/resource/5",
|
||||
"item:mmorpg:potion/health/0",
|
||||
"item:mmorpg:potion/resource/0",
|
||||
"item:mmorpg:potion/health/2",
|
||||
"item:mmorpg:weapon/staff/wood{Damage:0}",
|
||||
"item:mmorpg:harvest/blue_ingot",
|
||||
"item:mmorpg:harvest/blue_key",
|
||||
"item:mmorpg:death_ticket/4",
|
||||
"item:mmorpg:death_ticket/2",
|
||||
"item:mmorpg:potion/health/1",
|
||||
"item:mmorpg:backpack/0",
|
||||
"item:mmorpg:backpack/1",
|
||||
"item:mmorpg:death_ticket/0",
|
||||
"item:create:crimsite",
|
||||
"item:mmorpg:socket_extractor",
|
||||
"item:mmorpg:salvage_hammer",
|
||||
"item:mmorpg:newbie_gear_bag",
|
||||
"item:mmorpg:teleporter",
|
||||
"item:waystones:warp_stone{Damage:0}",
|
||||
"item:waystones:waystone",
|
||||
"item:alexsmobs:ghostly_pickaxe{Damage:568}",
|
||||
"item:minecraft:dried_kelp_block",
|
||||
"item:minecraft:dried_kelp",
|
||||
{
|
||||
"type": "item",
|
||||
"id": "minecraft:kelp",
|
||||
"amount": 61
|
||||
},
|
||||
"item:touhou_little_maid:hakurei_gohei{Damage:0}",
|
||||
"item:touhou_little_maid:fire_protect_bauble{Damage:0}",
|
||||
"item:touhou_little_maid:fall_protect_bauble{Damage:0}",
|
||||
"item:minecraft:calcite",
|
||||
"item:minecraft:furnace",
|
||||
{
|
||||
"type": "item",
|
||||
"id": "minecraft:cobblestone",
|
||||
"amount": 6
|
||||
},
|
||||
"item:itemfilters:and",
|
||||
"item:minecraft:netherite_sword{Damage:0,mmorpg_gear:\u0027{\"baseStats\":{\"p\":32},\"imp\":{\"p\":92},\"affixes\":{\"suf\":[{\"p\":16,\"id\":\"of_consumption\",\"t\":2,\"ty\":\"suffix\"},{\"p\":4,\"id\":\"of_pene\",\"t\":1,\"ty\":\"suffix\"}],\"pre\":[{\"p\":1,\"id\":\"fire_wep_dmg\",\"t\":1,\"ty\":\"prefix\"},{\"p\":11,\"id\":\"precise\",\"t\":2,\"ty\":\"prefix\"},{\"p\":19,\"id\":\"true_hit\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"uniq\":\"\",\"rar\":\"legendary\",\"rp\":4,\"rs\":2,\"lvl\":1,\"gtype\":\"sword\",\"pot\":\"legendary\",\"pn\":100,\"sal\":true,\"c\":false,\"qual\":0,\"qt\":\"BASE\"}\u0027}",
|
||||
"item:minecraft:light_blue_shulker_box",
|
||||
"item:create:chute",
|
||||
@ -19,6 +76,31 @@
|
||||
"item:minecraft:birch_stairs"
|
||||
],
|
||||
"craft_history": [
|
||||
"mmorpg:soul_extractor/common",
|
||||
"minecraft:glass_bottle",
|
||||
"mmorpg:soul_cleaner",
|
||||
"minecraft:stone_bricks",
|
||||
"minecraft:stick",
|
||||
"mmorpg:weapon/staff/wood",
|
||||
"minecraft:oak_planks",
|
||||
"mmorpg:teleporter",
|
||||
"minecraft:white_bed",
|
||||
"minecraft:white_wool_from_string",
|
||||
"minecraft:stone_pickaxe",
|
||||
"minecraft:crafting_table",
|
||||
"minecraft:torch",
|
||||
"minecraft:bread",
|
||||
"minecraft:dried_kelp_block",
|
||||
"mining_dimension:teleporter",
|
||||
"minecraft:bucket",
|
||||
"minecraft:iron_pickaxe",
|
||||
"minecraft:furnace",
|
||||
"minecraft:chest",
|
||||
"minecraft:stone_sword",
|
||||
"minecraft:ladder",
|
||||
"minecraft:polished_andesite",
|
||||
"minecraft:oak_wood",
|
||||
"mmorpg:salvage_hammer",
|
||||
"minecraft:diamond_sword"
|
||||
],
|
||||
"recipe_defaults": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
type = last_world
|
||||
|
||||
last_world {
|
||||
is_server = true
|
||||
world = %fancymenu_dummy_address%:25565
|
||||
is_server = false
|
||||
world = D:/Minecraft/1.20.1挖矿与砍杀/.minecraft/versions/1.20.1/saves/新的世界
|
||||
}
|
||||
|
||||
|
27
.minecraft/versions/1.20.1/local/ftbultimine-client.snbt
Normal file
27
.minecraft/versions/1.20.1/local/ftbultimine-client.snbt
Normal file
@ -0,0 +1,27 @@
|
||||
# Client-specific configuration for FTB Ultimine
|
||||
# This file is meant for users to control Ultimine's clientside behaviour and rendering.
|
||||
# Changes to this file require you to reload the world
|
||||
|
||||
{
|
||||
# Maximum number of blocks the white outline should be rendered for
|
||||
# Keep in mind this may get *very* laggy for large amounts of blocks!
|
||||
# Default: 256
|
||||
# Range: 0 ~ 2147483647
|
||||
render_outline: 256
|
||||
|
||||
# When holding the Ultimine key, must the player also be sneaking to show the shapes menu?
|
||||
# Default: true
|
||||
require_sneak_for_menu: true
|
||||
|
||||
# When displaying the shape selection menu by holding the Ultimine key
|
||||
# and sneaking at the same time, the number of shape names to display
|
||||
# above and below the selected shape
|
||||
# Default: 2
|
||||
# Range: 1 ~ 5
|
||||
shape_menu_context_lines: 2
|
||||
|
||||
# Manual x offset of FTB Ultimine overlay, required for some modpacks
|
||||
# Default: -1
|
||||
# Range: -∞ ~ +∞
|
||||
x_offset: -1
|
||||
}
|
BIN
.minecraft/versions/1.20.1/mods/FastLeafDecay-31.jar
Normal file
BIN
.minecraft/versions/1.20.1/mods/FastLeafDecay-31.jar
Normal file
Binary file not shown.
BIN
.minecraft/versions/1.20.1/mods/Fishingreal-1.20.1-1.7.1.jar
Normal file
BIN
.minecraft/versions/1.20.1/mods/Fishingreal-1.20.1-1.7.1.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.minecraft/versions/1.20.1/mods/YungsApi-1.20-Forge-4.0.1.jar
Normal file
BIN
.minecraft/versions/1.20.1/mods/YungsApi-1.20-Forge-4.0.1.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
.minecraft/versions/1.20.1/mods/create_jetpack-forge-4.0.2.jar
Normal file
BIN
.minecraft/versions/1.20.1/mods/create_jetpack-forge-4.0.2.jar
Normal file
Binary file not shown.
BIN
.minecraft/versions/1.20.1/mods/creeperoverhaul-3.0.1-forge.jar
Normal file
BIN
.minecraft/versions/1.20.1/mods/creeperoverhaul-3.0.1-forge.jar
Normal file
Binary file not shown.
BIN
.minecraft/versions/1.20.1/mods/ftb-ultimine-forge-2001.1.2.jar
Normal file
BIN
.minecraft/versions/1.20.1/mods/ftb-ultimine-forge-2001.1.2.jar
Normal file
Binary file not shown.
BIN
.minecraft/versions/1.20.1/mods/geckolib-forge-1.20.1-4.2.2.jar
Normal file
BIN
.minecraft/versions/1.20.1/mods/geckolib-forge-1.20.1-4.2.2.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
.minecraft/versions/1.20.1/mods/tombstone-8.5.3-1.20.1.jar
Normal file
BIN
.minecraft/versions/1.20.1/mods/tombstone-8.5.3-1.20.1.jar
Normal file
Binary file not shown.
BIN
.minecraft/versions/1.20.1/mods/torchmaster-20.1.4.jar
Normal file
BIN
.minecraft/versions/1.20.1/mods/torchmaster-20.1.4.jar
Normal file
Binary file not shown.
@ -72,10 +72,10 @@ tutorialStep:none
|
||||
mouseWheelSensitivity:1.0
|
||||
rawMouseInput:true
|
||||
glDebugVerbosity:1
|
||||
skipMultiplayerWarning:false
|
||||
skipMultiplayerWarning:true
|
||||
skipRealms32bitWarning:false
|
||||
hideMatchedNames:true
|
||||
joinedFirstServer:false
|
||||
joinedFirstServer:true
|
||||
hideBundleTutorial:false
|
||||
syncChunkWrites:false
|
||||
showAutosaveIndicator:true
|
||||
@ -95,7 +95,7 @@ key_key.sneak:key.keyboard.left.shift
|
||||
key_key.sprint:key.keyboard.left.control
|
||||
key_key.drop:key.keyboard.q
|
||||
key_key.inventory:key.keyboard.e
|
||||
key_key.chat:key.keyboard.t
|
||||
key_key.chat:key.keyboard.enter
|
||||
key_key.playerlist:key.keyboard.tab
|
||||
key_key.pickItem:key.mouse.middle
|
||||
key_key.command:key.keyboard.slash
|
||||
@ -145,17 +145,17 @@ key_keybind.sophisticatedbackpacks.open_backpack:key.keyboard.b
|
||||
key_keybind.sophisticatedbackpacks.inventory_interaction:key.keyboard.c
|
||||
key_keybind.sophisticatedbackpacks.tool_swap:key.keyboard.unknown
|
||||
key_keybind.sophisticatedbackpacks.sort:key.mouse.middle
|
||||
key_keybind.sophisticatedbackpacks.toggle_upgrade_5:key.keyboard.unknown
|
||||
key_keybind.sophisticatedbackpacks.toggle_upgrade_4:key.keyboard.unknown
|
||||
key_keybind.sophisticatedbackpacks.toggle_upgrade_3:key.keyboard.unknown
|
||||
key_keybind.sophisticatedbackpacks.toggle_upgrade_2:key.keyboard.x:ALT
|
||||
key_keybind.sophisticatedbackpacks.toggle_upgrade_1:key.keyboard.z:ALT
|
||||
key_keybind.sophisticatedbackpacks.toggle_upgrade_2:key.keyboard.x:ALT
|
||||
key_keybind.sophisticatedbackpacks.toggle_upgrade_3:key.keyboard.unknown
|
||||
key_keybind.sophisticatedbackpacks.toggle_upgrade_4:key.keyboard.unknown
|
||||
key_keybind.sophisticatedbackpacks.toggle_upgrade_5:key.keyboard.unknown
|
||||
key_key.jade.config:key.keyboard.keypad.0
|
||||
key_key.jade.show_overlay:key.keyboard.keypad.1
|
||||
key_key.jade.toggle_liquid:key.keyboard.keypad.2
|
||||
key_key.jade.narrate:key.keyboard.keypad.5
|
||||
key_key.jade.show_details:key.keyboard.left.shift
|
||||
key_key.curios.open.desc:key.keyboard.g
|
||||
key_key.curios.open.desc:key.keyboard.unknown
|
||||
key_create.keyinfo.toolmenu:key.keyboard.left.alt
|
||||
key_create.keyinfo.toolbelt:key.keyboard.left.alt
|
||||
key_gui.xaero_switch_waypoint_set:key.keyboard.unknown
|
||||
@ -179,14 +179,20 @@ key_gui.xaero_alternative_list_players:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_tracked_players:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown
|
||||
key_gui.xaero_minimap_settings:key.keyboard.y
|
||||
key_tombstone.message.knowledge_of_death:key.keyboard.unknown
|
||||
key_tombstone.message.config:key.keyboard.unknown
|
||||
key_tombstone.message.compendium:key.keyboard.unknown
|
||||
key_Reload Menu | CTRL + ALT + :key.keyboard.r
|
||||
key_Toggle Customization Overlay | CTRL + ALT + :key.keyboard.c
|
||||
key_key.ftbultimine:key.keyboard.grave.accent
|
||||
key_key.ftbteams.open_gui:key.keyboard.unknown
|
||||
key_key.ftbquests.quests:key.keyboard.unknown
|
||||
key_key.jetpack.toggle_active.description:key.keyboard.g
|
||||
key_key.jetpack.toggle_hover.description:key.keyboard.h
|
||||
key_key.entityculling.toggle:key.keyboard.unknown
|
||||
key_key.firstperson.toggle:key.keyboard.f6
|
||||
soundCategory_master:1.0
|
||||
soundCategory_music:1.0
|
||||
soundCategory_music:0.0
|
||||
soundCategory_record:1.0
|
||||
soundCategory_weather:1.0
|
||||
soundCategory_block:1.0
|
||||
|
@ -1,5 +1,13 @@
|
||||
{
|
||||
"bookGuiScale": 0,
|
||||
"clickedVisualize": false,
|
||||
"bookData": {}
|
||||
"bookData": {
|
||||
"touhou_little_maid:memorizable_gensokyo": {
|
||||
"viewedEntries": [
|
||||
"touhou_little_maid:maid/film"
|
||||
],
|
||||
"bookmarks": [],
|
||||
"completedManualQuests": []
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
@ -1 +1 @@
|
||||
[{"name":"ddaodan","uuid":"00000000-0000-3007-998f-fd40182613af","expiresOn":"2023-10-07 13:22:12 +0800"},{"name":"ddaodan","uuid":"e3d46296-b344-38ef-bd1b-8215a0721441","expiresOn":"2023-10-06 22:39:52 +0800"}]
|
||||
[{"name":"ddaodan","uuid":"00000000-0000-3007-998f-fd40182613af","expiresOn":"2023-10-09 15:35:44 +0800"},{"name":"ddaodan","uuid":"e3d46296-b344-38ef-bd1b-8215a0721441","expiresOn":"2023-10-06 22:39:52 +0800"}]
|
19
README.md
19
README.md
@ -14,6 +14,7 @@
|
||||
- [x] [挖矿与砍杀 Mine and Slash](https://www.mcmod.cn/class/1998.html)
|
||||
- [x] [机械动力 Create](https://www.mcmod.cn/class/2021.html)
|
||||
- [x] [Create Crafts & Additions](https://www.mcmod.cn/class/3437.html)
|
||||
- [x] [机械动力:喷气背包 Create Jetpack](https://www.mcmod.cn/class/7338.html)
|
||||
- [x] [暮色森林 The Twilight Forest](https://www.mcmod.cn/class/61.html)
|
||||
- [x] [车万女仆 Touhou Little Maid](https://www.mcmod.cn/class/1796.html)
|
||||
- [x] [Alex的生物 Alex's Mobs](https://www.mcmod.cn/class/3318.html)
|
||||
@ -22,11 +23,14 @@
|
||||
- [x] [维度地牢 Dimensional Dungeons](https://www.mcmod.cn/class/4659.html)
|
||||
### 功能mod
|
||||
- [x] [精妙背包 Sophisticated Backpacks](https://www.mcmod.cn/class/3739.html)
|
||||
- [x] [是,史蒂夫模型 Yes Steve Model](https://www.mcmod.cn/class/8616.html)
|
||||
- [ ] [是,史蒂夫模型 Yes Steve Model](https://www.mcmod.cn/class/8616.html)
|
||||
- [x] [Lootr](https://www.mcmod.cn/class/2924.html)
|
||||
- [x] [先进的采矿维度 Advanced Mining Dimension](https://www.mcmod.cn/class/3387.html)
|
||||
- [x] [传送石碑/指路石 Waystones](https://www.mcmod.cn/class/1339.html)
|
||||
- [x] [Xaero's Minimap & World Map - Waystones Compability](https://www.mcmod.cn/class/11304.html)
|
||||
- [x] [真实的钓鱼 (Fishing Real)](https://www.mcmod.cn/class/2883.html)
|
||||
- [x] [YUNG的矿井优化 YUNG's Better Mineshafts](https://www.mcmod.cn/class/2788.html)
|
||||
- [x] [Corail的墓碑Corail's Tombstone](https://www.mcmod.cn/class/1985.html)
|
||||
### 辅助mod
|
||||
- [x] [帕秋莉手册 Patchouli](https://www.mcmod.cn/class/1388.html)
|
||||
- [x] [FTB Library/FTB GUI Library](https://www.mcmod.cn/class/3184.html)
|
||||
@ -34,6 +38,10 @@
|
||||
- [x] [FTB任务 FTBQuests](https://www.mcmod.cn/class/1423.html)
|
||||
- [x] [KubeJS](https://www.mcmod.cn/class/2450.html)
|
||||
- [x] [Old Combat Mod](https://www.mcmod.cn/class/10553.html)
|
||||
- [x] [连锁破坏 FTB Ultimine](https://www.mcmod.cn/class/3004.html)
|
||||
- [x] [树叶快速腐烂 Fast Leaf Decay](https://www.mcmod.cn/class/1173.html)
|
||||
- [x] [火炬大师 Torchmaster](https://www.mcmod.cn/class/779.html)
|
||||
- [x] [整合包配置检测Modpack Configuration Checker](https://www.mcmod.cn/class/3186.html)
|
||||
### 前置mod
|
||||
- [x] [Curios API](https://www.mcmod.cn/class/2029.html)
|
||||
- [x] [Searchables](https://www.mcmod.cn/class/11102.html)
|
||||
@ -51,11 +59,15 @@
|
||||
- [x] [犀牛 Rhino](https://www.mcmod.cn/class/3821.html)
|
||||
- [x] [Balm](https://www.mcmod.cn/class/4485.html)
|
||||
- [x] [Auudio](https://www.mcmod.cn/class/7489.html)
|
||||
- [x] [YUNG's API](https://www.mcmod.cn/class/1998.html)
|
||||
- [ ] [GeckoLib](https://www.mcmod.cn/class/3232.html)
|
||||
- [x] [ResourcefulConfig](https://www.mcmod.cn/class/8300.html)
|
||||
### 客户端辅助mod
|
||||
- [x] [更好的进度 Better Advancements](https://www.mcmod.cn/class/1530.html)
|
||||
- [x] [EMI](https://www.mcmod.cn/class/6630.html)
|
||||
- [x] [自动汉化更新 I18nUpdateMod](https://www.mcmod.cn/class/1188.html)
|
||||
- [x] [玉 🔍 Jade 🔍](https://www.mcmod.cn/class/3482.html)
|
||||
- [x] [Jade Addons](https://www.mcmod.cn/class/5837.html)
|
||||
- [x] [鼠标手势 Mouse Tweaks](https://www.mcmod.cn/class/1162.html)
|
||||
- [x] [苹果皮 AppleSkin](https://www.mcmod.cn/class/744.html)
|
||||
- [x] [Xaero的小地图 Xaero's Minimap](https://www.mcmod.cn/class/1701.html)
|
||||
@ -78,3 +90,8 @@
|
||||
- [ ] [铷 Rubidium](https://www.mcmod.cn/class/5608.html) *已更换为下面那个*
|
||||
- [x] [Embeddium](https://www.mcmod.cn/class/12028.html)
|
||||
- [x] [Fastload](https://www.mcmod.cn/class/7602.html)
|
||||
|
||||
## Thanks
|
||||
感谢以下玩家在制作期间参与整合包测试
|
||||
- llm
|
||||
感谢以下用户提供的汉化文件
|
||||
|
@ -104,12 +104,12 @@
|
||||
{
|
||||
"url": "https://littleskin.cn/api/yggdrasil/",
|
||||
"metadataResponse": "{\"meta\":{\"serverName\":\"LittleSkin\",\"implementationName\":\"Yggdrasil API for Blessing Skin\",\"implementationVersion\":\"5.1.1\",\"links\":{\"homepage\":\"https:\\/\\/littleskin.cn\",\"register\":\"https:\\/\\/littleskin.cn\\/auth\\/register\"},\"feature.non_email_login\":true},\"skinDomains\":[\"skin.prinzeugen.net\",\"littleskin.cn\"],\"signaturePublickey\":\"-----BEGIN PUBLIC KEY-----\\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEArGcNOOFIqLJSqoE3u0hj\\ntOEnOcET3wj9Drss1BE6sBqgPo0bMulOULhqjkc\\/uH\\/wyosYnzw3xaazJt87jTHh\\nJ8BPMxCeQMoyEdRoS3Jnj1G0Kezj4A2b61PJJM1DpvDAcqQBYsrSdpBJ+52MjoGS\\nvJoeQO5XUlJVQm21\\/HmJnqsPhzcA6HgY71RHYE5xnhpWJiPxLKUPtmt6CNYUQQoS\\no2v36XWgMmLBZhAbNOPxYX+1ioxKamjhLO29UhwtgY9U6PWEO7\\/SBfXzyRPTzhPV\\n2nHq7KJqd8IIrltslv6i\\/4FEM81ivS\\/mm+PN3hYlIYK6z6Ymii1nrQAplsJ67OGq\\nYHtWKOvpfTzOollugsRihkAG4OB6hM0Pr45jjC3TIc7eO7kOgIcGUGUQGuuugDEz\\nJ1N9FFWnN\\/H6P9ukFeg5SmGC5+wmUPZZCtNBLr8o8sI5H7QhK7NgwCaGFoYuiAGL\\ngz3k\\/3YwJ40BbwQayQ2gIqenz+XOFIAlajv+\\/nyfcDvZH9vGNKP9lVcHXUT5YRnS\\nZSHo5lwvVrYUrqEAbh\\/zDz8QMEyiujWvUkPhZs9fh6fimUGxtm8mFIPCtPJVXjeY\\nwD3Lvt3aIB1JHdUTJR3eEc4eIaTKMwMPyJRzVn5zKsitaZz3nn\\/cOA\\/wZC9oqyEU\\nmc9h6ZMRTRUEE4TtaJyg9lMCAwEAAQ\u003d\u003d\\n-----END PUBLIC KEY-----\\n\"}",
|
||||
"metadataTimestamp": 1694135918007
|
||||
"metadataTimestamp": 1694142110064
|
||||
},
|
||||
{
|
||||
"url": "https://skin.ddaodan.cn/api/yggdrasil/",
|
||||
"metadataResponse": "{\"meta\":{\"serverName\":\"ddaodan skin\",\"implementationName\":\"Yggdrasil API for Blessing Skin\",\"implementationVersion\":\"5.1.5\",\"links\":{\"homepage\":\"https:\\/\\/skin.ddaodan.cn\",\"register\":\"https:\\/\\/skin.ddaodan.cn\\/auth\\/register\"},\"feature.non_email_login\":true},\"skinDomains\":[\"skin.ddaodan.cn\"],\"signaturePublickey\":\"-----BEGIN PUBLIC KEY-----\\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEArha2QwObwg41GWbjQ47\\/\\nwROH7GO\\/a5EtFi3bxvowHH4UQ3KZQsP8EKk3AHxjiibuBgwYN+gdEmOzoThFcSo\\/\\nyMXnHI005PEujpVUCn6u87RREY6g6KQ8QAsMqLz4phGcfoQDSjLKP17YVWkPuWvj\\nB1RmPe7RZK5IGOb56WZLzEyWaW+6kQiBcGU0qR6I6d8N0DqTg\\/MiNnC0LQR554Vu\\nEVU30byqpper5Bl6iIsYDpsJshbu0OfrHVihEfPMMA\\/h7VNW6tdai736aAzUhdGh\\n76lsce6u4s1yLft\\/0jTUXTgaGAeaGPfQ6KDUYLKDIAkmLu3xbVS5R\\/4r54AqbwHL\\nWq7hvWIX1+AJ5VFtydQmw\\/iVDbRDGxiXW5N5VRA0bsoYVHAWGF5RDeHbnEPBICji\\ne+3bvFj8rPog8RqWlrnj4Ul4C8GshpoxBhDRpGJyI0lfWof7parYRydR0Cc31sv3\\nzvPq2F4MA159QH1kQ5Z5h0RJvnYeCroyQ2kKyPHiNf2mygl1z4GqID30V0PuOXEm\\n74MFHP1Iru3mUdBsXVX\\/w3klQ47cQCeskJSzjl2HAe4sV1auOzhVen4BX5uxEbX2\\nJdfoGHuV98iiVNrz7rLcb+9AxpzZ6Z8NFSnUbHnt15acD2K7\\/NHi2BcoLcQHcNlZ\\nEppdCe4j71HbSa1sbsZn7wcCAwEAAQ\u003d\u003d\\n-----END PUBLIC KEY-----\\n\"}",
|
||||
"metadataTimestamp": 1694135918680
|
||||
"metadataTimestamp": 1694142111225
|
||||
}
|
||||
],
|
||||
"addedLittleSkin": true,
|
||||
|
Loading…
Reference in New Issue
Block a user