Custom Stylesheet

This commit is contained in:
Frank Bauer 2021-07-17 10:27:21 +02:00
parent aa59cb9844
commit 5b9eb304bc
4 changed files with 910 additions and 14 deletions

View file

@ -1,5 +1,7 @@
package ru.bclib.api;
import java.util.function.Supplier;
import net.fabricmc.fabric.api.tag.TagRegistry;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.tags.BlockTags;
@ -14,8 +16,6 @@ import net.minecraft.world.level.block.Blocks;
import ru.bclib.BCLib;
import ru.bclib.util.TagHelper;
import java.util.function.Supplier;
public class TagAPI {
// Block Tags
public static final Tag.Named<Block> BOOKSHELVES = makeCommonBlockTag("bookshelves");