Chest aura improvements (#208)

This commit is contained in:
Soda5601
2023-01-22 01:29:36 +08:00
committed by GitHub
parent 704b7989f1
commit 6a3a8b6d58
4 changed files with 135 additions and 159 deletions

View File

@@ -0,0 +1,5 @@
package anticope.rejects.mixininterface;
public interface IInventoryTweaks {
void afterSteal(Runnable callback);
}