Bot's Lib
A library mod designed for reusable code structures and functions across various projects. The developer emphasizes that the primary goal is to prevent rewriting the same elements repeatedly when creating new modifications.
The module includes several useful functions actively used by other mods:
- Special ray tracing (raycast) function
- Tools for working with random numbers (RNG)
- Optimizations for faster interaction with farming blocks
- Sets of block tags related to the Dew Drop project
The developer acknowledges that the architectural decision to include Dew Drop tags in the library mod may not be ideal, but notes its convenience for the development process.