mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -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.
|
||||
*/
|
||||
@Deprecated
|
||||
public class FabricToolTags {
|
||||
public static final Tag<Item> AXES = register("axes");
|
||||
public static final Tag<Item> HOES = register("hoes");
|
||||
|
|
Loading…
Reference in a new issue