Skip to content

Commit

Permalink
Add Railcraft NEI handlers to height hack (#16030)
Browse files Browse the repository at this point in the history
* Add Railcraft NEI handlers to height hack

* Add default comment to top of `heighthackhandlers.cfg`
  • Loading branch information
D-Cysteine authored Apr 22, 2024
1 parent 9e0ced8 commit 241ef90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/NEI/heighthackhandlers.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Each line in this file should either be a comment (line starts with '#'), or a fully-qualified class name (that
# includes the package name) for a recipe handler. Wildcard patterns ('*') can be used to catch multiple classes with a
# single entry.
# If you delete this file, it will be regenerated with the default height hacked handlers list.
buildcraft.compat.nei.*
cofh.thermalexpansion.plugins.nei.handlers.*
crazypants.enderio.nei.*
Expand All @@ -6,4 +10,5 @@ ic2.neiIntegration.core.recipehandler.*
mariculture.plugins.nei.*
redgear.brewcraft.plugins.nei.*
tconstruct.plugins.nei.*
tonius.neiintegration.mods.railcraft.*
WayofTime.alchemicalWizardry.client.nei.*

0 comments on commit 241ef90

Please sign in to comment.