promotional bannermobile promotional banner

NBT Peripheral

ComputerCraft that reads NBT

File Details

NBT Peripheral Version 1.1

  • R
  • Jan 24, 2018
  • 19.00 KB
  • 284.3K
  • 1.12.2

File Name

nbtperipheral-1.1.jar

Supported Versions

  • 1.12.2

Added support for entities

  • Iron_Pressure-plate
  • Gold_Pressure-plate
  • Beacon

Difference between iron and gold are non

They can both only read the items on top of them

* NOTE: if there is a mod that supports "BlockPressurePlateWeighted", it will be supported to

 

Beacon can read entities with a bit bigger range

- Range is determined by the range it would gave the potion effect (something like ~10 for each level, starts at 10 blocks range)

 

Custom tags when reading an entity

  • _distanceSq [distance away from the middle of the block]
  • _relative [x,y,z relative from the peripheral]
  • _name [name from the entity, when you scan a player, its the player his name]
  • _displayName [display name from the entity]
  • _team [name of the team its in, only when in a scoreboard team]
  • _teamColor [name of the color, only when in a scoreboard team]