CrackThrough
대표칭호 없음
제가 1.8.9 모드를 하나 만들고 있는데
문제가 있어요
import cpw.mods.fml.common.FMLCommonHandler;
import cpw.mods.fml.common.Mod;
import cpw.mods.fml.common.event.FMLInitializationEvent;
import cpw.mods.fml.common.eventhandler.SubscribeEvent;
import cpw.mods.fml.common.Mod;
import cpw.mods.fml.common.event.FMLInitializationEvent;
import cpw.mods.fml.common.eventhandler.SubscribeEvent;
import로 코드를 불러와야되는데
아예 MDK에는 cpw 폴더가 없더군요
혹시 1.7.10에서 1.8.9로 바뀌면서 cpw 폴더의 행방이나 eventhandler 행방이 어떻게 바뀌었는지 아실분?
FMLCommonHandler.instance().bus().register(this);
이걸 사용 하려면
// FMLCommonHandler is not found on expected direction...
// Where could it be?
// Where could it be?
" FMLCommonHandler "
얘가 정말로 필요해서; 부탁좀 드려봅니다 ;w;
uss0504
2019.07.18자바는 모르지만 구글링은 할 줄 알아서 도움될만한 링크를 남겨두겠습니다.
https://www.minecraftforge.net/forum/topic/3976-cpwmodsfmlcommon-missing/
마지막에서 네번째부터 보는게 도움될것 같아보이는군요.
CrackThrough
2019.07.20감사합니다! 도움 많이 됐네요!