RS117 / RLHD

BSD 2-Clause "Simplified" License
150 stars 62 forks source link

Add blood water #296

Closed xxEzri closed 2 years ago

xxEzri commented 2 years ago

Fixes the blood lake at the true blood altar to be water instead of dirt, hopefully doesn't break anything else

Big thx to @aHooder

image

image

sosodev commented 2 years ago

To prevent this from having unintended effects we should follow the formula that is used for the regular blood altar. It sets the blood water specifically for the area. https://github.com/RS117/RLHD/blob/master/src/main/java/rs117/hd/materials/Overlay.java#L183

xxEzri commented 2 years ago

Rgr, hadn't seen that one

xxEzri commented 2 years ago

Fixed and rebased, good call