MCPcopy Index your code
hub / github.com/DeemosTech/rodincraft-mc

github.com/DeemosTech/rodincraft-mc @0.1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.1.0 ↗ · + Follow
92 symbols 179 edges 15 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

RodinCraft

GitHub Stars GitHub License GitHub Issues

Powered by Hyper3D.AI Rodin Gen-1.5

cover.png

This is a Minecraft mod built for the Fabric modding platform, designed to support the conversion of Rodin 3D models (.glb) into Minecraft.

Getting started

To get started, make sure you have Fabric and the Fabric API installed. You can download the Fabric installer from here. After installing Fabric, place the Fabric API .jar file into your mods folder.

Next, download the latest version of this mod from the Releases page and also place the .jar file into your mods folder.

Usage

Press U to open the screen.

This mod supports two methods for generating models:

  1. Image to Model: Drag and drop an image to the screen, and the mod will generate a corresponding 3D model based on the image.
  2. Text to Model: Enter text, and the mod will create a 3D model based on the input text.
  3. Model to Blocks: You can directly drag and drop a GLTF model (Suffix .glb) to the screen.

Adjust the parameters on the left to fine-tune the generation process. Once you're satisfied, you can click the Generate button to generate.

You have 20 trials per day. If you need more, please visit our official website.

Inspired by Timothy_Barnes

Core symbols most depended-on inside this repo

isEmpty
called by 12
src/main/java/top/gregtao/deemos/ModelerScreen.java
checkError
called by 4
src/main/java/top/gregtao/deemos/GeneratingJob.java
getFuseTimer
called by 4
src/main/java/top/gregtao/deemos/ModelerTNTEntity.java
getMessage
called by 3
src/main/java/top/gregtao/deemos/GeneratingJob.java
clientSender
called by 2
src/main/java/top/gregtao/deemos/Networking.java
newJob
called by 2
src/main/java/top/gregtao/deemos/GeneratingJob.java
appendLinkText
called by 2
src/main/java/top/gregtao/deemos/GeneratingJob.java
getBlocks
called by 2
src/main/java/top/gregtao/deemos/GeneratingJob.java

Shape

Method 75
Class 16
Enum 1

Languages

Java100%

Modules by API surface

src/main/java/top/gregtao/deemos/ModelerTNTEntity.java22 symbols
src/main/java/top/gregtao/deemos/ModelerScreen.java17 symbols
src/main/java/top/gregtao/deemos/GeneratingJob.java15 symbols
src/main/java/top/gregtao/deemos/RodinCraftConfig.java5 symbols
src/main/java/top/gregtao/deemos/Networking.java5 symbols
src/main/java/top/gregtao/deemos/ModelerTNTRenderer.java4 symbols
src/main/java/top/gregtao/deemos/ApiKeyScreen.java4 symbols
src/main/java/top/gregtao/deemos/PressableTextWidget.java3 symbols
src/main/java/top/gregtao/deemos/PlaceholderTextField.java3 symbols
src/main/java/top/gregtao/deemos/ModelerTNT.java3 symbols
src/main/java/top/gregtao/deemos/BaseScreen.java3 symbols
src/main/java/top/gregtao/deemos/mixin/ItemColorsMixin.java2 symbols

For agents

$ claude mcp add rodincraft-mc \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page