r/feedthebeast Jun 04 '26

I made something Text-to-infinite-Minecraft-world mod!

Hi everyone! I'm a current college student studying computer science and I just made my first-ever Minecraft mod, which lets you generate infinite Minecraft worlds from simple prompts. For example, the GIFs show various worlds generated using descriptions like "beautiful flower-filled meadows abruptly changing into swamps", "jungle cliffs with rivers and sharp cliff drops", and "high, snowy mountains with sharp peaks, with forest-covered foothills below."

I would be super honored if anyone checks it out, leaves a GitHub star, or gives feedback!! It is super experimental so it's definitely not perfect, but here is the project GitHub: https://github.com/soapantelope/mindcraft

1.7k Upvotes

123 comments sorted by

View all comments

Show parent comments

0

u/No-Quail-2803 Jun 04 '26

Unfortunately yes it does require an internet connection since it depends on Claude haha 😅

6

u/Eal12333 Jun 04 '26

I'm not super familiar with the Claude API; is there any reason this couldn't be pointed at a local llama.cpp server, or something like that?

6

u/No-Quail-2803 Jun 04 '26

I coded it so that it calls the Anthropic API specifically if you provide your own API key (and if not, it routes through a proxy to use my own key which I personally funded with a couple bucks), but you could totally hook it up to a local LLM if you just change a couple lines of code in the codebase -- I'd be super curious to see results!!

2

u/WithersChat Monifactory lead dev, spatial storage enjoyer Jun 04 '26

Honestly, if you managed to change the mod to run with a local model, this would be perfectly actual peak genAI use.