-
Notifications
You must be signed in to change notification settings - Fork 29
Environment Scanner
austinv11 edited this page Dec 13, 2014
·
3 revisions
The Environment Scanner is a peripheral which allows a computer to read info about its current position. It can be crafted with a turtle to make an Enivironmentalist Turtle.
| Function | Returns | Description |
|---|---|---|
| isRaining() | boolean isRaining | Returns whether it is raining |
| getBiome() | string biome | Returns the biome the scanner is currently in |
| getTemperature() | string generalizedTemperature | Returns the temperature of the biome |
| isSnow() | boolean isSnow | Returns whether it snows rather than rains |