added config files
This commit is contained in:
3
config/jei/blacklist.json
Normal file
3
config/jei/blacklist.json
Normal file
@@ -0,0 +1,3 @@
|
||||
[
|
||||
{"version":2}
|
||||
]
|
64
config/jei/ingredient-list-mod-sort-order.ini
Normal file
64
config/jei/ingredient-list-mod-sort-order.ini
Normal file
@@ -0,0 +1,64 @@
|
||||
Minecraft
|
||||
AE2WTLib
|
||||
Applied Energistics 2
|
||||
Chunk Loaders
|
||||
Custom Machinery
|
||||
Ender IO
|
||||
Expanded Storage
|
||||
Iron Jetpacks
|
||||
MEGA Cells
|
||||
Mekanism
|
||||
Mekanism: Additions
|
||||
Mekanism: Generators
|
||||
Mekanism: Tools
|
||||
More Furnace Variants
|
||||
More Mekanism Processing
|
||||
Pipez
|
||||
Powah
|
||||
Selfexpression
|
||||
Traveler's Backpack
|
||||
Waystones
|
||||
Biomes O' Plenty
|
||||
ME Requester
|
||||
Macaw's Bridges
|
||||
Macaw's Bridges - BOP
|
||||
Macaw's Doors
|
||||
Macaw's Fences - BOP
|
||||
Macaw's Fences and Walls
|
||||
Macaw's Furniture
|
||||
Macaw's Furnitures - BOP
|
||||
Macaw's Holidays
|
||||
Macaw's Lights and Lamps
|
||||
Macaw's Paths and Pavings
|
||||
Macaw's Roofs
|
||||
Macaw's Trapdoors
|
||||
Macaw's Windows
|
||||
Animal Feeding Trough
|
||||
Chipped
|
||||
Chococraft 4
|
||||
Creeper Overhaul
|
||||
Friends&Foes
|
||||
Industrial Foregoing
|
||||
Oh The Biomes We've Gone
|
||||
Patchouli
|
||||
Rechiseled
|
||||
The Bumblezone
|
||||
Vanilla Constructs
|
||||
You're in Grave Danger
|
||||
[Let's Do Addon] Corn Expansion
|
||||
[Let's Do] Farm & Charm
|
||||
[Let's Do] Vinery
|
||||
CC: Tweaked
|
||||
Moving Elevators
|
||||
Tom's Peripherals
|
||||
UsefulSlime
|
||||
AE2 Delight
|
||||
DiscCord
|
||||
Extended Drawers
|
||||
Farmer's Delight
|
||||
Fruits Delight
|
||||
Inmis
|
||||
Modern Dynamics
|
||||
Modern Industrialization
|
||||
SecurityCraft
|
||||
WaterFrames
|
5
config/jei/ingredient-list-type-sort-order.ini
Normal file
5
config/jei/ingredient-list-type-sort-order.ini
Normal file
@@ -0,0 +1,5 @@
|
||||
net.minecraft.world.item.ItemStack
|
||||
fr.frinn.custommachinery.impl.integration.jei.Energy
|
||||
fr.frinn.custommachinery.impl.integration.jei.Experience
|
||||
mekanism.api.chemical.ChemicalStack
|
||||
net.neoforged.neoforge.fluids.FluidStack
|
243
config/jei/jei-client.ini
Normal file
243
config/jei/jei-client.ini
Normal file
@@ -0,0 +1,243 @@
|
||||
[appearance]
|
||||
# Description: Display search bar in the center
|
||||
# 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: How items should be handed to you
|
||||
# Valid Values: [INVENTORY, MOUSE_PICKUP]
|
||||
# Default Value: MOUSE_PICKUP
|
||||
GiveMode = MOUSE_PICKUP
|
||||
|
||||
# Description: Enable cheating items into the hotbar by using the shift+number 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
|
||||
|
||||
# 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 to become 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 Tag Names (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 resources locations (prefix: &)
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: DISABLED
|
||||
ResourceLocationSearchMode = DISABLED
|
||||
|
||||
# Description: Search mode for Creative Tabs (prefix: %)
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: DISABLED
|
||||
CreativeTabSearchMode = DISABLED
|
||||
|
||||
# Description: Search 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 mod aliases (alternative names) that are added by plugins, in addition to mod names
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
SearchModAliases = 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 [2, 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: Set to true 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 [2, 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: Set to true to draw a background texture behind the gui.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DrawBackground = false
|
||||
|
||||
|
8
config/jei/jei-colors.ini
Normal file
8
config/jei/jei-colors.ini
Normal file
@@ -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
|
||||
|
||||
|
32
config/jei/jei-debug.ini
Normal file
32
config/jei/jei-debug.ini
Normal file
@@ -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
|
||||
|
||||
|
11
config/jei/jei-mod-id-format.ini
Normal file
11
config/jei/jei-mod-id-format.ini
Normal file
@@ -0,0 +1,11 @@
|
||||
[modname]
|
||||
# Description: Formatting for mod name tooltip
|
||||
# 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
|
||||
|
||||
|
162
config/jei/recipe-category-sort-order.ini
Normal file
162
config/jei/recipe-category-sort-order.ini
Normal file
@@ -0,0 +1,162 @@
|
||||
minecraft:crafting
|
||||
minecraft:anvil
|
||||
minecraft:blasting
|
||||
minecraft:brewing
|
||||
minecraft:campfire_cooking
|
||||
minecraft:compostable
|
||||
minecraft:fuel
|
||||
minecraft:smelting
|
||||
minecraft:smithing
|
||||
minecraft:smoking
|
||||
minecraft:stonecutting
|
||||
enderio:alloy_smelting
|
||||
enderio:enchanter
|
||||
enderio:fire_crafting
|
||||
enderio:primitive_alloy_smelting
|
||||
enderio:sagmilling
|
||||
enderio:slicing
|
||||
enderio:soul_binding
|
||||
enderio:soul_engine
|
||||
enderio:tank
|
||||
enderio:vat_fermenting
|
||||
jei:information
|
||||
mekanism:activating
|
||||
mekanism:boiler_casing
|
||||
mekanism:centrifuging
|
||||
mekanism:chemical_conversion
|
||||
mekanism:chemical_infusing
|
||||
mekanism:combining
|
||||
mekanism:compressing
|
||||
mekanism:condensentrating
|
||||
mekanism:crushing
|
||||
mekanism:crystallizing
|
||||
mekanism:decondensentrating
|
||||
mekanism:dissolution
|
||||
mekanism:energy_conversion
|
||||
mekanism:enriching
|
||||
mekanism:evaporating
|
||||
mekanism:injecting
|
||||
mekanism:metallurgic_infusing
|
||||
mekanism:nucleosynthesizing
|
||||
mekanism:nutritional_liquifier
|
||||
mekanism:oxidizing
|
||||
mekanism:painting
|
||||
mekanism:pigment_extracting
|
||||
mekanism:pigment_mixing
|
||||
mekanism:purifying
|
||||
mekanism:reaction
|
||||
mekanism:sawing
|
||||
mekanism:separating
|
||||
mekanism:smelting
|
||||
mekanism:sps_casing
|
||||
mekanism:washing
|
||||
mekanismgenerators:fission
|
||||
powah:coolant
|
||||
powah:energizing
|
||||
powah:heat_source
|
||||
powah:magmatic
|
||||
powah:reactor_fuel
|
||||
powah:solid_coolant
|
||||
jearchaeology:brush
|
||||
jearchaeology:sniff
|
||||
jei_mekanism_multiblocks:multiblock.mekanism.boiler
|
||||
jei_mekanism_multiblocks:multiblock.mekanism.dynamic_tank
|
||||
jei_mekanism_multiblocks:multiblock.mekanism.evaporation_plant
|
||||
jei_mekanism_multiblocks:multiblock.mekanism.matrix
|
||||
jei_mekanism_multiblocks:multiblock.mekanism.sps
|
||||
jei_mekanism_multiblocks:multiblock.mekanismgenerators.fission_reactor
|
||||
jei_mekanism_multiblocks:multiblock.mekanismgenerators.fusion_reactor
|
||||
jei_mekanism_multiblocks:multiblock.mekanismgenerators.turbine
|
||||
justenoughbreeding:breeding
|
||||
chipped:workbench
|
||||
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
|
||||
industrialforegoing:bioreactor
|
||||
industrialforegoing:dissolution
|
||||
industrialforegoing:fermenter
|
||||
industrialforegoing:fluid_extractor
|
||||
industrialforegoing:laser_fluid
|
||||
industrialforegoing:laser_ore
|
||||
industrialforegoing:machine_produce
|
||||
industrialforegoing:mycelial_crimed
|
||||
industrialforegoing:mycelial_culinary
|
||||
industrialforegoing:mycelial_death
|
||||
industrialforegoing:mycelial_disenchantment
|
||||
industrialforegoing:mycelial_ender
|
||||
industrialforegoing:mycelial_explosive
|
||||
industrialforegoing:mycelial_frosty
|
||||
industrialforegoing:mycelial_furnace
|
||||
industrialforegoing:mycelial_halitosis
|
||||
industrialforegoing:mycelial_magma
|
||||
industrialforegoing:mycelial_meatallurgic
|
||||
industrialforegoing:mycelial_netherstar
|
||||
industrialforegoing:mycelial_pink
|
||||
industrialforegoing:mycelial_potion
|
||||
industrialforegoing:mycelial_rocket
|
||||
industrialforegoing:mycelial_slimey
|
||||
industrialforegoing:ore_sieve
|
||||
industrialforegoing:ore_washer
|
||||
industrialforegoing:stone_work
|
||||
industrialforegoing:stone_work_generator
|
||||
rechiseled:chiseling
|
||||
the_bumblezone:queen_color_randomizer_trades
|
||||
the_bumblezone:queen_trades
|
||||
vinery:apple_mashing
|
||||
vinery:wine_fermentation
|
||||
farmersdelight:cooking
|
||||
farmersdelight:cutting
|
||||
farmersdelight:decomposition
|
||||
fruitsdelight:cauldron
|
||||
fruitsdelight:cauldron_heated
|
||||
modern_industrialization:assembler
|
||||
modern_industrialization:bronze_compressor
|
||||
modern_industrialization:bronze_cutting_machine
|
||||
modern_industrialization:bronze_furnace
|
||||
modern_industrialization:bronze_macerator
|
||||
modern_industrialization:bronze_mixer
|
||||
modern_industrialization:centrifuge
|
||||
modern_industrialization:chemical_reactor
|
||||
modern_industrialization:coke_oven
|
||||
modern_industrialization:distillation_tower
|
||||
modern_industrialization:distillery
|
||||
modern_industrialization:electric_blast_furnace_cupronickel_coil
|
||||
modern_industrialization:electric_blast_furnace_kanthal_coil
|
||||
modern_industrialization:electric_compressor
|
||||
modern_industrialization:electric_cutting_machine
|
||||
modern_industrialization:electric_furnace
|
||||
modern_industrialization:electric_macerator
|
||||
modern_industrialization:electric_mixer
|
||||
modern_industrialization:electric_packer
|
||||
modern_industrialization:electric_quarry
|
||||
modern_industrialization:electric_unpacker
|
||||
modern_industrialization:electric_wiremill
|
||||
modern_industrialization:electrolyzer
|
||||
modern_industrialization:fluid_fuels
|
||||
modern_industrialization:forge_hammer
|
||||
modern_industrialization:fusion_reactor
|
||||
modern_industrialization:heat_exchanger
|
||||
modern_industrialization:implosion_compressor
|
||||
modern_industrialization:multiblock_shapes
|
||||
modern_industrialization:neutron_interaction
|
||||
modern_industrialization:oil_drilling_rig
|
||||
modern_industrialization:polarizer
|
||||
modern_industrialization:pressurizer
|
||||
modern_industrialization:steam_blast_furnace
|
||||
modern_industrialization:steam_quarry
|
||||
modern_industrialization:steel_compressor
|
||||
modern_industrialization:steel_cutting_machine
|
||||
modern_industrialization:steel_furnace
|
||||
modern_industrialization:steel_macerator
|
||||
modern_industrialization:steel_mixer
|
||||
modern_industrialization:steel_packer
|
||||
modern_industrialization:steel_unpacker
|
||||
modern_industrialization:steel_wiremill
|
||||
modern_industrialization:thermal_interaction
|
||||
modern_industrialization:vacuum_freezer
|
||||
moderndynamics:upgrades
|
||||
securitycraft:securitycraft_to_vanilla
|
||||
securitycraft:vanilla_to_securitycraft
|
Reference in New Issue
Block a user