MinecraftFreecam / Freecam

A highly customizable freecam mod for Minecraft. [Maintiners: @hashalite @MattSturgeon]
https://curseforge.com/minecraft/mc-mods/free-cam
MIT License
75 stars 30 forks source link

Store whitelist conditions as predicate functions #137

Closed MattSturgeon closed 10 months ago

MattSturgeon commented 10 months ago

This small refactor enables the collision whitelist to be more flexible.

The predicate builder now supports:

This PR could be expanded or followed up with:

hashalite commented 10 months ago

Looks good, thank you!