promotional bannermobile promotional banner

KnightPeripherals

Adds additional peripherals to the popular Minecraft mod ComputerCraft

File Details

KnightPeripherals 2.3

  • R
  • May 27, 2016
  • 62.49 KB
  • 274
  • 1.8.9

File Name

KnightPeripherals-1.8.9-2.3.jar

Supported Versions

  • 1.8.9

Changes in version 2.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
  • 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