Environment Scanner
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 Environmentalist Turtle.
Functions
| 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 |