#can't get c&c:silver_pickaxe to mine oreganized:silver_ore , even though it can mine netherite
24 messages · Page 1 of 1 (latest)
copper is just reskinned stone
2nd pic is iron and third is silver
even though iron cannot mine ancient debris and silver can, only iron can mine oreganized:silver_ore
Is this the mod (ARR with no source code included)?
~~https://www.curseforge.com/minecraft/mc-mods/c-c-progression~~ (that is 1.21.1, not 1.20.1, oops)
Also, umm, & is not a valid character in a ResourceLocation
i just summarised it sorry 😭
caverns_and_chasms:silver_pickaxe
here's a visual demo https://medal.tv/games/minecraft/clips/mhJtQkiOJvjIvfr5R?invite=cr-MSxFdGgsMTU3NTg0ODk&v=30
Watch Untitled by Eidoleon and millions of other Minecraft videos on Medal. #minecraft
as you can see between silver and iron the only thing that can't be mined is oreganized:silver_ore
i've tried this to no avail
Interestingly, they use vanilla tier levels instead of Forge's tier sorting registry
So I think tags won't help there
Add the tag corresponding to the vanilla tier
i tried that too
as in needs_iron_tool?
Yes
yeah it did nothing
though i'll do it again just to check
still nope
no drop
is there a way to make the silver tool the same as an iron tool?
ServerEvents.tags('block', event => {
event.add('minecraft:needs_stone_tool', 'oreganized:silver_ore')
event.add('minecraft:needs_stone_tool', 'oreganized:deepslate_silver_ore')
STILL doesn't make it mineable