made the aura bloom and end rose work with the flower generator, in case anyone wants that

This commit is contained in:
Ellpeck 2020-05-17 21:47:48 +02:00
parent e43100a5af
commit e69bc977c6
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"naturesaura:end_flower",
"naturesaura:aura_bloom"
]
}

View file

@ -20,5 +20,6 @@ public class BlockTagProvider extends BlockTagsProvider {
this.getBuilder(BlockTags.RAILS).add(ModBlocks.DIMENSION_RAIL_END, ModBlocks.DIMENSION_RAIL_NETHER, ModBlocks.DIMENSION_RAIL_OVERWORLD);
this.getBuilder(BlockTags.SLABS).add(ModBlocks.ANCIENT_SLAB, ModBlocks.INFUSED_SLAB, ModBlocks.INFUSED_BRICK_SLAB);
this.getBuilder(Tags.Blocks.DIRT).add(ModBlocks.NETHER_GRASS);
this.getBuilder(BlockTags.SMALL_FLOWERS).add(ModBlocks.END_FLOWER, ModBlocks.AURA_BLOOM);
}
}