Skip to content

Commit 7dd4641

Browse files
committed
Debug is debug for annoy ingredients.
1 parent 9223275 commit 7dd4641

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

common/src/main/java/generations/gg/generations/core/generationscore/common/recipe/GenerationsIngredidents.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ public static <T extends GenerationsIngredient> void register(String id, Generat
1515
}
1616

1717
public static GenerationsIngredientSerializer<?> getSerializer(String id) {
18+
System.out.println("Trying to get rks ingredient serializer with id " + id);
19+
System.out.println("The returned value is " + SERIALIZER.getOrDefault(id, null));
20+
1821
return SERIALIZER.get(id);
1922
}
2023

0 commit comments

Comments
 (0)