Make FabricToolTags not deprecated

This commit is contained in:
Ibby 2019-05-27 12:01:17 -07:00 committed by GitHub
parent 6263b147d3
commit b1a0ff93ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,6 @@ import net.minecraft.util.Identifier;
/** /**
* Tool item tags provided by Fabric. * Tool item tags provided by Fabric.
*/ */
@Deprecated
public class FabricToolTags { public class FabricToolTags {
public static final Tag<Item> AXES = register("axes"); public static final Tag<Item> AXES = register("axes");
public static final Tag<Item> HOES = register("hoes"); public static final Tag<Item> HOES = register("hoes");