https://github.com/nel-s/utilities
A library for certain Minecraft climate- and spawn-related utilities.
https://github.com/nel-s/utilities
climate minecraft spawn utilities
Last synced: 10 months ago
JSON representation
A library for certain Minecraft climate- and spawn-related utilities.
- Host: GitHub
- URL: https://github.com/nel-s/utilities
- Owner: Nel-S
- License: other
- Created: 2024-05-02T14:50:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T07:31:28.000Z (12 months ago)
- Last Synced: 2025-01-07T08:39:43.346Z (12 months ago)
- Topics: climate, minecraft, spawn, utilities
- Language: C
- Homepage:
- Size: 1.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Utilities
This is a small library of Minecraft Java/Bedrock 1.18+ climate- and spawn-related constants, functions, and lookup tables.
Some of these functions are already present in the [Cubiomes](https://github.com/Cubitect/cubiomes) library, but are made faster here (such as by aborting early if a certain threshold is passed, etc.). Others are new.
In the future, a makefile will be developed to statically compile this library; until then, all relevant `.c` files (`"U_Math.c"`, `"Climates.c"`, etc.) must unfortunately be manually specified when compiling.