This commit is contained in:
raoulvdberge
2017-10-10 17:39:47 +02:00
parent 6addad2ce8
commit 3832708dda

View File

@@ -25,6 +25,7 @@ public class SoldererRecipeLoader {
public static void load() { public static void load() {
JsonContext context = new JsonContext(RS.ID); JsonContext context = new JsonContext(RS.ID);
// @todo: Move to non-deprecated method in MC 1.13.
CraftingHelper.findFiles(Loader.instance().activeModContainer(), "assets/" + RS.ID + "/solderer_recipes", root -> { CraftingHelper.findFiles(Loader.instance().activeModContainer(), "assets/" + RS.ID + "/solderer_recipes", root -> {
// @todo: Load the constants into to the context. // @todo: Load the constants into to the context.