TerraFirmaCraft

TerraFirmaCraft

2M Downloads

[Feature Request] Alabaster block/item tag

natrow opened this issue ยท 3 comments

commented

It would be helpful if all the alabaster-related full blocks had their own tag (e.g., #tfc:alabaster or #tfc:alabaster_bricks, #tfc:raw_alabaster...)

Example list:

{
  "values": [
    "tfc:alabaster/raw/white",
    "tfc:alabaster/raw/orange",
    "tfc:alabaster/raw/magenta",
    "tfc:alabaster/raw/light_blue",
    "tfc:alabaster/raw/yellow",
    "tfc:alabaster/raw/lime",
    "tfc:alabaster/raw/pink",
    "tfc:alabaster/raw/gray",
    "tfc:alabaster/raw/light_gray",
    "tfc:alabaster/raw/cyan",
    "tfc:alabaster/raw/purple",
    "tfc:alabaster/raw/blue",
    "tfc:alabaster/raw/brown",
    "tfc:alabaster/raw/green",
    "tfc:alabaster/raw/red",
    "tfc:alabaster/raw/black",
    "tfc:alabaster/polished/white",
    "tfc:alabaster/polished/orange",
    "tfc:alabaster/polished/magenta",
    "tfc:alabaster/polished/light_blue",
    "tfc:alabaster/polished/yellow",
    "tfc:alabaster/polished/lime",
    "tfc:alabaster/polished/pink",
    "tfc:alabaster/polished/gray",
    "tfc:alabaster/polished/light_gray",
    "tfc:alabaster/polished/cyan",
    "tfc:alabaster/polished/purple",
    "tfc:alabaster/polished/blue",
    "tfc:alabaster/polished/brown",
    "tfc:alabaster/polished/green",
    "tfc:alabaster/polished/red",
    "tfc:alabaster/polished/black",
    "tfc:alabaster/bricks/white",
    "tfc:alabaster/bricks/orange",
    "tfc:alabaster/bricks/magenta",
    "tfc:alabaster/bricks/light_blue",
    "tfc:alabaster/bricks/yellow",
    "tfc:alabaster/bricks/lime",
    "tfc:alabaster/bricks/pink",
    "tfc:alabaster/bricks/gray",
    "tfc:alabaster/bricks/light_gray",
    "tfc:alabaster/bricks/cyan",
    "tfc:alabaster/bricks/purple",
    "tfc:alabaster/bricks/blue",
    "tfc:alabaster/bricks/brown",
    "tfc:alabaster/bricks/green",
    "tfc:alabaster/bricks/red",
    "tfc:alabaster/bricks/black",
    "tfc:alabaster/raw",
    "tfc:alabaster/polished",
    "tfc:alabaster/bricks"
  ]
}
commented

Note: all the colored variants do already have an item tag, but not a block tag

commented

If you need a tag like this there is nothing stopping you from adding it yourself in your own datapack/mod/script

commented

I don't really see a point to having a specific alabaster tag in TFC itself.