Move some smelting and blasting recipes to data gen.
This commit is contained in:
parent
58423c560d
commit
f7f8127ba0
29 changed files with 170 additions and 257 deletions
|
@ -24,11 +24,11 @@
|
|||
|
||||
package reborncore.common.misc;
|
||||
|
||||
import net.fabricmc.fabric.api.tag.TagRegistry;
|
||||
import net.fabricmc.fabric.api.tag.TagFactory;
|
||||
import net.minecraft.item.Item;
|
||||
import net.minecraft.tag.Tag;
|
||||
import net.minecraft.util.Identifier;
|
||||
|
||||
public class RebornCoreTags {
|
||||
public static final Tag<Item> WATER_EXPLOSION_ITEM = TagRegistry.item(new Identifier("reborncore", "water_explosion"));
|
||||
public static final Tag.Identified<Item> WATER_EXPLOSION_ITEM = TagFactory.ITEM.create(new Identifier("reborncore", "water_explosion"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue