@Override public boolean setup(RenderList rl) { rl.prepo(Rendered.eyesort); rl.prepo(Material.nofacecull); Location.goback(rl.state(), "gobx"); rl.state().put(States.color, null); return true; }
public boolean setup(RenderList rl) { Location.goback(rl.state(), "gobx"); rl.prepo(States.xray); rl.prepo(clrst); return true; }