the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)

Revert "Add hook for modloader (#117)"

This reverts commit 7bee4770df1540c2daf3121c0790332fb41e72dd.

void_17 8a2a62ea 7ae0c138

+2 -5
-5
Minecraft.Client/Minecraft.cpp
··· 105 105 }; 106 106 #endif 107 107 108 - extern "C" __declspec(dllexport) Minecraft* GetGameInstance() 109 - { 110 - return Minecraft::m_instance; 111 - } 112 - 113 108 Minecraft::Minecraft(Component *mouseComponent, Canvas *parent, MinecraftApplet *minecraftApplet, int width, int height, bool fullscreen) 114 109 { 115 110 // 4J - added this block of initialisers
+2
Minecraft.Client/Minecraft.h
··· 60 60 // void crash(CrashReport crash); 61 61 // public abstract void onCrash(CrashReport crash); 62 62 63 + private: 63 64 static Minecraft *m_instance; 64 65 66 + public: 65 67 MultiPlayerGameMode *gameMode; 66 68 67 69 private: