Jump to content

clowcadia

Members
  • Posts

    458
  • Joined

  • Last visited

Everything posted by clowcadia

  1. Hi I downloaded Gradle mdk 1.11, I have installed jdk 8u121, JAVA_HOME is directed to the jdk folder and still nothing. Also tried jdk 8u101, still nothing JDK is found in the original Program Files/Java folder or Program Files 86/Java
  2. Oh, slightly more confused. I am simply trying to find a way to have mobEntity to be able to interact with an inventory object, whether is directly like a player with a chest to insert or withdraw items, or by special code maybe through an event that will alter the mobEntety inventory and object inventory. As I am looking through mobEntity ai, tasks are limited to a point direct interaction is not possible, unless Capabilities can alter the behaviour that allows that.
  3. Ok I just realized, how would all this be applied with Entity AI, adding tasks and all?
  4. What about an entity that wants to interact with a chest, capability says it is possible but how would API correlate to that. Mob with chest
  5. What do you mean by TE, and i did some research on fake player, is it just one entity to be responsible for the mod entity actions? as well as i had an idea, would it be better if items where swapped between inventory if an entity was present adjasent to a container item/tile
  6. I am just doing some research and i have not found an answer to my problem through tutorials or posts on any modding community. I am not even born into the modding of mine craft, as i am sudo coding what i want to do. I have taken a look at modding custom mob ai and my finding are very vague. I am looking for a way to have a custom mob/npc to interact with a chest or anything i can provide it. And i am concerned that based on my findings there is no specific api for this, and yet mods like computer craft and thaumcraft have turtles and golems interact with storage all the time. My assumption though is that the interact command for player can be also used with custom mobs. Please explain me the basic concept for this issue, i do not need a step by by step instructions, all though if there are tutorial related to this i would gladly take a look. As I said this is a sudo-research before i get my hands dirty. ps. i am aiming to create a mob that is like a turtle from computer craft that will return to a chest once it has done gathering/harvesting a full mob inventory. also that will use another storage as a fuel source in my case food source
×
×
  • Create New...

Important Information

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