Michael Fogleman

Results 138 comments of Michael Fogleman

You can increase the ground height in the terrain generation code: https://github.com/fogleman/Craft/blob/master/src/world.c#L20

Ideally we would support both 2 and 3. This PR only supports 3.

I liked having signs writable on any block, hence I also like the flexibility in allowing any block to be a light source.

I'd guess GLFW needs to be updated to the latest version, but I haven't tried yet.

What happens when you run it?

I don't understand the difference between rotation and direction - can you explain?

And then you have custom geometry for these special blocks?

Ctrl + Right Click (or Cmd + Right Click) toggles a block as a light.

There isn't, although it could be done if the user input mechanism existed. https://github.com/fogleman/Craft/blob/master/src/main.c#L1515 The light power is hard-coded to 15 there (which is the maximum).

`p` and `q` identify a chunk, so it's not clear what "chunk x, y and z" are. Also, only changed blocks are stored in the database. What is your "chunk...