Skip to content

Commit

Permalink
Merge branch 'master-1.8' of https://github.com/CyclopsMC/CyclopsCore
Browse files Browse the repository at this point in the history
…into master-1.8
  • Loading branch information
rubensworks committed Feb 5, 2016
2 parents cbccbbe + aff82bf commit ddfc5ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/changelog/1.8.9-0.5.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Fixes:
* Fix broken client to server packets, Closes #9
* Take into account isKeepNBTOnDrop() when dropping block items
* Fix aim of player-targeted item dropping
* Fix external recipes not being loaded

Lib features:
* Add empty icon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ protected List<XmlRecipeLoader> registerRecipesForFiles(File file, Map<String, X
childFile, internalLoaders, getExternalRecipesPattern().equals(file.getName())
));
}
return loaders;
}
}
return Collections.emptyList();
Expand Down

0 comments on commit ddfc5ab

Please sign in to comment.