0.0.8-alpha

This commit is contained in:
2024-12-10 06:03:11 +08:00
parent e92b0e5c8b
commit 2bc76518e0
233 changed files with 6676 additions and 890 deletions

View 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
}
}

View 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"
}
}