DummyHolderGetter
A dummy implementation of HolderGetter to help with RuntimeResourcePack creation.
Since Minecraft 1.21.3, the various recipe builders all expect some HolderGetter in order to look up tags in the registry. For the purposes of creating a RuntimeResourcePack, we don't actually need a registry though; simply storing the tag is sufficient. This implementation allows us to do that.