Skip to content

Instantly share code, notes, and snippets.

View nanum3020-netizen's full-sized avatar

nanum3020-netizen

  • Joined Oct 4, 2025
View GitHub Profile
// check the biome at a block position
#include "generator.h"
#include <stdio.h>
int main()
{
// Set up a biome generator that reflects the biome generation of
// Minecraft 1.18.
Generator g;
setupGenerator(&g, MC_1_18, 0);