Ben Allison

Results 19 comments of Ben Allison

I too experienced this on Windows; a workaround I used was to wrap the `let buffer = match capturer.frame` in a loop, sleep + continue'ing until I got a non-black...

This appears to be an issue with the `lemmy` docker container not being on an external docker network - or something. I found https://github.com/LemmyNet/lemmy/issues/2990#issuecomment-1584758375 (or just adding the existing `-...

It can update itself by running `$autoprefixer->update();`, which simply fetches from https://raw.github.com/ai/autoprefixer-rails/master/vendor/autoprefixer.js . That repo appears to update the blob quite often.

Thanks for fixing the block cracking, that was bugging me :) 3D Block Icons seem to work well too! I've pulled those 4 commits into master (since you pushed them...

I tidied up + slowed down the passage of time to 20m/day cycle (matching Minecraft pacing), if you want it fast like before for testing shaders, you can use `python...

I've been wanting to fix 1 and 2 by writing a custom save process for the terrain, but as soon as I do that, it'll mean change to the terrain...

I think a proper database implementation is more suited to when you need to pull out little chunks of specific data. I don't think it would scale as well for...

Okay I just restructured our current saving code so its all within savingsystem.py, and I separated saving blocks from other data (player information), since its blocks that require SQL. https://github.com/Nebual/minecraft/tree/saving...

I like Pynecraft, that or pyCraft.

DollyCraft is a good name but it sounds like this is 'yet another MC clone'. I think something with py in it has better connotations for the point of the...