c71b7554e0
MinecraftForge/FML@e344303ec7 Merge pull request #346 from Jezzadabomb338/master MinecraftForge/FML@a4686b1261 Added basic Mojang account authentication support for development time login. MinecraftForge/FML@dd17979a2f Fix bukkit connectivity issue.
23 lines
195 B
Text
23 lines
195 B
Text
#eclipse
|
|
/bin
|
|
/.settings
|
|
/.classpath
|
|
|
|
#idea
|
|
/.idea
|
|
*.iml
|
|
|
|
#gradle
|
|
/build
|
|
/.gradle
|
|
|
|
#occupational hazards
|
|
/eclipse/
|
|
/repo/
|
|
/buildSrc
|
|
|
|
#Patch rejects
|
|
*.rej
|
|
/patches-/
|
|
# FML changelog
|
|
changelog.txt
|