Implement a new keybind (Ctrl+Q) to quickly create AE2 patterns from JEI items. Features: - Press Ctrl+Q while hovering over any item in JEI to create patterns instantly - Intelligent recipe selection (prioritizes crafting recipes) - Support Shift+Ctrl+Q to search recipes where item is used as input - JEI bookmark priority system for ingredient selection - Smart pattern placement (crafting patterns drop, processing patterns to inventory) - Consumes blank pattern from player inventory with auto-refund on failure Configuration: - ctrlQConsumeBlankPattern: Toggle blank pattern consumption (default: true) - ctrlQExtractFromNetwork: Extract patterns from AE network (default: true, WIP) Technical changes: - Add CtrlQPatternKeyHandler for client-side key handling - Add CreateCtrlQPatternC2SPacket for C2S network communication - Add RecipeFinderUtil with priority sorting - Add ModKeybindings for keybind registration - Update ModConfig with new options - Register network packet in ModNetwork - Add English translations Code quality: - Cleaned up debug logs - Removed local development configuration
35 lines
796 B
Properties
35 lines
796 B
Properties
# Done to increase the memory available to Gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
loom.platform = forge
|
|
org.gradle.parallel=true
|
|
|
|
mod_version = 1.5.1
|
|
maven_group = com.extendedae_plus
|
|
archives_name = extendedae_plus
|
|
|
|
# Minecraft properties
|
|
minecraft_version = 1.20.1
|
|
|
|
# Dependencies
|
|
forge_version = 1.20.1-47.4.3
|
|
glodium_version=5006780
|
|
ae2_version=15.4.5
|
|
guideme_version=20.1.7
|
|
wireless_terminals_version=5162352
|
|
jei_version=15.19.5.99
|
|
applied_flux_version=5329825
|
|
mega_cells_version=5320730
|
|
jade_version=4768593
|
|
basic_math_version=0.6.1
|
|
architectury_version=5137938
|
|
rei_version=12.0.622
|
|
cloth_config_version=9.0.94
|
|
projecte_version=4901949
|
|
appliede_version=5364294
|
|
gregtech_version=5369020
|
|
ldlib_version=5394816
|
|
ie_version=5224387
|
|
mixin_version=0.8.4
|
|
curios_version=6418456
|
|
org.gradle.parallel=true
|