ChatGPT Map (1.20.4) brings a small language model into Minecraft and operates entirely through the Redstone mechanism (without using command blocks or datapacks). It serves as a proof of concept, demonstrating that building an ultra-complex system within Minecraft is indeed possible.

Features:

  • Number of parameters: the model has approximately 5,087,280 parameters.
  • Training: the model was trained externally (in Python) on the TinyChat dataset, a simple English conversational dataset.
  • Size and structure in Minecraft: the build occupies an enormous space — about 1020 × 260 × 1656 blocks (equivalent to ~439 million blocks) to hold all the logic circuits, memory, and calculations.
  • No command blocks / datapacks: the entire system runs solely on pure Redstone circuits.
  • Response speed / latency:
    • With a high-performance Redstone server (MCHPRS) and by increasing the tick rate to ~40,000×, the system can produce a response in about 2 hours.
    • At the standard Redstone speed, some comments suggest the response time could reach up to 9 years!
  • Model limitations:
    • The context window is extremely small — only 64 tokens.
    • The model tends to go off topic or generate incorrect / ungrammatical outputs (“garbage output”).

Screenshots:

Installation guide and original author’s page: https://github.com/sammyuri/craftgpt

MCHPRS (Minecraft High Performance Redstone Server) is a custom Minecraft server optimized for Redstone and in-game simulation mechanics: https://github.com/MCHPR/MCHPRS

ChatGPT Map (1.20.4) Download Links

For Minecraft 1.20.4

Vanilla version: Download from Server 1

MCHPRS version: Download from Server 1

Click to rate this post!
[Total: 0 Average: 0]