Initial commit

This commit is contained in:
2025-03-24 19:54:03 +01:00
commit 6d50c67f51
7047 changed files with 80296 additions and 0 deletions

252
both/config/NEI/client.cfg Normal file
View File

@@ -0,0 +1,252 @@
#Main configuration of NEI.
#Most of these options can be changed ingame.
#Deleting any element will restore it to it's default value
checkUpdates=true
itemLoadingTimeout=500
#Change these options if you have a different mod installed on the server that handles the commands differently, Eg. Bukkit Essentials
command
{
creative=/gamemode {0} {1}
heal=
item=/give {0} {1} {2} {3} {4}
rain=/toggledownfall
time=/time set {0}
}
inventory
{
#REI Style Animation in Bookmarks
bookmarksAnimationEnabled=true
#Enable/disable bookmarks
bookmarksEnabled=false
cacheItemRendering=false
cheatmode=0
#Creative or JEI style tabs
creative_tab_style=false
disableMouseScrollTransfer=false
gamemodes=creative, creative+, adventure
hidden=false
#Ignore overlap with potion effect HUD
ignore_potion_overlap=false
invertMouseScrollTransfer=false
itemIDs=1
itemsort=nei.itemsort.minecraft,nei.itemsort.mod,nei.itemsort.id,nei.itemsort.default,nei.itemsort.damage,nei.itemsort.name
#Enable/disable JEI Style item presence overlay on ?-hover
jei_style_item_presence_overlay=true
#Enable/disable JEI Style Recipe Catalysts
jei_style_recipe_catalyst=true
#Enable/disable JEI Style Tabs
jei_style_tabs=true
layoutstyle=0
#For those who can't help themselves.
#Set this to a mode and you will be unable to change it ingame
lockmode=-1
#Optimize computation for GUI overlap
optimize_gui_overlap_computation=false
profileRecipes=false
searchmode=0
#Show Item Quantity Widget
showItemQuantityWidget=true
#Show Recipe Marker
showRecipeMarker=false
#Use NBT in Bookmarks
useNBTInBookmarks=true
utilities=delete, magnet, creative, creative+, adventure, item
widgetsenabled=true
#Global or world specific bookmarks
worldSpecificBookmarks=false
#Global or world specific presets
worldSpecificPresets=false
bookmarks
{
#REI Style Animation in Bookmarks
animation=true
craftingChainDir=1
#Enable/Disable Bookmark Panel
enabled=true
#Ignore overlap with potion effect HUD
ignorePotionOverlap=false
#Show recipe tooltips in Bookmarks
recipeTooltipsMode=1
#Show Recipe Marker
showRecipeMarker=false
#Global or world specific bookmarks
worldSpecific=false
}
collapsibleItems
{
#Color of the collapsible item collapsed state
collapsedColor=0x335555ee
customName=true
enabled=true
#Color of the collapsible item expanded state
expandedColor=0x335555ee
}
guirecipe
{
#Creative or JEI style tabs
creativeTabStyle=false
#Show cycled ingredients tooltip
cycledIngredientsTooltip=true
#Item presence overlay on ?-hover
itemPresenceOverlay=1
#JEI styled cycled ingredients
jeiStyleCycledIngredients=true
#Enable/disable JEI Style Recipe Catalysts
jeiStyleRecipeCatalyst=true
#Enable/disable JEI Style Tabs
jeiStyleTabs=true
profile=false
#Require holding shift to move items when overlaying recipe
shiftOverlayRecipe=true
#Highlight Present Item
slotHighlightPresent=true
}
history
{
#Enable/disable History Panel
enabled=true
#Color of the history area display
historyColor=0xee555555
splittingMode=1
#Rows used in historical areas
useRows=2
}
itemzoom
{
enabled=true
#Display name "Item Zoom" and the hotkey to toggle this mod below the zoomed item.
helpText=true
nameColor=0xffffffff
#Zoom items only from the JEI ingredient and bookmark list overlays.
neiOnly=false
onlySolid=false
showName=true
zoom=500
}
search
{
#Search mode for identifier (prefix: &)
identifierSearchMode=0
#Search mode for Mod Names (prefix: @)
modNameSearchMode=1
#Search mode for Tag Names (prefix: $)
oreDictSearchMode=0
#Search Mode
patternMode=1
#Redefine search prefixes by providing a char-to-char map (JSON). The keys are the original prefixes, the values the new ones. Example: { "$": "€", "#": "+", "@": "°", "%": "!" }
prefixRedefinitions={}
#Quote Drop Item Name
quoteDropItemName=true
#Search mode for Item Subsets (prefix: %)
subsetsSearchMode=1
#Search mode for Tooltips (prefix: #)
tooltipSearchMode=0
#Focus Search Widget on Open, blurs/unfocuses on mouse move unless typing has started first
widgetAutofocus=0
#Widget Position
widgetPosition=true
}
}
keys
{
nee.count=29
nee.ingredient=42
nee.nopreview=56
nee.preview=29
showenchant=23
gui
{
back=14
bookmark=30
bookmark_count=33554462
bookmark_pull_items=47
bookmark_pull_items_ingredients=67108911
bookmark_recipe=67108894
bookmark_recipe_count=100663326
botania_corporea_request=46
copy_name=33554478
copy_oredict=33554464
enchant=45
getnextsearch=208
getprevioussearch=200
hide=24
hide_bookmarks=48
itemzoom_hold=0
itemzoom_toggle=67108908
itemzoom_zoom_in=0
itemzoom_zoom_out=0
next=209
next_machine=208
next_recipe=205
next_tooltip=44
overlay=31
overlay_hide=33554463
overlay_use=67108895
potion=25
prev=201
prev_machine=200
prev_recipe=203
recipe=19
remove_recipe=67108894
search=33
tinkers_belt=0
usage=22
xu_ping=20
}
world
{
chunkoverlay=67
creative=0
dawn=0
dusk=0
heal=0
highlight_tips=0
midnight=0
moboverlay=65
noon=0
rain=0
}
}
tools
{
#ADVANCED: Load catalysts from config
catalyst_load_from_config=false
#ADVANCED: Load handlers from config
handler_load_from_config=false
dump
{
biome=2
enchantment=0
itempanel=0
potion=0
}
}
world
{
highlight_tips=false
highlight_tips.x=5000
highlight_tips.y=100
panels.bookmarks.bottom=0
panels.bookmarks.left=0
panels.bookmarks.right=0
panels.bookmarks.top=0
panels.items.bottom=0
panels.items.left=0
panels.items.right=0
panels.items.top=0
}

View File

@@ -0,0 +1,111 @@
# Each line in this file should either be a comment (starts with '#') or an ordering.
# Ordering lines are <handler ID>,<ordering number>.
# Handlers will be sorted in order of number ascending, so smaller numbers first.
# Any handlers that are missing from this file will be assigned to 0.
# Negative numbers are fine.
# If you delete this file, it will be regenerated with all registered handler IDs.
NEIArcFurnaceHandlerAlloying,0
NEIArcFurnaceHandlerCarburization,0
NEIArcFurnaceHandlerCarrot Ingot,0
NEIArcFurnaceHandlerDecarburization,0
NEIArcFurnaceHandlerElectrolysis,0
NEIArcFurnaceHandlerExtraction,0
NEIArcFurnaceHandlerGlassworking,0
NEIArcFurnaceHandlerHeating,0
NEIArcFurnaceHandlerMelting,0
NEIArcFurnaceHandlerOres,0
NEIArcFurnaceHandlerSmelting,0
NEIArcFurnaceHandlerWelding,0
appeng.integration.modules.NEIHelpers.NEIAEShapedRecipeHandler,0
appeng.integration.modules.NEIHelpers.NEIAEShapelessRecipeHandler,0
appeng.integration.modules.NEIHelpers.NEIFacadeRecipeHandler,0
appeng.integration.modules.NEIHelpers.NEIGrinderRecipeHandler,0
appeng.integration.modules.NEIHelpers.NEIInscriberRecipeHandler,0
appeng.integration.modules.NEIHelpers.NEIWorldCraftingHandler,0
blusunrize.immersiveengineering.client.nei.NEIBlastFurnaceHandler,0
blusunrize.immersiveengineering.client.nei.NEIBlueprintHandler,0
blusunrize.immersiveengineering.client.nei.NEIBottlingMachineHandler,0
blusunrize.immersiveengineering.client.nei.NEICokeOvenHandler,0
blusunrize.immersiveengineering.client.nei.NEICrusherHandler,0
blusunrize.immersiveengineering.client.nei.NEIFermenterHandler,0
blusunrize.immersiveengineering.client.nei.NEIMetalPressHandler,0
blusunrize.immersiveengineering.client.nei.NEIRefineryHandler,0
blusunrize.immersiveengineering.client.nei.NEIShaderBagHandler,0
blusunrize.immersiveengineering.client.nei.NEISqueezerHandler,0
buildcraft.compat.nei.RecipeHandlerAssemblyTable,0
buildcraft.compat.nei.RecipeHandlerIntegrationTable,0
buildcraft.compat.nei.RecipeHandlerRefinery,0
codechicken.nei.recipe.BrewingRecipeHandler,0
codechicken.nei.recipe.FireworkRecipeHandler,0
codechicken.nei.recipe.FuelRecipeHandler,0
codechicken.nei.recipe.FurnaceRecipeHandler,0
codechicken.nei.recipe.ShapedRecipeHandler,0
codechicken.nei.recipe.ShapelessRecipeHandler,0
cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerCharger,0
cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerCraftingMachine,0
cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerCraftingSecure,0
cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerCraftingUpgrade,0
cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerCrucible,0
cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerFurnace,0
cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerInsolator,0
cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerPulverizer,0
cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerSawmill,0
cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerSmelter,0
cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerTransposer,0
com.djgiannuzz.thaumcraftneiplugin.nei.recipehandler.ArcaneShapedRecipeHandler,0
com.djgiannuzz.thaumcraftneiplugin.nei.recipehandler.ArcaneShapelessRecipeHandler,0
com.djgiannuzz.thaumcraftneiplugin.nei.recipehandler.CrucibleRecipeHandler,0
com.djgiannuzz.thaumcraftneiplugin.nei.recipehandler.InfusionRecipeHandler,0
com.jaquadro.minecraft.storagedrawers.integration.notenoughitems.UpgradeItemRecipeHandler,0
com.pam.harvestcraft.GardenRecipeHandler,0
com.rwtema.extrautils.nei.EnderConstructorHandler,0
com.rwtema.extrautils.nei.FMPMicroBlocksHandler,0
com.rwtema.extrautils.nei.InfoHandler,0
com.rwtema.extrautils.nei.MicroBlocksHandler,0
com.rwtema.extrautils.nei.SoulHandler,0
crazypants.enderio.nei.AlloySmelterRecipeHandler,0
crazypants.enderio.nei.EnchanterRecipeHandler,0
crazypants.enderio.nei.SagMillRecipeHandler,0
crazypants.enderio.nei.SliceAndSpliceRecipeHandler,0
crazypants.enderio.nei.SoulBinderRecipeHandler,0
crazypants.enderio.nei.VatRecipeHandler,0
exter.fodc.nei.ODCRecipeHandler,0
extracells.integration.nei.UniversalTerminalRecipe,0
forestry.factory.recipes.nei.NEIHandlerBottler,0
forestry.factory.recipes.nei.NEIHandlerCarpenter,0
forestry.factory.recipes.nei.NEIHandlerCentrifuge,0
forestry.factory.recipes.nei.NEIHandlerFabricator,0
forestry.factory.recipes.nei.NEIHandlerFermenter,0
forestry.factory.recipes.nei.NEIHandlerMoistener,0
forestry.factory.recipes.nei.NEIHandlerSqueezer,0
forestry.factory.recipes.nei.NEIHandlerStill,0
hellfirepvp.beebetteratbees.client.gui.BBABGuiRecipeTreeHandler,0
ieArcFurnace,0
net.bdew.neiaddons.forestry.bees.BeeBreedingHandler,0
net.bdew.neiaddons.forestry.bees.BeeProduceHandler,0
net.bdew.neiaddons.forestry.butterflies.ButterflyBreedingHandler,0
net.bdew.neiaddons.forestry.trees.TreeBreedingHandler,0
net.bdew.neiaddons.forestry.trees.TreeProduceHandler,0
net.p455w0rd.wirelesscraftingterminal.integration.modules.NEIHelpers.NEIAEShapedRecipeHandler,0
ru.timeconqueror.tcneiadditions.nei.AspectCombinationHandler,0
ru.timeconqueror.tcneiadditions.nei.AspectFromItemStackHandler,0
ru.timeconqueror.tcneiadditions.nei.arcaneworkbench.ArcaneCraftingShapedHandler,0
tconstruct.plugins.nei.RecipeHandlerAlloying,0
tconstruct.plugins.nei.RecipeHandlerCastingBasin,0
tconstruct.plugins.nei.RecipeHandlerCastingTable,0
tconstruct.plugins.nei.RecipeHandlerDryingRack,0
tconstruct.plugins.nei.RecipeHandlerMelting,0
tconstruct.plugins.nei.RecipeHandlerToolMaterials,0
team.chisel.compat.nei.RecipeHandlerChisel,0
tonius.neiintegration.mods.harvestcraft.RecipeHandlerApiary,0
tonius.neiintegration.mods.harvestcraft.RecipeHandlerChurn,0
tonius.neiintegration.mods.harvestcraft.RecipeHandlerOven,0
tonius.neiintegration.mods.harvestcraft.RecipeHandlerPresser,0
tonius.neiintegration.mods.harvestcraft.RecipeHandlerQuern,0
tonius.neiintegration.mods.mcforge.RecipeHandlerFluidRegistry,0
tonius.neiintegration.mods.mcforge.RecipeHandlerOreDictionary,0
tonius.neiintegration.mods.minefactoryreloaded.RecipeHandlerBioReactor,0
tonius.neiintegration.mods.minefactoryreloaded.RecipeHandlerGrinder,0
tonius.neiintegration.mods.minefactoryreloaded.RecipeHandlerHarvester,0
tonius.neiintegration.mods.minefactoryreloaded.RecipeHandlerSewer,0
tonius.neiintegration.mods.minefactoryreloaded.RecipeHandlerSlaughterhouse,0
1 # Each line in this file should either be a comment (starts with '#') or an ordering.
2 # Ordering lines are <handler ID>,<ordering number>.
3 # Handlers will be sorted in order of number ascending, so smaller numbers first.
4 # Any handlers that are missing from this file will be assigned to 0.
5 # Negative numbers are fine.
6 # If you delete this file, it will be regenerated with all registered handler IDs.
7 NEIArcFurnaceHandlerAlloying,0
8 NEIArcFurnaceHandlerCarburization,0
9 NEIArcFurnaceHandlerCarrot Ingot,0
10 NEIArcFurnaceHandlerDecarburization,0
11 NEIArcFurnaceHandlerElectrolysis,0
12 NEIArcFurnaceHandlerExtraction,0
13 NEIArcFurnaceHandlerGlassworking,0
14 NEIArcFurnaceHandlerHeating,0
15 NEIArcFurnaceHandlerMelting,0
16 NEIArcFurnaceHandlerOres,0
17 NEIArcFurnaceHandlerSmelting,0
18 NEIArcFurnaceHandlerWelding,0
19 appeng.integration.modules.NEIHelpers.NEIAEShapedRecipeHandler,0
20 appeng.integration.modules.NEIHelpers.NEIAEShapelessRecipeHandler,0
21 appeng.integration.modules.NEIHelpers.NEIFacadeRecipeHandler,0
22 appeng.integration.modules.NEIHelpers.NEIGrinderRecipeHandler,0
23 appeng.integration.modules.NEIHelpers.NEIInscriberRecipeHandler,0
24 appeng.integration.modules.NEIHelpers.NEIWorldCraftingHandler,0
25 blusunrize.immersiveengineering.client.nei.NEIBlastFurnaceHandler,0
26 blusunrize.immersiveengineering.client.nei.NEIBlueprintHandler,0
27 blusunrize.immersiveengineering.client.nei.NEIBottlingMachineHandler,0
28 blusunrize.immersiveengineering.client.nei.NEICokeOvenHandler,0
29 blusunrize.immersiveengineering.client.nei.NEICrusherHandler,0
30 blusunrize.immersiveengineering.client.nei.NEIFermenterHandler,0
31 blusunrize.immersiveengineering.client.nei.NEIMetalPressHandler,0
32 blusunrize.immersiveengineering.client.nei.NEIRefineryHandler,0
33 blusunrize.immersiveengineering.client.nei.NEIShaderBagHandler,0
34 blusunrize.immersiveengineering.client.nei.NEISqueezerHandler,0
35 buildcraft.compat.nei.RecipeHandlerAssemblyTable,0
36 buildcraft.compat.nei.RecipeHandlerIntegrationTable,0
37 buildcraft.compat.nei.RecipeHandlerRefinery,0
38 codechicken.nei.recipe.BrewingRecipeHandler,0
39 codechicken.nei.recipe.FireworkRecipeHandler,0
40 codechicken.nei.recipe.FuelRecipeHandler,0
41 codechicken.nei.recipe.FurnaceRecipeHandler,0
42 codechicken.nei.recipe.ShapedRecipeHandler,0
43 codechicken.nei.recipe.ShapelessRecipeHandler,0
44 cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerCharger,0
45 cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerCraftingMachine,0
46 cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerCraftingSecure,0
47 cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerCraftingUpgrade,0
48 cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerCrucible,0
49 cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerFurnace,0
50 cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerInsolator,0
51 cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerPulverizer,0
52 cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerSawmill,0
53 cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerSmelter,0
54 cofh.thermalexpansion.plugins.nei.handlers.RecipeHandlerTransposer,0
55 com.djgiannuzz.thaumcraftneiplugin.nei.recipehandler.ArcaneShapedRecipeHandler,0
56 com.djgiannuzz.thaumcraftneiplugin.nei.recipehandler.ArcaneShapelessRecipeHandler,0
57 com.djgiannuzz.thaumcraftneiplugin.nei.recipehandler.CrucibleRecipeHandler,0
58 com.djgiannuzz.thaumcraftneiplugin.nei.recipehandler.InfusionRecipeHandler,0
59 com.jaquadro.minecraft.storagedrawers.integration.notenoughitems.UpgradeItemRecipeHandler,0
60 com.pam.harvestcraft.GardenRecipeHandler,0
61 com.rwtema.extrautils.nei.EnderConstructorHandler,0
62 com.rwtema.extrautils.nei.FMPMicroBlocksHandler,0
63 com.rwtema.extrautils.nei.InfoHandler,0
64 com.rwtema.extrautils.nei.MicroBlocksHandler,0
65 com.rwtema.extrautils.nei.SoulHandler,0
66 crazypants.enderio.nei.AlloySmelterRecipeHandler,0
67 crazypants.enderio.nei.EnchanterRecipeHandler,0
68 crazypants.enderio.nei.SagMillRecipeHandler,0
69 crazypants.enderio.nei.SliceAndSpliceRecipeHandler,0
70 crazypants.enderio.nei.SoulBinderRecipeHandler,0
71 crazypants.enderio.nei.VatRecipeHandler,0
72 exter.fodc.nei.ODCRecipeHandler,0
73 extracells.integration.nei.UniversalTerminalRecipe,0
74 forestry.factory.recipes.nei.NEIHandlerBottler,0
75 forestry.factory.recipes.nei.NEIHandlerCarpenter,0
76 forestry.factory.recipes.nei.NEIHandlerCentrifuge,0
77 forestry.factory.recipes.nei.NEIHandlerFabricator,0
78 forestry.factory.recipes.nei.NEIHandlerFermenter,0
79 forestry.factory.recipes.nei.NEIHandlerMoistener,0
80 forestry.factory.recipes.nei.NEIHandlerSqueezer,0
81 forestry.factory.recipes.nei.NEIHandlerStill,0
82 hellfirepvp.beebetteratbees.client.gui.BBABGuiRecipeTreeHandler,0
83 ieArcFurnace,0
84 net.bdew.neiaddons.forestry.bees.BeeBreedingHandler,0
85 net.bdew.neiaddons.forestry.bees.BeeProduceHandler,0
86 net.bdew.neiaddons.forestry.butterflies.ButterflyBreedingHandler,0
87 net.bdew.neiaddons.forestry.trees.TreeBreedingHandler,0
88 net.bdew.neiaddons.forestry.trees.TreeProduceHandler,0
89 net.p455w0rd.wirelesscraftingterminal.integration.modules.NEIHelpers.NEIAEShapedRecipeHandler,0
90 ru.timeconqueror.tcneiadditions.nei.AspectCombinationHandler,0
91 ru.timeconqueror.tcneiadditions.nei.AspectFromItemStackHandler,0
92 ru.timeconqueror.tcneiadditions.nei.arcaneworkbench.ArcaneCraftingShapedHandler,0
93 tconstruct.plugins.nei.RecipeHandlerAlloying,0
94 tconstruct.plugins.nei.RecipeHandlerCastingBasin,0
95 tconstruct.plugins.nei.RecipeHandlerCastingTable,0
96 tconstruct.plugins.nei.RecipeHandlerDryingRack,0
97 tconstruct.plugins.nei.RecipeHandlerMelting,0
98 tconstruct.plugins.nei.RecipeHandlerToolMaterials,0
99 team.chisel.compat.nei.RecipeHandlerChisel,0
100 tonius.neiintegration.mods.harvestcraft.RecipeHandlerApiary,0
101 tonius.neiintegration.mods.harvestcraft.RecipeHandlerChurn,0
102 tonius.neiintegration.mods.harvestcraft.RecipeHandlerOven,0
103 tonius.neiintegration.mods.harvestcraft.RecipeHandlerPresser,0
104 tonius.neiintegration.mods.harvestcraft.RecipeHandlerQuern,0
105 tonius.neiintegration.mods.mcforge.RecipeHandlerFluidRegistry,0
106 tonius.neiintegration.mods.mcforge.RecipeHandlerOreDictionary,0
107 tonius.neiintegration.mods.minefactoryreloaded.RecipeHandlerBioReactor,0
108 tonius.neiintegration.mods.minefactoryreloaded.RecipeHandlerGrinder,0
109 tonius.neiintegration.mods.minefactoryreloaded.RecipeHandlerHarvester,0
110 tonius.neiintegration.mods.minefactoryreloaded.RecipeHandlerSewer,0
111 tonius.neiintegration.mods.minefactoryreloaded.RecipeHandlerSlaughterhouse,0

View File

@@ -0,0 +1,9 @@
buildcraft.compat.nei.*
cofh.thermalexpansion.plugins.nei.handlers.*
crazypants.enderio.nei.*
forestry.factory.recipes.nei.*
ic2.neiIntegration.core.recipehandler.*
mariculture.plugins.nei.*
redgear.brewcraft.plugins.nei.*
tconstruct.plugins.nei.*
WayofTime.alchemicalWizardry.client.nei.*

View File

@@ -0,0 +1 @@
WayofTime.alchemicalWizardry.client.nei.NEIAlchemyRecipeHandler