229 - comment out all recipes as we can deal with these later + start thinking more about tags

This commit is contained in:
modmuss50 2019-02-22 14:27:22 +00:00
parent ab2ce91e39
commit 91994e5a01
17 changed files with 133 additions and 169 deletions

View file

@ -33,6 +33,7 @@ import net.minecraft.tags.Tag;
import net.minecraft.tags.TagCollection;
import net.minecraft.world.World;
import net.minecraftforge.oredict.OreDictionary;
import techreborn.init.ModTags;
import javax.annotation.Nonnull;
import java.util.List;
@ -118,4 +119,5 @@ public class TagUtils {
ItemStack stack, String oreName) {
throw new UnsupportedOperationException("Move to tags");
}
}