sauron65

Results 10 comments of sauron65

I tried that and it didn't work

How To Add TNT Back: 1. push ctrl+f 2. type tnt 3. push the down arrow until you see the line that says ``` // I swear, if y'all don't...

@GuineaPigBridge >Also, this in the hitbox.pos if >( you should put it inside the if (block) if tag) what do you mean by that?

@Hacker1254 > How to Make new blocks, although it can take a bit of time. Here are instructions: > > 1. Get the image for the block. For the blocks,...

@Hacker1254 > Yea, it will take many years I don't think you even could make it that far no matter how much time you have because the game will run...

@SnehasishCodez > @willard , so you are saying it's not possible to get to the glitch on foot so it's only possible by hacking or modyfying. I actually did get...

if it connects to something like [this](https://greggman.github.io/html5-gamepad-test/) then you can use it. but I don't know much about PlayStation or Xbox controllers (even though I have an Xbox controller (don't...

@magic4792 > > Maps in minekhan here: minekhan.thingmaker.repl.co > > just click marketplace and there are maps + mods > > I accept that you may have to manually add...

@HughPH Vulkan/MoltenVK exist. People also use GLFW for non-cross-platform APIs like D3D and Metal

I figured it out. It was my problem. I was allocating with `sizeof(struct Application*)` instead of `sizeof(struct Application)` as the size.