Cant mine modded blocks.
MasteRSketch opened this issue ยท 14 comments
(1.12.2) I have been trying to mine Aluminum ore on galacticraft with the baritone mod for hours. I cant find any help online and was just wondering how to do it.
I had galacticraft planets installed as well, so there are 3 aluminium ores:
- galacticraftcore:basic_block_core:7
- galacticraftplanets:venus:6
- galacticraftplanets:asteroids_block:3
I guess I should note that pathing failed with a NPE whenever there was the venus variant nearby. But my Baritone and Galacticraft versions are outdated, so don't trust me.
I had galacticraft planets installed as well, so there are 3 aluminium ores:
- galacticraftcore:basic_block_core:7
- galacticraftplanets:venus:6
- galacticraftplanets:asteroids_block:3
I guess I should note that pathing failed with a NPE whenever there was the venus variant nearby. But my Baritone and Galacticraft versions are outdated, so don't trust me.
would you happen to know what it would be for lead ore from the mekanism mod?
Since I don't have mekanism, no.
But I can tell you what I did:
- use the creative menu to search for aluminium ore
- place it and use the debug hud (F3) to see it's id (galacticraftcore:basic_block_core)
- try all 16 possible meta values (0-15) to find the wanted one using
/setblock <x> <y> <z> galacticraftcore:basic_block_core <meta>
#mine modid:blockid:meta
hate being slower
4 seconds and you even know the correct ids + meta
#mine GalacticraftCore:gcBlockCore:7
It only says "Error at argument #1: Expected ForBlockOptionalMeta
I may have got the wrong id try GalacticraftCore:tile.gcBlockCore:7. Except from that idk, I don't use galaticraft and I am googling it to find the ids so they may be wrong.
hate being slower
4 seconds and you even know the correct ids + meta
๐
I may have got the wrong id try GalacticraftCore:tile.gcBlockCore:7. Except from that idk, I don't use galaticraft and I am googling it to find the ids so they may be wrong.
Yh it still says the same thing. I have no idea.
Can you look at the block then press f3, on the right hand side it should have the name of the block, type that in after the #mine.
Can you look at the block then press f3, on the right hand side it should have the name of the block, type that in after the #mine.
OMG LIFE SAVER ALERT!