Pretty much all of security minus the gui.
and all the stuff I did that i forgot to comment.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package appeng.container;
|
||||
|
||||
import net.minecraft.world.World;
|
||||
import net.minecraftforge.common.ForgeDirection;
|
||||
|
||||
public class ContainerOpenContext
|
||||
{
|
||||
|
||||
public World w;
|
||||
public int x, y, z;
|
||||
public ForgeDirection side;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user