Add Aether-themed equipment and attributes for various RPG classes, including archers, bards, berserkers, elemental wizards, forcemasters, paladins, and rogues; enhance configuration clarity across multiple files.

This commit is contained in:
Leonid Pershin
2026-05-08 11:21:07 +03:00
parent 1bfb306db6
commit f8693b498a
73 changed files with 2585 additions and 12 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"rendering": {
"oldRotation": false,
"vanillaRendering": false,
"rotateSpeed": 1.0,
"showPickupTooltip": true,
"showPickupTooltipOnlyOnGround": false,
"showPickupTooltipExtended": false,
"showPickupTooltipKeybind": false,
"disableThrowHUD": false,
"vanillaRendered": {
"entries": [],
"isWhitelist": true
},
"tooltipOffsetX": 0,
"tooltipOffsetY": 0,
"blockRequireOffset": {
"blocks": [
"minecraft:snow",
"minecraft:soul_sand",
"minecraft:mud"
],
"tags": []
},
"blockBelowRequireOffset": {
"blocks": [],
"tags": []
}
}
}
+3
View File
@@ -0,0 +1,3 @@
[
{"version":2}
]
@@ -0,0 +1,112 @@
Minecraft
Additional Jewelry
Alex's Caves
Alex's Mobs
Alexs Delight
Animal Feeding Trough
Another Furniture
AnvilCore
Aquaculture 2
Aquaculture Delight
Archers (RPG Series)
Archers Expansion
Armory (RPG Series)
Arsenal (RPG Series)
Bards (RPG Series Plus)
Berserker
Better End
Biomes O' Plenty
Born in Chaos
Bosses of Mass Destruction
Brewin' And Chewin'
Clutter: Bestiary
Corn Delight
Crabber's Delight
Create
Create Aeronautics
Create Big Cannons
Create Confectionery
Create Crafts & Additions
Create Deco
Create Diesel Generators
Create Goggles
Create O' Plenty
Create Offroad
Create Ore Excavation
Create Simulated
Create Slice & Dice
Create Stuff 'N Additions
Create: Connected
Create: Copycats+
Create: Dragons Plus
Create: Enchantment Industry
Create: Integrated Farming
Create: Interiors
Create: Transmission
Create: Winery
Critters and Companions
Cultural Delights
Delightful Creators
Druids (RPG Series Plus)
Dynamic Trees
Dynamic Trees Plus
Dynamic Trees Terralith
Dynamic Trees for Biomes o' Plenty
Dynamic Trees for Nature's Spirit
Elemental Maces
Elemental Wizards (RPG Series Plus)
Ender's Delight
Every Compat
Extra RPG Attributes
Farmer's Delight
Forcemaster
Gems Realm
Goblin Traders
Guard Villagers
Integrated Dungeons and Structures
Integrated Stronghold
Jewelry (RPG Series)
L_Ender's Cataclysm 1.21.1
Lootr
Macaw's Bridges
Macaw's Bridges Delight
Macaw's Doors
Macaw's Fences and Walls
Macaw's Furniture
Macaw's Paths and Pavings
Macaw's Roofs
Macaw's Stairs and Balconies
Macaw's Trapdoors
Macaw's Windows
Mercenaries and Artificers (RPG Series Plus)
More RPG Library
Mowzie's Mobs
Mutant Monsters
My Nether's Delight
Nature's Spirit
Paladins & Priests (RPG Series)
ParCool!
Quark
Rechiseled
Rechiseled: Create
Relics (RPG Series)
Rogues & Warriors (RPG Series)
Runes
Rustic Delight
Serene Seasons
Simply Swords
Simply Swords: Cataclysm
Skill Tree (RPG Series)
Sophisticated Backpacks
Sophisticated Core
Sophisticated Storage
Spell Engine
Stone Zone
Storage Drawers
Supplementaries
The Aether
Veggies Delight
Village Taverns (RPG Series)
Waystones
Witcher
Wizards (RPG Series)
@@ -0,0 +1,3 @@
net.minecraft.world.item.ItemStack
com.tom.createores.jei.Vein
net.neoforged.neoforge.fluids.FluidStack
+323
View File
@@ -0,0 +1,323 @@
[appearance]
# Name: Поле поиска по центру
# Description: Перемещает поле поиска JEI в центр нижней части экрана.
# Valid Values: [true, false]
# Default Value: false
centerSearch = false
# Name: Максимальная высота интерфейса рецепта
# Description: Максимальная высота интерфейса рецепта.
# Valid Values: Any integer greater than or equal to 175
# Default Value: 350
recipeGuiHeight = 350
[cheating]
# Name: Режим выдачи
# Description: Выбери, должен ли JEI давать ингредиенты прямо в инвентарь либо собирать их мышкой.
# 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: Добавлять новые закладки в начало
# Description: Когда включено, добавляет новые закладки в начало списка закладок. Когда выключено, добавляет новые закладки в конец списка закладок
# 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
# Name: Recipe Ingredient Summary
# Description: Show a summary of ingredients needed for a recipe, on its output ingredient's tooltip.
# Valid Values: [true, false]
# Default Value: false
enableRecipesGuiIngredientsSummary = false
[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
[lookupHistory]
# Name: Enabled
# Description: Display or hide the lookup history overlay.
# Valid Values: [true, false]
# Default Value: false
enabled = false
# Name: Max Rows
# Description: Max number of rows to display in the lookup history overlay.
# Valid Values: An integer in the range [1, 7] (inclusive)
# Default Value: 2
maxRows = 2
# Name: Max Ingredients
# Description: Max number of lookup history ingredients to save.
# Valid Values: An integer in the range [10, 1000] (inclusive)
# Default Value: 100
maxIngredients = 100
# Name: Display Side
# Description: Side of the screen to display the lookup history overlay.
# Valid Values: [LEFT, RIGHT]
# Default Value: LEFT
displaySide = LEFT
[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: @Название мода
# Description: Режим поиска по названиям мода (префикс: @).
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
# Default Value: REQUIRE_PREFIX
modNameSearchMode = REQUIRE_PREFIX
# Name: #Тег
# Description: Режим поиска по тегам (префикс: #).
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
# Default Value: REQUIRE_PREFIX
tagSearchMode = REQUIRE_PREFIX
# Name: $Подсказка
# Description: Режим поиска по подсказкам (префикс: $).
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
# Default Value: ENABLED
tooltipSearchMode = ENABLED
# Name: ^Цвет
# Description: Режим поиска по цветам (префикс: ^).
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
# Default Value: DISABLED
colorSearchMode = DISABLED
# Name: &Идентификатор ресурса
# Description: Режим поиска по идентификаторам ресурсов (префикс: &).
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
# Default Value: DISABLED
resourceLocationSearchMode = DISABLED
# Name: %Творческая вкладка
# Description: Режим поиска по названиям творческих вкладок (префикс: %).
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
# Default Value: DISABLED
creativeTabSearchMode = DISABLED
# Name: Подсказки для расширенного поиска
# 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
+9
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
+44
View File
@@ -0,0 +1,44 @@
[debug]
# Name: Режим отладки
# Description: Полезен только для разработчиков JEI, добавляет тестовые ингредиенты и несколько рецептов для отладки.
# 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: jei.config.debug.debug.crashingTestRecipesEnabled
# Description: jei.config.debug.debug.crashingTestRecipesEnabled.description
# Valid Values: [true, false]
# Default Value: false
crashingTestRecipesEnabled = 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
+12
View File
@@ -0,0 +1,12 @@
[modName]
# Name: Формат названия мода
# Description: Какое название мода должно быть размечено в подсказке для интерфейсов JEI. Оставь пустым, чтобы отключить.
# 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
+100
View File
@@ -0,0 +1,100 @@
minecraft:crafting
minecraft:anvil
minecraft:blasting
minecraft:brewing
minecraft:campfire_cooking
minecraft:compostable
minecraft:fuel
minecraft:grindstone
minecraft:smelting
minecraft:smithing
minecraft:smoking
minecraft:stonecutting
aether:accessory_freezable
aether:ambrosium_enchanting
aether:block_placement_ban
aether:enchanting
aether:freezing
aether:fuel
aether:icestone_freezable
aether:incubation
aether:item_placement_ban
aether:placement_conversion
aether:repairing
aether:swet_ball_conversion
alexscaves:nuclear_furnace
alexscaves:spelunkery_table
alexsmobs:capsid
betterend:alloying
betterend:anvil
betterend:infusion
brewinandchewin:aging
brewinandchewin:fermenting
cataclysm:altar_of_amethyst
cataclysm:weapon_infusion
crabbersdelight:crab_trap_loot
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_central_kitchen:farmersdelight.automatic_food_cutting
create_central_kitchen:farmersdelight.automatic_food_sawing
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_winery:maturing
create_winery:maturing_blend
createaddition:charging
createaddition:liquid_burning
createaddition:rolling
createbigcannons:built_up_heating
createbigcannons:cannon_casting
createbigcannons:drill_boring
createbigcannons:incomplete_cannon_blocks
createbigcannons:melting
createdieselgenerators:basin_fermenting
createdieselgenerators:bulk_fermenting
createdieselgenerators:casting
createdieselgenerators:compression_molding
createdieselgenerators:distillation
createdieselgenerators:hammering
createdieselgenerators:wire_cutting
createoreexcavation:drilling
createoreexcavation:extracting
createoreexcavation:vein
farmersdelight:cooking
farmersdelight:cutting
farmersdelight:decomposition
jei:information
jeresources:dungeon
jeresources:enchantment
jeresources:mob
jeresources:plant
jeresources:villager
jeresources:worldgen
justenoughprofessions:professions
mynethersdelight:forgoting
rechiseled:chiseling
sliceanddice:slicer
@@ -0,0 +1,11 @@
{
"spell_book": {
"access": "NONE",
"access_param": "",
"pool": "",
"slot": "",
"max_spell_count": 0,
"spell_ids": [],
"extra_tier_binding": 0
}
}