User Tools

Site Tools


wiki:computronics:particle_card

Differences

This shows you the differences between two versions of the page.


Previous revision
wiki:computronics:particle_card [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
 +====== Particle Effects Card ======
  
 +The **Particle Effects Card** is an OpenComputers upgrade for computers and Robots to allow them to emit particle effects, in a manner similar to the Minecraft 1.8 Snapshots' /particle command, in exchange for a small amount of energy. If ComputerCraft is also present, the same things can be done by equipping a Turtle with a Firework Star.
 +
 +===== Recipe =====
 +
 +**NOTE:** The firework star can be any firework star.
 +
 +{{ :wiki:computronics:particlecard_recipe.png |}}
 +
 +===== API =====
 +
 +==== OpenComputers/ComputerCraft ====
 +
 +^ Command ^ Added in ^ Description ^ Usage ^
 +| spawn(name, x, y, z[, vx, vy, vz])) | 0.5.0 | Spawns a particle at the given x, y, and z relative to the source block. | name has to be a [[http://minecraft.gamepedia.com/Particles|valid Minecraft particle]]. You can optionally set vx, vy, and vz for initial x, y, and z velocities. |
wiki/computronics/particle_card.txt · Last modified: 2015/08/24 12:18 (external edit)