Start adding cultivator and fish items, and recipe builder adjustments as well is egg block adjustments

This commit is contained in:
2026-06-17 14:59:01 -04:00
parent a7ad9f50c1
commit 4f83a41fe9
72 changed files with 3407 additions and 24 deletions
@@ -55,6 +55,16 @@ public record DNAAnalyzerRecipe(
return output.copy();
}
@Override
public boolean isSpecial() {
return true;
}
@Override
public boolean showNotification() {
return false;
}
@Override
public ItemStack getResultItem(HolderLookup.Provider provider) {
return output.copy();