Start adding cultivator and fish items, and recipe builder adjustments as well is egg block adjustments
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user