You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ This mod removes that functionality and allows the player to use NEI's transfer
16
16
- If an item is a probability output, then nee will not transfer it.
17
17
- Combine like stacks in processing patterns.
18
18
- Support Processing Pattern Terminal(16 -> 4 mode).
19
+
- Allow you item blackList and item priority list, if item in them, it will not be transferred / transfer it first.(use /nee RecipeProcessor to get RecipeProcessor and identifier in log)
19
20
20
21
## Compatible Modslist as followed:
21
22
@@ -27,16 +28,15 @@ This mod removes that functionality and allows the player to use NEI's transfer
27
28
-[x] EnderIO
28
29
-[x] Forestry(Doesn't support Fermenter and Still,because they don't have an item output)
29
30
-[x] Thaumcraft NEI Plugin
30
-
-[x] Thaumic Energistics(Allows you transform ArcaneRecipe from NEI, it requires Thaumcraft NEI Plugin)
31
+
-[x] Thaumic Energistics(Allows you to transfer ArcaneRecipe from NEI to Knowledge Inscriber, it requires Thaumcraft NEI Plugin)
31
32
32
33
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)
33
34
34
35
## TODO
35
36
36
-
- Add item blackList ,if item in the blacklist, it will not be transferred.
37
-
- Add item priority list, if item in tne priority list, it will be transferred first
38
-
39
-
~~Combine like stacks in processing patterns.~~
37
+
-[x] Add item blackList ,if item in the blacklist, it will not be transferred.
38
+
-[x] Add item priority list, if item in tne priority list, it will be transferred first.
39
+
-[x] Combine like stacks in processing patterns.
40
40
41
41
## Credits
42
42
Thanks TheRealp455w0rd and his [Just Enough Energistics](https://www.curseforge.com/minecraft/mc-mods/just-enough-energistics-jee)
0 commit comments