Skip to content

Commit

Permalink
Fixed deploader.
Browse files Browse the repository at this point in the history
Moving to myessentials from mytown.core broke it
  • Loading branch information
jgoett154 committed Jul 17, 2015
1 parent 6b74969 commit b127e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jar {
classifier = 'universal'
manifest {
attributes (
'FMLCorePlugin': 'mytown.core.DepLoader',
'FMLCorePlugin': 'myessentials.DepLoader',
'FMLCorePluginContainsFMLMod': 'true'
)
}
Expand Down

0 comments on commit b127e56

Please sign in to comment.