Something went wrong. Try again.
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
Something went wrong. Try again.
284 B · 10 lines
C++
at master
12345678910#include "stdafx.h"#include "TheEndPortalTileEntity.h"
// 4J Addedshared_ptr<TileEntity> TheEndPortalTileEntity::clone(){ shared_ptr<TheEndPortalTileEntity> result = shared_ptr<TheEndPortalTileEntity>( new TheEndPortalTileEntity() ); TileEntity::clone(result); return result;}