Alpha Release: 0.9.0 (#849)
Signed-off-by: Pyritie <pyritie@gmail.com> Signed-off-by: TomPlop <tomdidome@gmail.com> Co-authored-by: Xikaro <os.valerievich@ya.ru> Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com> Co-authored-by: Redeix <brayden.j.m.ford@gmail.com> Co-authored-by: TomPlop <tomdidome@gmail.com> Co-authored-by: aidie8 <aidenvanzuilen@gmail.com> Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Zleub <debray.arnaud@gmail.com>
This commit is contained in:
parent
d344316e5a
commit
ec2e3cd3c4
2193 changed files with 104602 additions and 53195 deletions
|
|
@ -1,10 +1,57 @@
|
|||
[advanced]
|
||||
# Description: Display search bar in the center
|
||||
[appearance]
|
||||
# Description: Move the JEI search bar to the bottom center of the screen.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
CenterSearch = false
|
||||
|
||||
# Description: Set low-memory mode (makes search very slow, but uses less RAM)
|
||||
# Description: Max recipe GUI height.
|
||||
# Valid Values: Any integer greater than or equal to 175
|
||||
# Default Value: 350
|
||||
RecipeGuiHeight = 350
|
||||
|
||||
|
||||
[cheat_mode]
|
||||
# Description: Choose if JEI should give ingredients directly to the inventory or pick them up with the mouse.
|
||||
# Valid Values: [INVENTORY, MOUSE_PICKUP]
|
||||
# Default Value: MOUSE_PICKUP
|
||||
GiveMode = MOUSE_PICKUP
|
||||
|
||||
# Description: Enable cheating items into the hotbar by using Shift + numeric keys.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
CheatToHotbarUsingHotkeysEnabled = false
|
||||
|
||||
# Description: Enable showing items that are not in the creative menu.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
ShowHiddenItems = false
|
||||
|
||||
|
||||
[bookmarks]
|
||||
# Description: Add new bookmarks to the front of the bookmark list instead of the end.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
AddBookmarksToFrontEnabled = false
|
||||
|
||||
# Description: Extra features for bookmark tooltips.
|
||||
# Valid Values: A comma-separated list containing values of:
|
||||
# [PREVIEW, INGREDIENTS]
|
||||
# Default Value: PREVIEW
|
||||
BookmarkTooltipFeatures = PREVIEW
|
||||
|
||||
# Description: Hold Shift to show bookmark tooltip features.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
HoldShiftToShowBookmarkTooltipFeatures = true
|
||||
|
||||
# Description: Drag bookmarks to rearrange them in the list.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
DragToRearrangeBookmarksEnabled = true
|
||||
|
||||
|
||||
[advanced]
|
||||
# Description: Set low-memory mode (makes search very slow but uses less RAM).
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
LowMemorySlowSearchEnabled = false
|
||||
|
|
@ -14,16 +61,6 @@
|
|||
# Default Value: true
|
||||
CatchRenderErrorsEnabled = true
|
||||
|
||||
# Description: Enable cheating items into the hotbar by using the shift+number keys.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
CheatToHotbarUsingHotkeysEnabled = false
|
||||
|
||||
# Description: Enable adding new bookmarks to the front of the bookmark list.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
AddBookmarksToFrontEnabled = true
|
||||
|
||||
# Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
|
|
@ -34,74 +71,124 @@
|
|||
# Default Value: true
|
||||
lookupBlockTagsEnabled = true
|
||||
|
||||
# Description: How items should be handed to you
|
||||
# Valid Values: [INVENTORY, MOUSE_PICKUP]
|
||||
# Default Value: MOUSE_PICKUP
|
||||
GiveMode = MOUSE_PICKUP
|
||||
# Description: Show recipes for ingredient tags like item tags and block tags.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
showTagRecipesEnabled = false
|
||||
|
||||
# Description: Max. recipe gui height
|
||||
# Valid Values: Any integer greater than or equal to 175
|
||||
# Default Value: 350
|
||||
RecipeGuiHeight = 350
|
||||
# Description: Show creative tab names in ingredient tooltips.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
showCreativeTabNamesEnabled = false
|
||||
|
||||
|
||||
[input]
|
||||
# Description: Number of milliseconds before a long mouse click is considered a drag operation.
|
||||
# Valid Values: An integer in the range [0, 1000] (inclusive)
|
||||
# Default Value: 150
|
||||
dragDelayInMilliseconds = 150
|
||||
|
||||
# Description: Scroll rate for scrolling the mouse wheel in smooth-scrolling scroll boxes. Measured in pixels.
|
||||
# Valid Values: An integer in the range [1, 50] (inclusive)
|
||||
# Default Value: 9
|
||||
smoothScrollRate = 9
|
||||
|
||||
|
||||
[sorting]
|
||||
# Description: Sorting order for the ingredient list
|
||||
# Description: Sorting order for the ingredient list.
|
||||
# Valid Values: A comma-separated list containing values of:
|
||||
# [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU, TAG, ARMOR, MAX_DURABILITY]
|
||||
# Default Value: MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU
|
||||
IngredientSortStages = MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU
|
||||
|
||||
# Description: Sorting order for displayed recipes.
|
||||
# Valid Values: A comma-separated list containing values of:
|
||||
# [BOOKMARKED, CRAFTABLE]
|
||||
# Default Value: BOOKMARKED, CRAFTABLE
|
||||
RecipeSorterStages = BOOKMARKED, CRAFTABLE
|
||||
|
||||
|
||||
[tags]
|
||||
# Description: Show tag content in tooltips.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
TagContentTooltipEnabled = true
|
||||
|
||||
# Description: Hide tags that only have 1 ingredient.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
HideSingleIngredientTagsEnabled = true
|
||||
|
||||
|
||||
[search]
|
||||
# Description: Search mode for Mod Names (prefix: @)
|
||||
# Description: Search mode for mod names (prefix: @).
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: REQUIRE_PREFIX
|
||||
ModNameSearchMode = REQUIRE_PREFIX
|
||||
|
||||
# Description: Search mode for Tooltips (prefix: #)
|
||||
# Description: Search mode for tooltips (prefix: #).
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: ENABLED
|
||||
TooltipSearchMode = ENABLED
|
||||
|
||||
# Description: Search mode for Tag Names (prefix: $)
|
||||
# Description: Search mode for tags (prefix: $).
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: REQUIRE_PREFIX
|
||||
TagSearchMode = REQUIRE_PREFIX
|
||||
|
||||
# Description: Search mode for Colors (prefix: ^)
|
||||
# Description: Search mode for colors (prefix: ^).
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: DISABLED
|
||||
ColorSearchMode = DISABLED
|
||||
|
||||
# Description: Search mode for resources locations (prefix: &)
|
||||
# Description: Search mode for resource locations (prefix: &).
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: DISABLED
|
||||
ResourceLocationSearchMode = DISABLED
|
||||
|
||||
# Description: Search advanced tooltips (visible with F3+H)
|
||||
# Description: Search mode for creative mode tab names (prefix: %).
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: DISABLED
|
||||
CreativeTabSearchMode = DISABLED
|
||||
|
||||
# Description: Search in advanced tooltips (visible with F3 + H).
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
SearchAdvancedTooltips = false
|
||||
|
||||
# Description: Search mod IDs in addition to mod names.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
SearchModIds = true
|
||||
|
||||
# Description: Search by the shorthand first letters of a mod's name.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
SearchShortModNames = true
|
||||
|
||||
# Description: Search ingredient aliases (alternative names) that are added by plugins, in addition to ingredient names.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
SearchIngredientAliases = true
|
||||
|
||||
|
||||
[IngredientList]
|
||||
# Description: Max number of rows shown
|
||||
# Description: Max number of rows shown.
|
||||
# Valid Values: An integer in the range [1, 100] (inclusive)
|
||||
# Default Value: 16
|
||||
MaxRows = 16
|
||||
|
||||
# Description: Max number of columns shown
|
||||
# Description: Max number of columns shown.
|
||||
# Valid Values: An integer in the range [4, 100] (inclusive)
|
||||
# Default Value: 9
|
||||
MaxColumns = 9
|
||||
|
||||
# Description: Horizontal alignment of the ingredient grid inside the available area
|
||||
# Description: Horizontal alignment of the ingredient grid inside the available area.
|
||||
# Valid Values: [LEFT, CENTER, RIGHT]
|
||||
# Default Value: RIGHT
|
||||
HorizontalAlignment = RIGHT
|
||||
|
||||
# Description: Vertical alignment of the ingredient grid inside the available area
|
||||
# Description: Vertical alignment of the ingredient grid inside the available area.
|
||||
# Valid Values: [TOP, CENTER, BOTTOM]
|
||||
# Default Value: TOP
|
||||
VerticalAlignment = TOP
|
||||
|
|
@ -111,29 +198,29 @@
|
|||
# Default Value: ENABLED
|
||||
ButtonNavigationVisibility = ENABLED
|
||||
|
||||
# Description: Set to true to draw a background texture behind the gui.
|
||||
# Description: Enable this to draw a background texture behind the GUI.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DrawBackground = false
|
||||
|
||||
|
||||
[BookmarkList]
|
||||
# Description: Max number of rows shown
|
||||
# Description: Max number of rows shown.
|
||||
# Valid Values: An integer in the range [1, 100] (inclusive)
|
||||
# Default Value: 16
|
||||
MaxRows = 16
|
||||
|
||||
# Description: Max number of columns shown
|
||||
# Description: Max number of columns shown.
|
||||
# Valid Values: An integer in the range [4, 100] (inclusive)
|
||||
# Default Value: 9
|
||||
MaxColumns = 9
|
||||
|
||||
# Description: Horizontal alignment of the ingredient grid inside the available area
|
||||
# Description: Horizontal alignment of the ingredient grid inside the available area.
|
||||
# Valid Values: [LEFT, CENTER, RIGHT]
|
||||
# Default Value: LEFT
|
||||
HorizontalAlignment = LEFT
|
||||
|
||||
# Description: Vertical alignment of the ingredient grid inside the available area
|
||||
# Description: Vertical alignment of the ingredient grid inside the available area.
|
||||
# Valid Values: [TOP, CENTER, BOTTOM]
|
||||
# Default Value: TOP
|
||||
VerticalAlignment = TOP
|
||||
|
|
@ -143,7 +230,7 @@
|
|||
# Default Value: ENABLED
|
||||
ButtonNavigationVisibility = ENABLED
|
||||
|
||||
# Description: Set to true to draw a background texture behind the gui.
|
||||
# Description: Enable this to draw a background texture behind the GUI.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DrawBackground = false
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[colors]
|
||||
# Description: Color values to search for
|
||||
# Description: Color values to search for.
|
||||
# Valid Values: A comma-separated list containing values of:
|
||||
# Any color name and an RGB hex color, separated by a ':'
|
||||
# Default Value: White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0
|
||||
|
|
|
|||
|
|
@ -1,17 +1,32 @@
|
|||
[debug]
|
||||
# Description: Debug mode enabled
|
||||
# Description: Debug mode enabled.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DebugMode = false
|
||||
|
||||
# Description: Debug inputs enabled
|
||||
# Description: Debug GUIs enabled.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DebugGuis = false
|
||||
|
||||
# Description: Debug inputs enabled.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DebugInputs = false
|
||||
|
||||
# Description: Add debug information to ingredient tooltips when advanced tooltips are enabled.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
debugInfoTooltipsEnabled = false
|
||||
|
||||
# Description: Adds ingredients to JEI that intentionally crash, to help debug JEI.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
CrashingTestItemsEnabled = false
|
||||
|
||||
# Description: Log information about the suffix trees used for searching, to help debug JEI.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
logSuffixTreeStats = false
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[modname]
|
||||
# Description: Formatting for mod name tooltip
|
||||
# Description: Formatting for the mod names in tooltips for JEI GUIs. Leave blank to disable.
|
||||
# Valid Values: A chat formatting string.
|
||||
# Use these formatting colors:
|
||||
# black dark_blue dark_green dark_aqua dark_red dark_purple gold gray dark_gray blue green aqua red light_purple yellow white
|
||||
|
|
|
|||
|
|
@ -1,89 +1,161 @@
|
|||
minecraft:crafting
|
||||
minecraft:anvil
|
||||
minecraft:blasting
|
||||
minecraft:brewing
|
||||
minecraft:campfire
|
||||
minecraft:compostable
|
||||
minecraft:fuel
|
||||
minecraft:furnace
|
||||
minecraft:smithing
|
||||
minecraft:smoking
|
||||
minecraft:stonecutting
|
||||
ae2:attunement
|
||||
ae2:certus_growth
|
||||
ae2:charger
|
||||
ae2:condenser
|
||||
ae2:entropy
|
||||
ae2:inscriber
|
||||
ae2:item_transformation
|
||||
create:automatic_brewing
|
||||
create:automatic_packing
|
||||
create:automatic_shaped
|
||||
create:automatic_shapeless
|
||||
create:block_cutting
|
||||
create:crushing
|
||||
create:deploying
|
||||
create:draining
|
||||
create:fan_blasting
|
||||
create:fan_haunting
|
||||
create:fan_smoking
|
||||
create:fan_washing
|
||||
create:item_application
|
||||
create:mechanical_crafting
|
||||
create:milling
|
||||
create:mixing
|
||||
create:mystery_conversion
|
||||
create:packing
|
||||
create:pressing
|
||||
create:sandpaper_polishing
|
||||
create:sawing
|
||||
create:sequenced_assembly
|
||||
create:spout_filling
|
||||
create:wood_cutting
|
||||
createaddition:charging
|
||||
createaddition:liquid_burning
|
||||
createaddition:rolling
|
||||
exposure:photograph_printing
|
||||
exposure:photograph_stacking
|
||||
|
||||
tfc:rock_knapping
|
||||
tfc:clay_knapping
|
||||
tfc:fire_clay_knapping
|
||||
tfc:leather_knapping
|
||||
tfc:goat_horn_knapping
|
||||
tfc:pumpkin_knapping
|
||||
tfc:raw_hide_knapping
|
||||
|
||||
tfc:heating
|
||||
tfc:quern
|
||||
tfc:casting
|
||||
tfc:anvil
|
||||
tfc:welding
|
||||
vintageimprovements:hammering
|
||||
tfc:instant_barrel
|
||||
tfc:instant_fluid_barrel
|
||||
tfc:sealed_barrel
|
||||
tfc:bloomery
|
||||
tfc:blast_furnace
|
||||
tfc:alloying
|
||||
|
||||
tfc:scraping
|
||||
tfc:loom
|
||||
tfc:glassworking
|
||||
tfc:chisel
|
||||
tfc:sewing
|
||||
firmalife:drying
|
||||
firmalife:mixing_bowl
|
||||
firmalife:oven
|
||||
firmalife:smoking
|
||||
firmalife:vat
|
||||
jei:information
|
||||
jumbofurnace:jumbo_furnace_upgrade
|
||||
jumbofurnace:jumbo_smelting
|
||||
morered:soldering
|
||||
tfc:alloying
|
||||
tfc:anvil
|
||||
tfc:blast_furnace
|
||||
tfc:bloomery
|
||||
tfc:casting
|
||||
tfc:chisel
|
||||
tfc:clay_knapping
|
||||
tfc:fire_clay_knapping
|
||||
tfc:glassworking
|
||||
tfc:goat_horn_knapping
|
||||
tfc:heating
|
||||
tfc:instant_barrel
|
||||
tfc:instant_fluid_barrel
|
||||
tfc:jam_pot
|
||||
tfc:leather_knapping
|
||||
tfc:loom
|
||||
tfc:pumpkin_knapping
|
||||
tfc:quern
|
||||
tfc:rock_knapping
|
||||
tfc:scraping
|
||||
tfc:sealed_barrel
|
||||
tfc:simple_pot
|
||||
tfc:soup_pot
|
||||
tfc:welding
|
||||
treetap:tap_extract
|
||||
ftbquests:loot_crate
|
||||
ftbquests:quest
|
||||
tfc:jam_pot
|
||||
firmalife:bowl_pot
|
||||
firmalife:stinky_soup
|
||||
framedblocks:framing_saw
|
||||
tfc:sewing
|
||||
firmalife:press
|
||||
firmalife:vat
|
||||
firmalife:stomping
|
||||
|
||||
create:deploying
|
||||
create:item_application
|
||||
create:sequenced_assembly
|
||||
|
||||
gtceu:large_boiler
|
||||
gtceu:steam_boiler
|
||||
gtceu:coke_oven
|
||||
|
||||
gtceu:combustion_generator
|
||||
gtceu:gas_turbine
|
||||
gtceu:plasma_generator
|
||||
gtceu:steam_turbine
|
||||
|
||||
minecraft:smelting
|
||||
gtceu:air_scrubber
|
||||
gtceu:alloy_smelter
|
||||
gtceu:arc_furnace
|
||||
gtceu:assembler
|
||||
gtceu:autoclave
|
||||
createaddition:rolling
|
||||
vintageimprovements:pressurizing
|
||||
gtceu:bender
|
||||
gtceu:brewery
|
||||
gtceu:canner
|
||||
vintageimprovements:centrifugation
|
||||
gtceu:centrifuge
|
||||
gtceu:chemical_bath
|
||||
gtceu:chemical_reactor
|
||||
gtceu:large_chemical_reactor
|
||||
gtceu:circuit_assembler
|
||||
gtceu:compressor
|
||||
greate:sawing
|
||||
gtceu:cutter
|
||||
gtceu:distillery
|
||||
gtceu:distillation_tower
|
||||
gtceu:electrolyzer
|
||||
gtceu:electromagnetic_separator
|
||||
vintageimprovements:vacuumizing
|
||||
gtceu:extractor
|
||||
vintageimprovements:curving
|
||||
gtceu:extruder
|
||||
gtceu:fermenter
|
||||
gtceu:fluid_heater
|
||||
gtceu:fluid_solidifier
|
||||
gtceu:forge_hammer
|
||||
gtceu:forming_press
|
||||
gtceu:gas_collector
|
||||
vintageimprovements:laser_cutting
|
||||
gtceu:laser_engraver
|
||||
vintageimprovements:turning
|
||||
gtceu:lathe
|
||||
greate:milling
|
||||
greate:crushing
|
||||
gtceu:macerator
|
||||
greate:mixing
|
||||
gtceu:mixer
|
||||
gtceu:packer
|
||||
gtceu:polarizer
|
||||
gtceu:rock_breaker
|
||||
gtceu:scanner
|
||||
vintageimprovements:vibrating
|
||||
gtceu:sifter
|
||||
gtceu:thermal_centrifuge
|
||||
vintageimprovements:coiling
|
||||
gtceu:wiremill
|
||||
|
||||
gtceu:multiblock_info
|
||||
gtceu:alloy_blast_smelter
|
||||
gtceu:assembly_line
|
||||
gtceu:cracker
|
||||
gtceu:electric_blast_furnace
|
||||
gtceu:end_dome
|
||||
gtceu:evaporation
|
||||
gtceu:fusion_reactor
|
||||
gtceu:greenhouse
|
||||
gtceu:implosion_compressor
|
||||
gtceu:nether_dome
|
||||
gtceu:pyrolyse_oven
|
||||
gtceu:research_station
|
||||
gtceu:steam_bloomery
|
||||
gtceu:vacuum_freezer
|
||||
gtceu:wire_coating
|
||||
|
||||
gtceu:ore_processing_diagram
|
||||
ae2:item_transformation
|
||||
gtceu:ore_washer
|
||||
greate:fan_washing
|
||||
gtceu:ore_crushing
|
||||
gtceu:ore_forging
|
||||
gtceu:ore_bathing
|
||||
|
||||
gtceu:bedrock_fluid_diagram
|
||||
|
||||
gtceu:chem_dyes
|
||||
gtceu:ingot_molding
|
||||
gtceu:arc_furnace_recycling
|
||||
gtceu:macerator_recycling
|
||||
gtceu:extractor_recycling
|
||||
ae2:condenser
|
||||
|
||||
greate:packing
|
||||
|
||||
minecraft:smithing
|
||||
exposure:photograph_printing
|
||||
|
||||
rnr:block_mod
|
||||
rnr:mattock
|
||||
greate:block_cutting
|
||||
framedblocks:framing_saw
|
||||
domum_ornamentum:architects_cutter
|
||||
|
||||
gtceu:programmed_circuit
|
||||
ae2:attunement
|
||||
ae2:entropy
|
||||
create:draining
|
||||
create:spout_filling
|
||||
exposure:photograph_stacking
|
||||
ftbquests:quest
|
||||
|
||||
emi:info
|
||||
emi:tag
|
||||
Loading…
Add table
Add a link
Reference in a new issue