Jump to content

superbilder

Members
  • Posts

    3
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

superbilder's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Draco18s you are very shrewd , you unraveled me completely. I haven't played any mods, whats more I dare to say I do not intend (unless I write my own). [*] Can client mod play with original server unrecognized by server or it's impossible ? [*]Does client AI mod playing server mode see whole world, or only this what human player can see? Eg can AI mod see several levels underground (unlike human), or not ? [*]More generally, would such AI (only on client side) vs human be fair (had the same or less information/possibilities) or not (had more information/possibilities) [*]How AI can get know of appearing mobs, are there any events sent when mob appears in some distance, or AI would have to check every qube in area of interest [*]Would it be possible to attack mobs with such AI ? Sorry for asking ignorant questions, but I wouldn't like to dive into forge to find out, that it's not a right tool for my purpose. I have a good knowledge of java. I would like to write simple AI supporting player in some tasks, eg auto mining of materials and putting them into chest - good to dig diamonds for several hours. Why would it be complicated to write such a simple supporting AI ? Is it a problem of forge API not supporting such purpose?
  2. Thank you lasgerrits. [*]Does Forge with java allow to write AI for a player - I would like to write algorithms simulating (controlling and automating) a player. [*]Are there api for eg. left mouse button, right mouse button, changing items in inventory, checking which items I have in inventory, checking if there is mob nearby, checking type of mob, checking types of surrounding blocks ? [*]Does forge apply only to single player, or also to server mode ? Regards
  3. Hi I am newbie to minecraft and python and I am trying to play with python api to minecraft looking at https://www.nostarch.com/programwithminecraft . I use spigot 1.9.4 comming from https://sourceforge.net/projects/python-with-minecraft-windows/ I see how to build blocks mc = Minecraft.create() mc.setBlock(x, y, z, blockType) but I cannot find how to destroy blocks. Is destroying blocks, or attacking mobs with sword possible with python api ? How can I call left mouse button with minecraft python api ? Is it possible to simulate mouse buttons with python api at all ? BTW, can I recognize mobs, zombie or animals with python api ? Can I attack mobs, zombie or animals with python api? Regards
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.