Quentin Bazin

Results 49 issues of Quentin Bazin

2nd attempt after #88.

Implements some parts of #172.

They stop at chunk border for some reason.

T:Bug
PS:Worldgen
PS:Lighting
P:High

Mods should be able to define constraints for their blocks, for example: ```lua mod:block { id = "default:potato", -- ... constraints = { block_whitelist = { {{0, 0, -1}, "default:farmland"}...

T:Feature
PS:Lua API

Title. Chat works normally tho. Thanks to Kalsep. for noticing the bug.

T:Bug
PS:Player
P:Blocker

Crops, when in any other state than `state 0`, don't have the same hardness.

T:Bug
P:Blocker
PS:Lua API

It should be possible to define different item drops with different probabilities in a block state.

T:Feature
P:High
PS:Lua API

Tools should have a value storing the amount of times they can be used before breaking. Also, a progress bar should be displayed on the item to let the players...

T:Feature

- [x] Stars should face the center of the world (which is actually the camera) (see [Gitea#26](https://git.unarelith.net/Unarelith/OpenMiner/pulls/26)) - [ ] Use [instancing](https://learnopengl.com/Advanced-OpenGL/Instancing) or a single VBO to draw the stars...

T:Improvement
P:Blocker

Title. Examples from Minecraft: ![sunrise](https://gamepedia.cursecdn.com/minecraft_gamepedia/7/79/Sunrise.png?version=b9788fb75702daad8e26c41bf1b9d7cf) ![sunset](https://gamepedia.cursecdn.com/minecraft_gamepedia/4/40/A_sunset.png?version=596d70afae9e79a0b94d6cfeeea12106)

T:Improvement