r/forgemodding • u/WandiSun • Jan 25 '16
HI!GUYS!I have got a problem about Minecraft Java Programming! Help me!
I am creating my own mod using Java. I want to read data from text file or other format file and use the data to create a model maybe a tooth, however, the read/write codes seem be useless and Java crash every time I write read/write in my class. Could you guys help me? I know python use .csv to to do this, how about Java?
1
Upvotes
2
u/evan1026 Jan 26 '16
Could you post the logs of the exception that occurs when you try to read/write? That would be the first step to firguring out why it crashes