.b mine log doesnt work
thegamemaker37 opened this issue ยท 2 comments
Some information
Operating system: windows
Java version: I do not know
Minecraft version: 1.12.2
Baritone version: Do not know
Other mods (if used):
Exception, error or logs
can't seem to find it
How to reproduce
just type .b mine log, same with #mine log and log2, i used the impact client
Final checklist
- I know how to properly use check boxes
- I have included the version of Minecraft I'm running, baritone's version and forge mods (if used).
- I have included logs, exceptions and / or steps to reproduce the issue.
- I have not used any OwO's or UwU's in this issue.
minecraft:oak_log
is the block id for oak log after the flattening but this issue is about 1.12.2 so the id is still minecraft:log
and you can also see the chat line saying what it is mining for and it can't construct a BlockOptionalMeta
for nonexistent blocks, so that line would not appear if the id was the problem.
However without a log I can't search for the actual problem, so please provide one and write a comment here so I can reopen this issue.