SeaBush draws on block's layer (#10086)

This commit is contained in:
Sh1p*nfire
2025-02-05 06:19:13 +11:00
committed by GitHub
parent f3a0daef8c
commit 336eafdb6a

View File

@@ -23,6 +23,7 @@ public class SeaBush extends Prop{
@Override
public void drawBase(Tile tile){
Draw.z(layer);
rand.setSeed(tile.pos());
float offset = rand.random(180f);
int lobes = rand.random(lobesMin, lobesMax);