Skip to content

Commit

Permalink
Fixbuild (#6)
Browse files Browse the repository at this point in the history
* update deps

* fix version
  • Loading branch information
bombcar authored Feb 7, 2022
1 parent 54346a8 commit ed66abe
Show file tree
Hide file tree
Showing 8 changed files with 261 additions and 124 deletions.
3 changes: 3 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Any Github changes require admin approval
/.github/** @GTNewHorizons/admin

12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@ This mod removes that functionality and allows the player to use NEI's transfer
- [x] IndustrialCraft2
- [x] Avaritia
- [x] EnderIO
- [x] Forestry(Doesn't support Fermenter and Still,because they don't have an item output)
- [x] Forestry (Doesn't support Fermenter and Still,because they don't have an item output)
- [x] Thaumcraft NEI Plugin
- [x] Thaumic Energistics(Allows you to transfer ArcaneRecipe from NEI to Knowledge Inscriber, it requires Thaumcraft NEI Plugin)
- [x] Thaumic Energistics (Allows you to transfer ArcaneRecipe from NEI to Knowledge Inscriber, it requires Thaumcraft NEI Plugin)
- [x] ThermalExpansion
- [x] ImmersiveEngineering
- [x] Mekanism
- [x] BloodMagic
- [x] BuildCraft
- [x] Avaritiaddons(auto extreme crafting table support)
- [x] Avaritiaddons (auto extreme crafting table support)
- [x] GT++

If you want other Mod support,see [RecipeProcessor](./src/main/java/com/github/vfyjxf/nee/processor/RecipeProcessor.java) and [Mod support Issue](https://github.com/vfyjxf/NotEnoughEnergistics/issues/1)
If you want other Mod support, see [RecipeProcessor](./src/main/java/com/github/vfyjxf/nee/processor/RecipeProcessor.java) and [Mod support Issue](https://github.com/vfyjxf/NotEnoughEnergistics/issues/1)

## TODO

- [x] Add item blackList ,if item in the blacklist, it will not be transferred.
- [x] Add item priority list, if item in tne priority list, it will be transferred first.
- [x] Add item blackList, if item in the blacklist, it will not be transferred.
- [x] Add item priority list, if item in tne priority list, it will be transferred first.
- [x] Combine like stacks in processing patterns.

## Credits
Expand Down
Loading

0 comments on commit ed66abe

Please sign in to comment.