This commit is contained in:
Aleksey 2020-11-09 16:45:24 +03:00
commit 1e4b7377f2
32 changed files with 319 additions and 290 deletions

View file

@ -8,7 +8,6 @@ import org.spongepowered.asm.mixin.Shadow;
import net.minecraft.item.ItemStack;
import net.minecraft.nbt.CompoundTag;
import net.minecraft.recipe.Ingredient;
import ru.betterend.interfaces.CompoundSerializer;
@Mixin(Ingredient.class)