Testing
This commit is contained in:
commit
8601e9faff
498 changed files with 45817 additions and 0 deletions
12
BM_src/thaumcraft/api/aspects/IAspectSource.java
Normal file
12
BM_src/thaumcraft/api/aspects/IAspectSource.java
Normal file
|
@ -0,0 +1,12 @@
|
|||
package thaumcraft.api.aspects;
|
||||
|
||||
/**
|
||||
* @author Azanor
|
||||
*
|
||||
* This interface is implemented by tile entites (or possibly anything else) like jars
|
||||
* so that they can act as an essentia source for blocks like the infusion altar.
|
||||
*
|
||||
*/
|
||||
public interface IAspectSource extends IAspectContainer
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue