item texture upgrade, jei fixes, machine fixes, and datagen fixes/additions
This commit is contained in:
+5
@@ -28,6 +28,11 @@ import net.minecraft.core.RegistryAccess;
|
||||
public record EmbryoCalcificationMachineRecipe(NonNullList<Ingredient> inputs, ItemStack output)
|
||||
implements Recipe<EmbryoCalcificationMachineRecipeInput> {
|
||||
|
||||
@Override
|
||||
public NonNullList<Ingredient> getIngredients() {
|
||||
return inputs;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean matches(EmbryoCalcificationMachineRecipeInput recipeInput, Level level) {
|
||||
if (level.isClientSide) return false;
|
||||
|
||||
Reference in New Issue
Block a user