OneAvargeCoder193

Results 15 issues of OneAvargeCoder193

Whenever I write make I keep getting this: mkdir -p ./bin export LD_PATH="-framework QuartzCore -framework Cocoa -framework Carbon -framework Metal -framework CoreFoundation -framework IOKit" cd lib/bx && make osx-arm64 make[1]:...

Should hopefully probably fix #498 and #496

![Screenshot 2024-06-16 145521](https://github.com/PixelGuys/Cubyz/assets/85588535/6bd3725d-ab2c-4ac3-b543-19f341cc1927) It causes very buggy terrain far out

bug
experimental
terrain

This can be done by looping over all x and y values in a biome, and calculating the z values of where the biomes should start. The filling biome should...

bug
terrain

This could help with creating nicer hills that don't have dirt/stone showing up at steep angles

enhancement
experimental
terrain

Closes #1537 The main changes to the gui window code is that I made it use main.gui instead of `@import("../gui.zig")`; and i also use GuiComponent.Button instead of `@import("../components/Button.zig")` and the...