Posted April 14, 201312 yr When attempting to open my GUI by right-clicking the block "hydroBase", the game crashes with this error: http://gw.minecraftforge.net/Avqk Source can be viewed on my Github: https://github.com/dvd604/HydroPonics/tree/master/HydroPonics/common EDIT: Now after associating my tileentity with my block, I get this error: http://gw.minecraftforge.net/N8xy Thanks in advance, dvd604
April 14, 201312 yr Author And I could associate my TE with my block by adding this? @Override public TileEntity createNewTileEntity(World var1) { // TODO Auto-generated method stub return new tileEntityHydrocase(); }
April 16, 201312 yr Yes. Also override hasTileEntity. All he has to do is have his block implement ITileEntityProvider That's one of the two purposes of it. http://img836.imageshack.us/img836/1237/cooltext624963071.png[/img] I make games, minecraft mods/plugins, and some graphic art. Current Project: LoECraft - An industrial minecraft server with its own modpack and custom launcher.
April 16, 201312 yr Yes. Also override hasTileEntity. All he has to do is have his block implement ITileEntityProvider That's one of the two purposes of it. http://img836.imageshack.us/img836/1237/cooltext624963071.png[/img] I make games, minecraft mods/plugins, and some graphic art. Current Project: LoECraft - An industrial minecraft server with its own modpack and custom launcher.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.