tiny tweaks

This commit is contained in:
Xonk
2023-06-20 00:19:32 -04:00
parent cf945dcb8c
commit 5aea35fe25
6 changed files with 26 additions and 9 deletions

View File

@ -3,7 +3,10 @@
#define PHYSICS_OCEAN_SUPPORT
// at the top of your file. When used my mod no longer injects code into
// your shaderpack. It replaces this define statement (before compilation) with
#define PHYSICS_OCEAN
// so you can use
#ifdef PHYSICS_OCEAN
#endif
#ifdef PhysicsMod_support
// to customize the water for the physics ocean