moving around

This commit is contained in:
2025-07-26 15:09:57 +02:00
parent c036755c2e
commit 3266144373
843 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
[
{"version":2}
]

View File

@@ -0,0 +1,113 @@
Minecraft
Building Gadgets 2
Charging Gadgets
Comforts
Create
Create : Furnitures
Create Confectionery
Create Crafts & Additions
Create Jet Boots
Create Jetpack
Create Mechanical Chicken
Create Mechanical Cow
Create Mechanical Extruder
Create Railways Navigator
Create Sifter
Create Slice & Dice
Create: Bells & Whistles
Create: Connected
Create: Copycats+
Create: Dragons Plus
Create: Enchantment Industry
Create: Fishery Industry
Create: Food
Create: Integrated Farming
Create: Mechanical Teleporter
Create: Mechanical spawner
Create: Pattern Schematics
Create: Power Loader
Create: Sound of Steam
Create: Trading Floor
Easy Villagers
ElevatorMod
EnderStorage
Explorer's Compass
FTB Filter System
FTB Quests
Farmer's Delight
Farming for Blockheads
Flux Networks
Functional Storage
Gadgets Against Grind
Gateways To Eternity
Iron Furnaces
Lootr
Mining Gadgets
MmmMmmMmmMmm
Mob Grinding Utils
More Functional Storage
Nature's Compass
Pipez
Rechiseled
Rechiseled: Create
Simple Magnets
Sophisticated Backpacks
Sophisticated Core
Sophisticated Storage
Supplementaries
Tool Belt
Torchmaster
Trash Cans
Traveler's Compass
Unusual Furniture
Apothic Attributes
Artifacts
Connected Glass
Construction Sticks
Enchanting Infuser
FramedBlocks
GeOre
Handcrafted
Hang Glider
Hostile Neural Networks
Iron Jetpacks
Just Dire Things
LaserIO
Mechanical Trading Station
Melter
More Red
Patchouli
Pocket Storage
Pylons
RAR-Compat
Rain Shield
Redstone Pen
Relics
Shrink
Trading Station
Crafting On A Stick
Easy NPC
Ender's Delight
Ore Hammer
Pickle Tweaks
Refined Storage
Refined Storage - Quartz Arsenal
Revive Me!
Simply Swords
Snad
Utilitarian
[SBM] Cardboard Boxes
Ant's Angel Ring
Ars Additions
Ars Creo
Ars Nouveau
Ars Nouveau's Flavors & Delight
Ars Technica
Reliquified Ars Nouveau
Mighty Mail
Doggy Talents Next
Potion Rings
Aquaculture 2
Cultural Delights
Fishermens Trap
Aquaculture Delight

View File

@@ -0,0 +1,3 @@
net.minecraft.world.item.ItemStack
net.neoforged.neoforge.fluids.FluidStack
net.minecraft.world.effect.MobEffectInstance

View File

@@ -0,0 +1,291 @@
[appearance]
# Name: Center Search Bar
# Description: Move the JEI search bar to the bottom center of the screen.
# Valid Values: [true, false]
# Default Value: false
centerSearch = false
# Name: Recipe GUI Height
# Description: The maximum height for the Recipes Gui (in pixels).
# Valid Values: Any integer greater than or equal to 175
# Default Value: 350
recipeGuiHeight = 350
[cheating]
# Name: Give 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
# Name: Cheat Items to Hotbar Using Hotkeys
# Description: Enable cheating items into the hotbar by using Shift + numeric keys.
# Valid Values: [true, false]
# Default Value: false
cheatToHotbarUsingHotkeysEnabled = false
# Name: Show Hidden Ingredients
# Description: Enable showing ingredients that are not in the creative menu.
# Valid Values: [true, false]
# Default Value: false
showHiddenIngredients = false
# Name: Show Tag Recipes
# Description: Show recipes for ingredient tags like item tags and block tags.
# Valid Values: [true, false]
# Default Value: false
showTagRecipesEnabled = false
[bookmarks]
# Name: Add Bookmarks to Front
# Description: When true, add new bookmarks to the front of the list. When false, add them to the end.
# Valid Values: [true, false]
# Default Value: false
addBookmarksToFrontEnabled = false
# Name: Drag To Rearrange Bookmarks
# Description: Enable dragging bookmarks to rearrange them in the list.
# Valid Values: [true, false]
# Default Value: true
dragToRearrangeBookmarksEnabled = true
[tooltips]
# Name: Bookmarks Tooltips Features
# Description: Extra features for bookmark tooltips.
# Valid Values: A comma-separated list containing values of:
# [PREVIEW, INGREDIENTS]
# Default Value: PREVIEW
bookmarkTooltipFeatures = PREVIEW
# Name: Shift for Bookmarks Tooltips
# Description: Hold Shift to show bookmark tooltip features.
# Valid Values: [true, false]
# Default Value: true
holdShiftToShowBookmarkTooltipFeatures = true
# Name: Show Creative Tab Names
# Description: Show creative tab names in ingredient tooltips.
# Valid Values: [true, false]
# Default Value: false
showCreativeTabNamesEnabled = false
# Name: Show Tag Contents
# Description: Show tag content in tooltips when browsing recipe ingredients.
# Valid Values: [true, false]
# Default Value: true
tagContentTooltipEnabled = true
# Name: Hide Single-Ingredient Tag Contents
# Description: Hide tag content in tooltips when there is only one ingredient in the tag.
# Valid Values: [true, false]
# Default Value: true
hideSingleTagContentTooltipEnabled = true
[performance]
# Name: Low Memory Search
# Description: Set search to low-memory mode (makes search slow but uses less RAM).
# Valid Values: [true, false]
# Default Value: false
lowMemorySlowSearchEnabled = false
[lookups]
# Name: Lookup Fluid Contents
# Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids.
# Valid Values: [true, false]
# Default Value: false
lookupFluidContentsEnabled = false
# Name: Lookup ItemBlock Tags
# Description: When searching for item tags, also include tags for the default blocks contained in the items.
# Valid Values: [true, false]
# Default Value: true
lookupBlockTagsEnabled = true
[advanced]
# Name: Catch Render Errors
# Description: Catch render errors from modded ingredients and attempt to recover from them instead of crashing.
# Valid Values: [true, false]
# Default Value: true
catchRenderErrorsEnabled = true
[input]
# Name: Drag Delay
# Description: Number of milliseconds before a long mouse click is considered dragging the mouse.
# Valid Values: An integer in the range [0, 1000] (inclusive)
# Default Value: 150
dragDelayInMilliseconds = 150
# Name: Smooth Scroll Rate
# 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]
# Name: Ingredient Sorting Stages
# 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
# Name: Recipe Sorting Stages
# Description: Sorting order for displayed recipes.
# Valid Values: A comma-separated list containing values of:
# [BOOKMARKED, CRAFTABLE]
# Default Value: BOOKMARKED, CRAFTABLE
recipeSorterStages = BOOKMARKED, CRAFTABLE
[search]
# Name: @Mod Name Search Mode
# Description: Search mode for mod names (prefix: @).
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
# Default Value: REQUIRE_PREFIX
modNameSearchMode = REQUIRE_PREFIX
# Name: #Tag Search Mode
# Description: Search mode for tags (prefix: #).
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
# Default Value: REQUIRE_PREFIX
tagSearchMode = REQUIRE_PREFIX
# Name: $Tooltip Search Mode
# Description: Search mode for tooltips (prefix: $).
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
# Default Value: ENABLED
tooltipSearchMode = ENABLED
# Name: ^Color Search Mode
# Description: Search mode for colors (prefix: ^).
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
# Default Value: DISABLED
colorSearchMode = DISABLED
# Name: &Resource Location Search Mode
# Description: Search mode for resource locations (prefix: &).
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
# Default Value: DISABLED
resourceLocationSearchMode = DISABLED
# Name: %Creative Tab Search Mode
# Description: Search mode for creative mode tab names (prefix: %).
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
# Default Value: DISABLED
creativeTabSearchMode = DISABLED
# Name: Search Advanced Tooltips
# Description: Search in advanced tooltips (visible with F3 + H).
# Valid Values: [true, false]
# Default Value: false
searchAdvancedTooltips = false
# Name: Search Mod Ids
# Description: Search mod IDs in addition to mod names.
# Valid Values: [true, false]
# Default Value: true
searchModIds = true
# Name: Search Mod Aliases
# Description: Search mod aliases (alternative names) that are added by plugins, in addition to mod names.
# Valid Values: [true, false]
# Default Value: true
searchModAliases = true
# Name: Search Short Mod Names
# Description: Search by the shorthand first letters of a mod's name.
# Valid Values: [true, false]
# Default Value: false
searchShortModNames = false
# Name: Search Ingredient Aliases
# 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]
# Name: Max Rows
# Description: Max number of rows shown.
# Valid Values: An integer in the range [1, 100] (inclusive)
# Default Value: 16
maxRows = 16
# Name: Max Columns
# Description: Max number of columns shown.
# Valid Values: An integer in the range [2, 100] (inclusive)
# Default Value: 9
maxColumns = 9
# Name: Horizontal Alignment
# Description: Horizontal alignment of the ingredient list inside the available area.
# Valid Values: [LEFT, CENTER, RIGHT]
# Default Value: RIGHT
horizontalAlignment = RIGHT
# Name: Vertical Alignment
# Description: Vertical alignment of the ingredient list inside the available area.
# Valid Values: [TOP, CENTER, BOTTOM]
# Default Value: TOP
verticalAlignment = TOP
# Name: Navigation Visibility
# Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages.
# Valid Values: [ENABLED, AUTO_HIDE, DISABLED]
# Default Value: ENABLED
buttonNavigationVisibility = ENABLED
# Name: Draw GUI Background
# Description: Enable this to draw a background texture behind the ingredient list.
# Valid Values: [true, false]
# Default Value: false
drawBackground = false
[bookmarkList]
# Name: Max Rows
# Description: Max number of rows shown.
# Valid Values: An integer in the range [1, 100] (inclusive)
# Default Value: 16
maxRows = 16
# Name: Max Columns
# Description: Max number of columns shown.
# Valid Values: An integer in the range [2, 100] (inclusive)
# Default Value: 9
maxColumns = 9
# Name: Horizontal Alignment
# Description: Horizontal alignment of the bookmark list inside the available area.
# Valid Values: [LEFT, CENTER, RIGHT]
# Default Value: LEFT
horizontalAlignment = LEFT
# Name: Vertical Alignment
# Description: Vertical alignment of the bookmark list inside the available area.
# Valid Values: [TOP, CENTER, BOTTOM]
# Default Value: TOP
verticalAlignment = TOP
# Name: Navigation Visibility
# Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages.
# Valid Values: [ENABLED, AUTO_HIDE, DISABLED]
# Default Value: ENABLED
buttonNavigationVisibility = ENABLED
# Name: Draw GUI Background
# Description: Enable this to draw a background texture behind the bookmark list.
# Valid Values: [true, false]
# Default Value: false
drawBackground = false

View File

@@ -0,0 +1,9 @@
[colors]
# Name: Search Colors
# 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
searchColors = 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

View File

@@ -0,0 +1,38 @@
[debug]
# Name: Debug Mode
# Description: Enable debug mode
# Valid Values: [true, false]
# Default Value: false
debugMode = false
# Name: Debug GUIs
# Description: Enable Debug GUIs mode
# Valid Values: [true, false]
# Default Value: false
debugGuis = false
# Name: Debug Inputs
# Description: Enable Debug Inputs mode
# Valid Values: [true, false]
# Default Value: false
debugInputs = false
# Name: Debug Info Tooltips
# Description: Add debug information to ingredient tooltips when advanced tooltips are enabled.
# Valid Values: [true, false]
# Default Value: false
debugInfoTooltipsEnabled = false
# Name: Enable Crashing Test Items
# Description: Adds ingredients to JEI that intentionally crash, to help debug JEI.
# Valid Values: [true, false]
# Default Value: false
crashingTestItemsEnabled = false
# Name: Log Search Tree Statistics
# Description: Log information about the suffix trees used for searching, to help debug JEI.
# Valid Values: [true, false]
# Default Value: false
logSuffixTreeStats = false

View File

@@ -0,0 +1,12 @@
[modName]
# Name: Mod Name Format
# 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
# With these formatting options:
# obfuscated bold strikethrough underline italic
# Default Value: blue italic
modNameFormat = blue italic

View File

@@ -0,0 +1,112 @@
minecraft:crafting
minecraft:anvil
minecraft:blasting
minecraft:brewing
minecraft:campfire_cooking
minecraft:compostable
minecraft:fuel
minecraft:smelting
minecraft:smithing
minecraft:smoking
minecraft:stonecutting
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_dragons_plus:coloring
create_dragons_plus:ending
create_dragons_plus:freezing
create_dragons_plus:sanding
create_enchantment_industry:grinding
create_enchantment_industry:printing
create_mechanical_chicken:production
create_mechanical_extruder:extruding
create_mechanical_spawner:spawning
createaddition:charging
createaddition:liquid_burning
createaddition:rolling
createfisheryindustry:peeling
createsifter:sifting
easy_villagers:breeding
easy_villagers:converting
easy_villagers:incubating
farmersdelight:cooking
farmersdelight:cutting
farmersdelight:decomposition
farmingforblockheads:market
fluxnetworks:creating_flux
ftbquests:loot_crate
ftbquests:quest
functionalstorage:dissolution
ironfurnaces:generator_blasting
ironfurnaces:generator_regular
ironfurnaces:generator_smoking
jei:information
jeresources:dungeon
jeresources:enchantment
jeresources:mob
jeresources:plant
jeresources:villager
jeresources:worldgen
justenoughbreeding:breeding
mechanical_cow:production
mob_grinding_utils:solidify
rechiseled:chiseling
sliceanddice:slicer
trading_floor:potential_villager_trade
framedblocks:framing_saw
hostilenetworks:loot_fabricator
hostilenetworks:sim_chamber
jeed:effect_info
just_enough_beacons:beacon_base_block
just_enough_beacons:beacon_payment
just_enough_beacons:conduit_frame_block
justdirethings:fluid_drop_recipe
justdirethings:goo_spread_recipe
justdirethings:goo_spread_recipe_tag
justdirethings:ore_to_resource
justenoughprofessions:professions
melter:heatsource
melter:melting
morered:soldering
trading_station:trading
ars_additions:charm_charging
ars_additions:locate_structure
ars_nouveau:alakarkinos
ars_nouveau:armor_upgrade
ars_nouveau:budding_conversion
ars_nouveau:crush
ars_nouveau:enchanting_apparatus
ars_nouveau:enchantment_apparatus
ars_nouveau:glyph_recipe
ars_nouveau:imbuement
ars_nouveau:scry_ritual
ars_technica:armor_upgrade
fishermens_trap:fishtrap_fishing
simplelootviewer:archaeology
simplelootviewer:block
simplelootviewer:dispenser
simplelootviewer:entity
simplelootviewer:fishing
simplelootviewer:hero
simplelootviewer:loot_chest
simplelootviewer:misc