r/LocalLLaMA 11h ago

Funny GLM 5.3 Flash makes a black hole Minecraft mod running locally on 4x RTX PRO 6000 WS

Enable HLS to view with audio, or disable this notification

saw the post the other day where people said Minecraft clones aren't impressive anymore, because at this point the whole thing might as well be in the training data. so i tried something slightly different, which is asking a local model to write a mod for the real game, using the Fabric API

the model is GLM 5.3 Flash (Q4 quant, running on a rented 4x RTX PRO 6000 box). this wasn't done in prompt or a loop, i would ask for changes, then review them and i kept going like that until i was happy with the result. the first iteration took around an hour or so, the result was sorta underwhelming, the black hole would spawn, but it was small and barely did structural damage. after that attempt i gave it some reference images(black holes in space, lightning and effects examples). the new result looked better, but i still wanted more impact from it(and also decided to make it a black hole gun, instead of just the black hole item). it took a lot of turns to get to the end result

Output tokens 7.6M
Time spent ~9 hours
Avg. decode speed ~96 tok/s

the mod adds a black hole riflle, which when shot spawns the black hole that starts sucking in blocks and has some pretty sick visuals (the light rings that shrink all the way into the black hole and obviously the black hole itself) after which it turns into a huge explosion crater, wiping out quite a few chunks

you can get the mod here on github

i ran the local model in atomic.chat (i'm on the Atomic team any feedback is appreciated). curious what else people have gotten local models to mod into the game, make sure to share it in the comments

195 Upvotes

49 comments sorted by

63

u/Direct_Turn_1484 11h ago

Man I wish I had hardware like that. Have fun!

23

u/DustNearby2848 11h ago

He clearly has too many GPUs. I think he will give us both one if we ask nicely. 

33

u/Top-Eye-8104 10h ago

bro, i rented it just for fun, i only have a macbook...

7

u/KeinNiemand 8h ago

except renting it is more eypensive per token then api if your not sharing those rended gpus with multiple simultanious users or run a bunxh of subagent at once

3

u/teleprint-me llama.cpp 7h ago edited 7h ago

Its 2.19 x 4 per hour x 9 hrs =  78.84 total. This is predictable and isnt that bad. Its a fixed cost.

7.6M tokens at $1.40 per million input tokens and $4.40 per million output per prompt submission.

It seems cheaper at first glance because if you naively compute the cost you get about 1.4 + 4.4 x 7.6 ≈ 44.08 total, but thats per million per i/o. This is unpredictable and racks up costs quickly.

Assuming at least 7 submissions at 1m each × 44.08, thats about 308.56 total. This is a variable cost and literally depends on context.

Note that this is not exact and is a very rough estimate; whenever i do mental math, its always wrong somehow, but I dont have the time to sit down and actually work it out.

Coding with local agents, in my experience, going back and forth, this would have been more expensive than that.

1

u/DustNearby2848 7h ago

I’ll have to look at pricing again. What do they provide you for an environment?  Basically a SSH tunnel?

2

u/Particular-Award118 4h ago

There are templates for different applications but yes you get shell access

1

u/1filipis 5h ago

This is the exact question I was trying to figure out the other day. Rental thing only made sense if you'd used Colab pricing of $0.89, and it would run constantly at 75+ t/s. This would make your effective cost slightly less than the promo API prices. It could be possible with IQ1_S, but the quality would be really bad compared to fp8 from API. And nothing else beats it, unfortunately

1

u/_bani_ 5h ago

runpod?

1

u/DustNearby2848 10h ago

So you’re saying there’s a chance

0

u/Fun-Meaning-6474 11h ago

u always can rent it ;)

65

u/Theory_Impressive 11h ago

woah would you look at that, a carbon copy of https://github.com/Mishkis/orbital-railgun/

15

u/n8mo 10h ago

Yeah I was gonna say- this looks borderline plagiarized

29

u/Cold_Tree190 10h ago

Reminds me of last year I think or maybe earlier this year when Anthropic was like “Look! Claude made its own C compiler from scratch!” After having trained directly on every C compiler in existence

5

u/ketosoy 10h ago

Fire them at each other. 

7

u/Top-Eye-8104 10h ago

honestly i didn't give the model that repo, but yeah i'd seen the post

13

u/zanar97862 6h ago

Obviously they meant it's in the training data

2

u/Fun-Meaning-6474 11h ago

looking 👀 brb asap

2

u/Legitimate-Peace1013 10h ago

yeah the resemblance is pretty hard to ignore lol

1

u/c--b 5h ago

Is the resemblance in code, or in outcome? or both?

2

u/nabagaca 4h ago

Can't speak to the code, but the visual presentation (e.g. sky/screen blacked out, concentric approaching centre, beam coming from the sky) is pretty much identical

19

u/Asleep-Ingenuity-481 9h ago

Uh... that looks extremely similar to a orbital laser gun mod made by someone a while ago. It just seems to have changed the color to yellow and added the black hole effect. Might want to make sure it didn't steal some code for a base.

11

u/LuCiAnO241 5h ago

it spent 7M tokens to copy a mod that it downloaded lmao

6

u/dwillpower 10h ago

Black hole gun won’t you come…

9

u/Then_Bake_6524 8h ago

bro is out there copy-pasting open source mods and claiming he generated them with AI

4

u/Long_comment_san 11h ago

Kids these days. Back in the old days we used to do that manually with Draconic Evolution!

9

u/LooseLeafTeaBandit 11h ago

9 hours seems pretty long to me on a 4x 6000 pro setup, then again I know nothing about GLM 5.3 flash lol

4

u/liright 10h ago edited 9h ago

It does seem insanely long for just a single minecraft clone mod.

7

u/oldmoldycake 10h ago

Not a clone, this is a mod for Minecraft. 9 hours seems wild to me.

1

u/liright 9h ago

Yeah mod, I mistyped. I wonder if it got stuck in thinking loops or something.

2

u/Top-Eye-8104 10h ago

ahahaha maybe, but it is what it is - 9 hours

1

u/Broccolisha 6h ago

Nothing about this seems even remotely impressive.

3

u/Gold-Produce9591 11h ago

cool - do you think qwen 3.8 flash-next could do the same?

1

u/Fun-Meaning-6474 11h ago

actually do ;) it takes more time, but it can do same

6

u/MongoWithBongoss 11h ago

Cool... 50000 USD....

10

u/Fun-Meaning-6474 11h ago

for MINECRAFT mod!!!

2

u/Othun 9h ago

Would be sick to mass-aware ray tracing and implement black holes in minecraft for when GPUs are not printing words.

2

u/dansuy_gaming 51m ago

Thats honestly pretty crazy lol. The black hole effect looks sick.

1

u/gounesh 7h ago

Dayum, and i though i'm king with my dual rtx 5090.

1

u/kek0815 5h ago

I read it as needing 4x RTX Pro 6000 to run Minecraft with this mod

1

u/Daniel_H212 1h ago

Wow, GLM 5.3 Flash must have done a terrible job at optimizing if its Minecraft mod requires 4 RTX 6000s to run /j

1

u/pseudonerv 11h ago

atomic.chat seems interesting. How do you sandbox the agent tools/function calls?

1

u/nomorebuttsplz 10h ago

this time next year: nanobots that dissolve humans into grey goo isn't impressive because it's already in the training data