0.0.8-alpha
This commit is contained in:
23
.minecraft/versions/边境流放/local/ftblibrary-client.snbt
Normal file
23
.minecraft/versions/边境流放/local/ftblibrary-client.snbt
Normal file
@@ -0,0 +1,23 @@
|
||||
# Client-specific configuration for FTB Library
|
||||
|
||||
{
|
||||
colorselector: {
|
||||
# Colors recently selected in the color selector
|
||||
# Default: []
|
||||
recents: [I; ]
|
||||
}
|
||||
tooltips: {
|
||||
# Add the name of the mod that fluids belong to in the fluid selection GUI.
|
||||
# Default: true
|
||||
fluid_modname: true
|
||||
|
||||
# Add the name of the mod that images belong to in the image selection GUI.
|
||||
# Default: true
|
||||
image_modname: true
|
||||
|
||||
# Add the name of the mod that items belong to in the item selection GUI.
|
||||
# Note that several common mods also do this (modnametooltip,WTHIT,EMI...) so this is false by default
|
||||
# Default: false
|
||||
item_modname: false
|
||||
}
|
||||
}
|
||||
18
.minecraft/versions/边境流放/local/ftbquests/client-config.snbt
Normal file
18
.minecraft/versions/边境流放/local/ftbquests/client-config.snbt
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
ui: {
|
||||
# Default: false
|
||||
old_scroll_wheel: false
|
||||
|
||||
# Default: 4
|
||||
# Range: -∞ ~ +∞
|
||||
pinned_quests_inset_x: 2
|
||||
|
||||
# Default: 4
|
||||
# Range: -∞ ~ +∞
|
||||
pinned_quests_inset_y: 2
|
||||
|
||||
# Default: "right"
|
||||
# Valid values: "top_left", "top", "top_right", "right", "bottom_right", "bottom", "bottom_left", "left"
|
||||
pinned_quests_pos: "right"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user