item texture upgrade, jei fixes, machine fixes, and datagen fixes/additions
This commit is contained in:
@@ -34,6 +34,11 @@ public record DNAAnalyzerRecipe(
|
||||
java.util.Map<ResourceLocation, Integer> weights
|
||||
) implements Recipe<DNAAnalyzerRecipeInput> {
|
||||
|
||||
@Override
|
||||
public NonNullList<Ingredient> getIngredients() {
|
||||
return inputs;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean matches(DNAAnalyzerRecipeInput input, Level level) {
|
||||
if (level.isClientSide) return false;
|
||||
|
||||
Reference in New Issue
Block a user