File Details
KnightPeripherals 1.3
- R
- May 27, 2016
- 63.72 KB
- 3.4K
- 1.7.10
File Name
KnightPeripherals-1.7.10-1.3.jar
Supported Versions
- 1.7.10
Changes in version 1.3:
- Added Mining Laser Turtle
- Crafted using a mining laser upgrade and a turtle
- Can mine blocks at a range using turtle.dig(), though the laser consumes fuel
- Is designed for mining, though it will deal damage in the laser beam
- Added Sensor Turtle
- Crafted using a sensor upgrade and a turtle
- Can detect the distance to the nearest block of entity using sonar(), sonarUp(), or sonarDown()
- Can detect the density of a range of blocks using density(), densityUp(), and densityDown()
- Density is the hardness squared, or 1,000,000 for unbreakable blocks
- Added Crushing Turtle
- Crafted using an Ex Compressum hammer
- Is the same as the Smashing Turtle, only it can do Ex Compressum hammer recipes when using turtle.dig() instead of normal ones
- Clicking Turtles now have a slight delay when clicking
- The current delay can be determined using getClickDelay() in case something needs to be clicked in a time sensitive fashion
- Explosive Turtles now have a slight delay when self destructing
- Smashing turtles no longer break liquid blocks