-
Notifications
You must be signed in to change notification settings - Fork 353
Closed
Labels
type: featureNew feature or request bundled for a 0.X.0 UpdateNew feature or request bundled for a 0.X.0 Update
Description
Cross-mod Integration
No response
Minecraft Version
1.20.1 Forge (or both if you want)
Feature Description
To avoid iterating over materials as much, I'd like to be able to add some tags to the ore indicator blocks (the SurfaceOreRock) for some feature integration with TerraFirmaCraft. A simple tag like #forge:ore_indicators or #gtceu:surface_ore_rocks would be perfect, so I can just do something like event.add('tfc:can_be_snow_piled', '#forge:ore_indicators').
This is currently solvable with the material iteration, but that can sometimes run into race conditions, and this is cleaner anyway.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: featureNew feature or request bundled for a 0.X.0 UpdateNew feature or request bundled for a 0.X.0 Update