𝐏𝐋𝐄𝐀𝐒𝐄 𝐇𝐄𝐋𝐏 How do I add AI to Minecraft's chat???

Started by modbroz on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
𝐏𝐋𝐄𝐀𝐒𝐄 𝐇𝐄𝐋𝐏 How do I add AI to Minecraft's chat???

I am trying to add Gemini to Minecraft's chat. Example of what I want for chat: "the AI's name I choose" how can I make a nice house

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Adding Gemini or any other…
Thu, 11/07/2024 - 13:30

Adding Gemini or any other AI would be hard as it would be impossible to have a actual AI in the code of the mod as it requires a massive amount of storage and computational power but if you find a way to connect to an external server and do it that might work. Another why around could be to design a minecraft "AI" chatbot inside a procedure to answer some questions.

If you want to use some…
Fri, 11/08/2024 - 18:18

If you want to use some external API to LLM networks such as ChatGPT and its competition, you could use HTTP to access those APIs.

This plugin used to add HTTP support, but is currently not updated: https://mcreator.net/plugin/103278/http-utility-20-credits-ddemile10

So you may need to use parts of custom code to interact with the LLM APIs or use their library