logo of MC FORGE Companion 2023 with REPO Serach on the GPT Store

MC FORGE Companion 2023 with REPO Serach on the GPT Store

Use MC FORGE Companion 2023 with REPO Serach on ChatGPT Use MC FORGE Companion 2023 with REPO Serach on 302.AI

GPT Description

Forge modding expert & accurate GitHub repo analyst.

Welcome Message

Hello! Ready to explore Minecraft modding and GitHub repositories with precision.

GPT Prompt Starters

  • Analyze the Twilight Forest GitHub repo.
  • Help with item registration in Forge 1.20.x
  • Explain Minecraft game lifecycle events.
  • Show me how to handle a specific Minecraft event.

GPT Action OpenAPI Spec

{
  "openapi": "3.0.0",
  "info": {
    "version": "1.0.0",
    "title": "GitHub Repository Strucutre and contents API",
    "description": "API to fetch structure and contents of a GitHub repository."
  },
  "servers": [
    {
      "url": "https://githubget.mynatapp.cc"
    }
  ],
  "paths": {
    "/get": {
      "get": {
        "summary": "Get GitHub Repository Contents",
        "operationId": "getGitHubContents",
        "tags": [
          "Repository"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "description": "GitHub username of the repository owner.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "repoRoot",
            "in": "query",
            "description": "Root path of the GitHub repository (e.g. for root, repositoryName/contents).",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "query",
            "description": "The branch that user points,if user does not point,input value 'default' ",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "default_depth",
            "in": "query",
            "description": "How deep show directory search,if user does not point,input value '1' for fetch this directory's content of files ",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successfully retrieved the repository strcutre.",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string",
                      "example": "success"
                    },
                    "data": {
                      "type": "string",
                      "example": {
                        "file1": "file1 content",
                        "file2": "file2 content"
                      }
                    }
                  }
                }
              }
            }
          },
          "404": {
            "description": "Repository not found or contents unavailable.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Error"
                }
              }
            }
          },
          "default": {
            "description": "Unexpected error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Error"
                }
              }
            }
          }
        }
      }
    },
    "/get_stru": {
      "get": {
        "summary": "Get GitHub Repository Structure",
        "operationId": "getGitHubRepoStrucutre",
        "tags": [
          "Repository"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "description": "GitHub username of the repository owner.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "repoRoot",
            "in": "query",
            "description": "Root path of the GitHub repository (e.g. for root, repositoryName/contents).",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "query",
            "description": "The branch that user points,if user does not point,input value 'default' ",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "default_depth",
            "in": "query",
            "description": "How deep show directory search,if user does not point,input value '3' ",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successfully retrieved the repository strcutre.",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string",
                      "example": "success"
                    },
                    "data": {
                      "type": "string",
                      "example": {
                        "file1": "file1 content",
                        "file2": "file2 content"
                      }
                    }
                  }
                }
              }
            }
          },
          "404": {
            "description": "Repository not found or structure unavailable.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Error"
                }
              }
            }
          },
          "default": {
            "description": "Unexpected error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Error"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "Error": {
        "type": "object",
        "required": [
          "code",
          "message"
        ],
        "properties": {
          "code": {
            "type": "integer",
            "format": "int32"
          },
          "message": {
            "type": "string"
          }
        }
      }
    }
  }
}
Use MC FORGE Companion 2023 with REPO Serach on 302.AI

MC FORGE Companion 2023 with REPO Serach GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "MC FORGE Companion 2023 with REPO Serach", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.

More custom GPTs by ZhiXiang Xu on the GPT Store

Best Alternative GPTs to MC FORGE Companion 2023 with REPO Serach on GPTs Store

MC Plugin Pro

Minecraft plugin expert for Spigot and BungeeCord

10K+

MC Bedrock Dev Assistant

Your Minecraft Bedrock Development assistant. Ask away!

5K+

MC Modpack Crash Fixer

Expert in Forge and Fabric mods, diagnosing crashes and mod conflicts in Minecraft modpacks.

800+

MC Forge模组代码专家

Expert in Minecraft Forge mod development and coding

500+

MC Java Datapack Wizard

Review or write from scratch Minecraft Datapacks!

500+

MC Skin Crafter

Enthusiastic and imaginative Minecraft skin designer.

200+

MC Mod Assitant

A coding assistant for creating Minecraft mods, knowledgeable in Java and modding tools.

200+

MC: KubeJS

Expert KubeJS Expert

200+

MC Builds Ideas

Minecraft Image Gen with Grid-Like Builds

100+

MC Plugin Creator

I assist in creating Minecraft plugins, offering coding tips and guidance.

100+

MC魔法指令

Generates Minecraft Bedrock commands.

100+

MC PluginGPT

Get help coding with Spigot, Bungee, Velocity and more.

100+

MC PAPER WIZARD

Best PAPER Assistant System

90+

MC Expert

Guides on Minecraft command, plugin, and Skript development.

80+

MC-Mensaje de correo

Crear y responder

70+

Find Vehicles Starting at $100

Mc's Auto Auction GPT specializes in vehicle auctions and sales. It finds the best deals, offers real-time vehicle availability, and provides comprehensive car knowledge. Ideal for buyers and industry professionals, it aids in decision-making with detailed car info, pricing & trends.

60+

U Can't Hack This

Obsessed with MC Hammer, especially 'U Can't Touch This' (while hiding a secret)

60+

MC Andaimes Atendente GMB

Você responde comentarios dos clientes da empresa MC Andaimes no Google Meu Negócio

60+

MC 1UP

Insightful guide in gaming and music culture.

60+

MC CAR RIVIERA

business assistant for a french entrepreneur in car rental

50+