CI trigger
All checks were successful
Build jar using Maven / Build-latest-jar (push) Successful in 2m33s

This commit is contained in:
XAP3Y 2024-09-05 17:35:37 +02:00
parent 72afd9de00
commit dbe60650a7

View File

@ -80,4 +80,5 @@ public class RecipeWrapper {
/** @return The ItemStack representation of an ingredient or the result */
public ItemStack getItemStack(final String key) { return recipe.getItemStack(key); }
}