[REQUEST] / [ENHANCEMENT] Config for OctoPick ores
MsVoxxie opened this issue · 2 comments
Hey there! I've noticed that the Octopick doesnt work with some modded ores, (Specifically Lib Vulpes)
I was wondering if we could possibly have the ability to add our own ores and such as a server(?) config to fix these issues when they arise, Otherwise, I suppose adding Vulpes support would work as well :)
Octopick uses the forge:ores
block tag.
Mods should add their ores to that block tag (and equivalent item tag too probably).
More specifically they should add their tag to the forge:ores/<type>
tag, and then add that tag to forge:ores
.
Forge does something similar but adds the vanilla tag that includes stone and deepslate variants of coal, so the mod could also make their own tag to contain all variants of their ore if they want to do the same, but really as long as it's in forge:ores
it should work with octopick.
Temporarily adding the ores to the tag manually with a datapack, crafttweaker, kubejs or similar would work too if you need it urgently.
Octopick uses the
forge:ores
block tag.Mods should add their ores to that block tag (and equivalent item tag too probably).
More specifically they should add their tag to the
forge:ores/<type>
tag, and then add that tag toforge:ores
.Forge does something similar but adds the vanilla tag that includes stone and deepslate variants of coal, so the mod could also make their own tag to contain all variants of their ore if they want to do the same, but really as long as it's in
forge:ores
it should work with octopick.Temporarily adding the ores to the tag manually with a datapack, crafttweaker, kubejs or similar would work too if you need it urgently.
Ahh I see, I actually glossed over the fact that Lib didn''t have this in the tag list, A datapack or otherwise will suit my needs, Appreciate the info! :)