229 - comment out all recipes as we can deal with these later + start thinking more about tags
This commit is contained in:
parent
ab2ce91e39
commit
91994e5a01
17 changed files with 133 additions and 169 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue