TU43 Structures, bug fixes & minor changes
- Elytra flight, damage, kinetic energy, pretty much any bug someone reported, paper doll, etc. - Fossil & Igloo generation - Texture interpolation - Iggy mouse fix for world settings - Neo branding on main screen - Release build txt logger - Debug mode spectator - Several server fixes - Flowerpot fixes - Several more changes made in TU43
This commit is contained in:
@@ -569,6 +569,15 @@ void CustomLevelSource::postProcess(ChunkSource *parent, int xt, int zt)
|
||||
}
|
||||
PIXEndNamedEvent();
|
||||
|
||||
if (true)
|
||||
{
|
||||
int fx = xo + pprandom->nextInt(16) + 8;
|
||||
int fy = 40 + pprandom->nextInt(10);
|
||||
int fz = zo + pprandom->nextInt(16) + 8;
|
||||
FossilFeature fossil;
|
||||
fossil.place(level, pprandom, fx, fy, fz);
|
||||
}
|
||||
|
||||
PIXBeginNamedEvent(0,"Biome decorate");
|
||||
biome->decorate(level, pprandom, xo, zo);
|
||||
PIXEndNamedEvent();
|
||||
|
||||
Reference in New Issue
Block a user