Initial Commit!
This commit is contained in:
@@ -0,0 +1,149 @@
|
||||
Minecraft
|
||||
Amendments
|
||||
Comforts
|
||||
End's Delight
|
||||
Farmer's Delight
|
||||
Farmer's Delight: Plus
|
||||
More Delight
|
||||
My Nether's Delight
|
||||
Nature's Compass
|
||||
Supplementaries
|
||||
Bountiful
|
||||
Dynamic Trees
|
||||
Dynamic Trees Plus
|
||||
More Villagers
|
||||
Philips Ruins
|
||||
Piglet Structures
|
||||
The Graveyard
|
||||
Waystones
|
||||
YUNG's Cave Biomes
|
||||
Dynamic Trees for Regions Unexplored
|
||||
Regions Unexplored
|
||||
Tinkers' Construct
|
||||
Alex's Delight
|
||||
Alex's Mobs
|
||||
Building Gadgets 2
|
||||
Deeper and Darker
|
||||
Exposure
|
||||
Exposure Polaroid
|
||||
Exposure: Expanded
|
||||
Guard Villagers
|
||||
Iron Chests
|
||||
XP Tome
|
||||
[Let's Do Addon] Corn Expansion
|
||||
[Let's Do] Bakery
|
||||
[Let's Do] Beachparty
|
||||
[Let's Do] BloomingNature
|
||||
[Let's Do] Brewery
|
||||
[Let's Do] Camping
|
||||
[Let's Do] Candlelight
|
||||
[Let's Do] Farm & Charm
|
||||
[Let's Do] Furniture
|
||||
[Let's Do] HerbalBrews
|
||||
[Let's Do] Meadow
|
||||
[Let's Do] Vinery
|
||||
[Let's Do] Wilder Nature
|
||||
cataclysm
|
||||
AE2WTLib
|
||||
Animal Feeding Trough
|
||||
Applied Energistics 2
|
||||
Ars Additions
|
||||
Ars Expanded Combat
|
||||
Ars Nouveau
|
||||
Ars Nouveau's Flavors & Delight
|
||||
Ars Énergistique
|
||||
Backpacked
|
||||
Brewin' And Chewin'
|
||||
Chimes
|
||||
Chisel Reborn
|
||||
CoFH Core
|
||||
Display Delight
|
||||
Draconic Evolution
|
||||
Dynamic Trees for Ars Nouveau
|
||||
EC L_Ender's Cataclysm Plugin
|
||||
EC Twilight Forest Plugin
|
||||
Expanded Combat
|
||||
ExtendedAE
|
||||
Factory Blocks
|
||||
Game Discs
|
||||
Goblin Traders
|
||||
Immersive Melodies
|
||||
Miner's Delight
|
||||
Music Box
|
||||
Mystical Agradditions
|
||||
Mystical Agriculture
|
||||
Paraglider
|
||||
Patchouli
|
||||
Plushie Buddies
|
||||
The Twilight Forest
|
||||
Thermal Series
|
||||
Twilight's Flavor & Delight
|
||||
Animal Pen
|
||||
CBMicroblock
|
||||
Easel Does It
|
||||
Engineered Schematics
|
||||
Engineers Delight
|
||||
Grappling Hook Mod
|
||||
Immersive Engineering
|
||||
Immersive Petroleum
|
||||
Immersive Posts
|
||||
Infinity Buttons
|
||||
Mighty Mail
|
||||
Monobank
|
||||
More Immersive Wires
|
||||
Pet Cemetery
|
||||
ProjectRed Core
|
||||
ProjectRed Illumination
|
||||
ProjectRed Integration
|
||||
ProjectRed Transmission
|
||||
The Midnight
|
||||
The Undergarden
|
||||
goat_man
|
||||
I Wanna Skate
|
||||
Just Outdoor Stuffs
|
||||
Measurements
|
||||
Mobs of Sins
|
||||
Pirate Hats
|
||||
Realm RPG: Imps & Demons
|
||||
Ribbits
|
||||
SimpleHats
|
||||
Snad
|
||||
Sons of Sins
|
||||
Stardew Fishing
|
||||
InWitched
|
||||
Magic Vibe Decorations
|
||||
Signal Flares
|
||||
TarotCards
|
||||
Modular Forcefields
|
||||
Voltaic
|
||||
Immersive Technology
|
||||
[NoCube's] Undergarden Delight
|
||||
Ars Elemental
|
||||
Ars Instrumentum
|
||||
Biomes O' Plenty
|
||||
Dynamic Trees for Biomes o' Plenty
|
||||
Mob Compack
|
||||
Seaworthy Boats
|
||||
Every Compat
|
||||
Assembly Line
|
||||
Ballistix
|
||||
Blastcraft
|
||||
Call of Yucatán
|
||||
Chemical Science
|
||||
Dynamic Electricity
|
||||
Dynamic Trees for Alex's Mobs
|
||||
Electrodynamics
|
||||
Extended Tools
|
||||
MEGA Cells
|
||||
Nuclear Science
|
||||
Tinkers' Compatibility
|
||||
Wardrobe
|
||||
Yucutan Delight
|
||||
Compressed Fuel
|
||||
Immersive Aircraft
|
||||
Immersive Aircraft: Better Engines
|
||||
Man of Many Planes
|
||||
Moving Elevators
|
||||
Trash Cans
|
||||
SSDH Backport
|
||||
Serene Seasons
|
||||
@@ -0,0 +1,9 @@
|
||||
net.minecraft.world.item.ItemStack
|
||||
net.minecraftforge.fluids.FluidStack
|
||||
slimeknights.mantle.recipe.ingredient.EntityIngredient$EntityInput
|
||||
slimeknights.tconstruct.library.modifiers.ModifierEntry
|
||||
slimeknights.tconstruct.library.recipe.partbuilder.Pattern
|
||||
slimeknights.tconstruct.library.tools.SlotType$SlotCount
|
||||
net.minecraft.world.entity.EntityType
|
||||
twilightforest.compat.jei.FakeItemEntity
|
||||
voltaic.api.gas.GasStack
|
||||
@@ -0,0 +1,260 @@
|
||||
[appearance]
|
||||
# Description: Move the JEI search bar to the bottom center of the screen.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
CenterSearch = false
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
[lookupHistory]
|
||||
# Description: Display or hide the lookup history overlay.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
Enabled = false
|
||||
|
||||
# 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
|
||||
|
||||
# Description: Max number of lookup history ingredients to save.
|
||||
# Valid Values: An integer in the range [10, 1000] (inclusive)
|
||||
# Default Value: 100
|
||||
MaxIngredients = 100
|
||||
|
||||
# Description: Side of the screen to display the lookup history overlay.
|
||||
# Valid Values: [LEFT, RIGHT]
|
||||
# Default Value: LEFT
|
||||
DisplaySide = LEFT
|
||||
|
||||
|
||||
[advanced]
|
||||
# Description: Set low-memory mode (makes search very slow but uses less RAM).
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
LowMemorySlowSearchEnabled = false
|
||||
|
||||
# Description: Catch render errors from ingredients and attempt to recover from them instead of crashing.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
CatchRenderErrorsEnabled = 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
|
||||
lookupFluidContentsEnabled = false
|
||||
|
||||
# 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
|
||||
|
||||
# Description: Show recipes for ingredient tags like item tags and block tags.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
showTagRecipesEnabled = false
|
||||
|
||||
# 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.
|
||||
# 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: @).
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: REQUIRE_PREFIX
|
||||
ModNameSearchMode = REQUIRE_PREFIX
|
||||
|
||||
# Description: Search mode for tooltips (prefix: #).
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: ENABLED
|
||||
TooltipSearchMode = ENABLED
|
||||
|
||||
# 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: ^).
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: DISABLED
|
||||
ColorSearchMode = DISABLED
|
||||
|
||||
# Description: Search mode for resource locations (prefix: &).
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: DISABLED
|
||||
ResourceLocationSearchMode = DISABLED
|
||||
|
||||
# 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.
|
||||
# Valid Values: An integer in the range [1, 100] (inclusive)
|
||||
# Default Value: 16
|
||||
MaxRows = 16
|
||||
|
||||
# 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.
|
||||
# Valid Values: [LEFT, CENTER, RIGHT]
|
||||
# Default Value: RIGHT
|
||||
HorizontalAlignment = RIGHT
|
||||
|
||||
# Description: Vertical alignment of the ingredient grid inside the available area.
|
||||
# Valid Values: [TOP, CENTER, BOTTOM]
|
||||
# Default Value: TOP
|
||||
VerticalAlignment = TOP
|
||||
|
||||
# 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
|
||||
|
||||
# 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.
|
||||
# Valid Values: An integer in the range [1, 100] (inclusive)
|
||||
# Default Value: 16
|
||||
MaxRows = 16
|
||||
|
||||
# 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.
|
||||
# Valid Values: [LEFT, CENTER, RIGHT]
|
||||
# Default Value: LEFT
|
||||
HorizontalAlignment = LEFT
|
||||
|
||||
# Description: Vertical alignment of the ingredient grid inside the available area.
|
||||
# Valid Values: [TOP, CENTER, BOTTOM]
|
||||
# Default Value: TOP
|
||||
VerticalAlignment = TOP
|
||||
|
||||
# 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
|
||||
|
||||
# Description: Enable this to draw a background texture behind the GUI.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DrawBackground = false
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
[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
|
||||
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
[debug]
|
||||
# Description: Debug mode enabled.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DebugMode = false
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
[modname]
|
||||
# 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
|
||||
|
||||
|
||||
@@ -0,0 +1,197 @@
|
||||
minecraft:crafting
|
||||
minecraft:anvil
|
||||
minecraft:blasting
|
||||
minecraft:brewing
|
||||
minecraft:campfire
|
||||
minecraft:compostable
|
||||
minecraft:fuel
|
||||
minecraft:furnace
|
||||
minecraft:smithing
|
||||
minecraft:smoking
|
||||
minecraft:stonecutting
|
||||
farmersdelight:cooking
|
||||
farmersdelight:cutting
|
||||
farmersdelight:decomposition
|
||||
farmersdelightplus:pancake_filling
|
||||
jei:information
|
||||
mynethersdelight:forgoting
|
||||
piglet_structures:ancient_furniture_crafter_jei_recipe_type
|
||||
piglet_structures:clay_cutter_jei_recipe_type
|
||||
piglet_structures:debowiser_jei_recipe_type
|
||||
piglet_structures:dirtpetrifier_jei_recipe_type
|
||||
piglet_structures:gold_upgrader_jei_recipe_type
|
||||
piglet_structures:minecart_chest_remover_jei_recipe_type
|
||||
piglet_structures:petrdirtifier_jei_recipe_type
|
||||
piglet_structures:sandstone_crusher_jei_recipe_type
|
||||
waystones:warp_plate
|
||||
tconstruct:alloy
|
||||
tconstruct:casting_basin
|
||||
tconstruct:casting_table
|
||||
tconstruct:entity_melting
|
||||
tconstruct:foundry
|
||||
tconstruct:melting
|
||||
tconstruct:modifiers
|
||||
tconstruct:molding
|
||||
tconstruct:part_builder
|
||||
tconstruct:severing
|
||||
tconstruct:tool_recipes
|
||||
tconstruct:worktable
|
||||
alexsmobs:capsid
|
||||
bakery:caking
|
||||
beachparty:mini_fridge_freezing
|
||||
beachparty:palm_bar_mixing
|
||||
brewery:brewing
|
||||
cataclysm:altar_of_amethyst
|
||||
cataclysm:weapon_infusion
|
||||
exposure:photograph_printing
|
||||
exposure:photograph_stacking
|
||||
farm_and_charm:cooking_pot
|
||||
farm_and_charm:doughing
|
||||
farm_and_charm:drying
|
||||
farm_and_charm:mincer
|
||||
farm_and_charm:roaster
|
||||
farm_and_charm:stove
|
||||
herbalbrews:cauldron_brewing
|
||||
herbalbrews:tea_kettle_brewing
|
||||
meadow:cheese
|
||||
meadow:cooking_cauldron
|
||||
meadow:woodcutting
|
||||
vinery:apple_press_fermenting
|
||||
vinery:apple_press_mashing
|
||||
vinery:wine_fermentation
|
||||
ae2:attunement
|
||||
ae2:certus_growth
|
||||
ae2:charger
|
||||
ae2:condenser
|
||||
ae2:entropy
|
||||
ae2:inscriber
|
||||
ae2:item_transformation
|
||||
ars_additions:locate_structure
|
||||
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
|
||||
brewinandchewin:aging
|
||||
brewinandchewin:fermenting
|
||||
draconicevolution:fusion_crafting
|
||||
expanded_combat:fletching
|
||||
expanded_combat:shield_smithing
|
||||
expatternprovider:circuit_cutter
|
||||
justenoughbreeding:allay_duplication
|
||||
justenoughbreeding:breeding
|
||||
justenoughbreeding:taming
|
||||
justenoughbreeding:temper
|
||||
justenoughbreeding:transformation
|
||||
justenoughbreeding:trusting
|
||||
justenoughprofessions:professions
|
||||
miners_delight:cooking
|
||||
mysticalagriculture:awakening
|
||||
mysticalagriculture:crux
|
||||
mysticalagriculture:enchanter
|
||||
mysticalagriculture:infusion
|
||||
mysticalagriculture:reprocessor
|
||||
mysticalagriculture:soul_extractor
|
||||
mysticalagriculture:soulium_spawner
|
||||
plushie_buddies:workbench
|
||||
thermal:bottler
|
||||
thermal:brewer
|
||||
thermal:centrifuge
|
||||
thermal:chiller
|
||||
thermal:compression_fuel
|
||||
thermal:crucible
|
||||
thermal:crystallizer
|
||||
thermal:disenchantment_fuel
|
||||
thermal:furnace
|
||||
thermal:gourmand_fuel
|
||||
thermal:insolator
|
||||
thermal:insolator_catalyst
|
||||
thermal:lapidary_fuel
|
||||
thermal:magmatic_fuel
|
||||
thermal:numismatic_fuel
|
||||
thermal:press
|
||||
thermal:pulverizer
|
||||
thermal:pulverizer_catalyst
|
||||
thermal:pyrolyzer
|
||||
thermal:refinery
|
||||
thermal:rock_gen
|
||||
thermal:sawmill
|
||||
thermal:smelter
|
||||
thermal:smelter_catalyst
|
||||
thermal:stirling_fuel
|
||||
thermal:tree_extractor
|
||||
twilightdelight:frozen
|
||||
twilightforest:crumble_horn
|
||||
twilightforest:transformation
|
||||
twilightforest:uncrafting
|
||||
animal_pen:item_info_animal_cage
|
||||
animal_pen:item_info_bird_cage
|
||||
animal_pen:item_info_water_container
|
||||
immersiveengineering:alloy
|
||||
immersiveengineering:arc_furnace
|
||||
immersiveengineering:arc_recycling
|
||||
immersiveengineering:blast_furnace
|
||||
immersiveengineering:blast_furnace_fuel
|
||||
immersiveengineering:blueprint
|
||||
immersiveengineering:bottling_machine
|
||||
immersiveengineering:cloche
|
||||
immersiveengineering:coke_oven
|
||||
immersiveengineering:crusher
|
||||
immersiveengineering:fermenter
|
||||
immersiveengineering:fertilizer
|
||||
immersiveengineering:metal_press
|
||||
immersiveengineering:mixer
|
||||
immersiveengineering:refinery
|
||||
immersiveengineering:sawmill
|
||||
immersiveengineering:squeezer
|
||||
immersivepetroleum:cokerunit
|
||||
immersivepetroleum:distillation
|
||||
immersivepetroleum:hydrotreater
|
||||
sons_of_sins:etheric_blood_imbibation
|
||||
immersivetechnology:advanced_coke_oven
|
||||
immersivetechnology:boiler_liquid
|
||||
immersivetechnology:boiler_solid
|
||||
immersivetechnology:boiler_tank
|
||||
immersivetechnology:cooling_tower
|
||||
immersivetechnology:distiller
|
||||
immersivetechnology:electrolytic_crucible_battery
|
||||
immersivetechnology:gas_turbine
|
||||
immersivetechnology:heat_exchanger
|
||||
immersivetechnology:melting
|
||||
immersivetechnology:radiator
|
||||
immersivetechnology:solar_tower
|
||||
immersivetechnology:steam_turbine
|
||||
ars_elemental:armor_upgrade
|
||||
ars_elemental:netherite_upgrade
|
||||
blastcraft:blast_compressor_recipe
|
||||
call_of_yucutan:divinity_sacrifice
|
||||
call_of_yucutan:ritual_transmutation
|
||||
chemicalscience:circuit_maker_recipe
|
||||
electrodynamics:blasting
|
||||
electrodynamics:chemical_crystallizer_recipe
|
||||
electrodynamics:chemical_mixer_recipe
|
||||
electrodynamics:electrolytic_separator_recipe
|
||||
electrodynamics:energized_alloyer_recipe
|
||||
electrodynamics:fermentation_plant_recipe
|
||||
electrodynamics:gas_condensing
|
||||
electrodynamics:gas_evaporating
|
||||
electrodynamics:lathe_recipe
|
||||
electrodynamics:mineral_crusher_recipe
|
||||
electrodynamics:mineral_grinder_recipe
|
||||
electrodynamics:mineral_washer_recipe
|
||||
electrodynamics:oxidation_furnace_recipe
|
||||
electrodynamics:reinforced_alloyer_recipe
|
||||
electrodynamics:smelting
|
||||
electrodynamics:wire_mill_recipe
|
||||
nuclearscience:chemical_extractor_recipe
|
||||
nuclearscience:fission_reactor_recipe
|
||||
nuclearscience:fuel_reprocessor_recipe
|
||||
nuclearscience:gascentrifuge
|
||||
nuclearscience:msrfuel_preprocessor_recipe
|
||||
nuclearscience:nuclear_boiler_recipe
|
||||
nuclearscience:particalacceleratorantimatter
|
||||
nuclearscience:particalacceleratordarkmatter
|
||||
nuclearscience:radioactive_processor_recipe
|
||||
Reference in New Issue
Block a user