Move all mod compatibility out into its own mod, ic2 support is gone and will come back in some more basic form once ic2 is on 1.13
The new mod compatibility will be included (either shaded or jar-in-jar) in the main TR distrubtion, this has been done to aid development
This commit is contained in:
parent
4ea0dc1e9a
commit
b65e963f12
119 changed files with 975 additions and 1146 deletions
|
@ -32,8 +32,6 @@ public interface ISubItemRetriever {
|
|||
|
||||
ItemStack getCellByName(String name, int count);
|
||||
|
||||
ItemStack getCellByName(String name, int count, boolean lookForIC2);
|
||||
|
||||
ItemStack getDustByName(String name);
|
||||
|
||||
ItemStack getDustByName(String name, int count);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue