add tooltip callback. Paint craftables in blue. middle click to craft

from JEI
This commit is contained in:
PrototypeTrousers
2022-10-18 05:20:55 -03:00
parent daf4910548
commit 9b263c5501
9 changed files with 201 additions and 9 deletions
@@ -268,4 +268,8 @@ public class ItemRepo {
this.updateJEI(this.searchString);
}
}
public IItemList<IAEItemStack> getList() {
return list;
}
}