[Feature] Add Tag to Fisherman Workstation POI (quiqueck/BetterNether#39)
This commit is contained in:
parent
5ac1eed54e
commit
1628ac9a86
2 changed files with 20 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
package org.betterx.worlds.together.tag.v3;
|
||||
|
||||
import net.minecraft.tags.TagKey;
|
||||
import net.minecraft.world.level.block.Block;
|
||||
|
||||
public class CommonPoiTags {
|
||||
public static final TagKey<Block> FISHERMAN_WORKSTATION = TagManager.BLOCKS.makeCommonTag("workstation/fisherman");
|
||||
|
||||
static {
|
||||
TagManager.BLOCKS.addOtherTags(FISHERMAN_WORKSTATION, CommonBlockTags.BARREL, CommonBlockTags.WOODEN_BARREL);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue