Merge branch 'master' of https://github.com/TechReborn/TechReborn
This commit is contained in:
commit
9e4151f5fa
31 changed files with 105 additions and 382 deletions
10
src/main/java/techreborn/api/IpdaItem.java
Normal file
10
src/main/java/techreborn/api/IpdaItem.java
Normal file
|
@ -0,0 +1,10 @@
|
|||
package techreborn.api;
|
||||
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.world.World;
|
||||
|
||||
public interface IpdaItem
|
||||
{
|
||||
//TODO
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue