Michael Zangl

Results 90 comments of Michael Zangl

I have the same problem with migrating to vue3. Wile the concept of this library would still work there, it is much simpler to write it using the composite API....

This is not really the vue way to do it. Vue defines properties on the instance as sort of aliases of either pops, data or computed. So the vue way...

Can you post the crash message you are getting here?

This is the system report section of the crash report. There should be an other section containing many lines with `at` at their start.

About mining diamond ore: The bot stops as soon as it does not find anything to mine around you. So since you are not next to diamond ore, it will...

Thanks. This is a mod conflict with the `deez.togglesneak` mod.

Resolving this is not so easy - Togglesneak and Minebot both use the same mechanism to overwrite the sneak key. https://github.com/Shotbow/ToggleSneak/issues/3

Expand works like this: ``` Expands 4 blocks in the direction you are looking /minebot expand 4 Expands 4 blocks to the north /minebot expand 4 NORTH Expands 4 blocks...

You will need to program this in Java...

yes, probably and no. Getting iron from a chest is no problem. Crafting works for some blocks (depends on the mechanism minecraft uses internally for that item). Ender chests are...