mirror of
https://github.com/FabricMC/fabric.git
synced 2025-02-16 19:59:56 -05:00
Make FabricToolTags not deprecated
This commit is contained in:
parent
6263b147d3
commit
b1a0ff93ae
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue