add new ocean support for phyMod

This commit is contained in:
NULL511
2024-06-15 00:30:43 -04:00
parent e74634ae8b
commit 77bffd5ce6
5 changed files with 1304 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#version 120
#define OVERWORLD_SHADER
#include "/dimensions/physics_ocean.fsh"

View File

@ -0,0 +1,5 @@
#version 120
#define OVERWORLD_SHADER
#include "/dimensions/physics_ocean.vsh"