Facebook
From Omni, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 364
  1. On place sponge:
  2.         if name of player's tool is "&8Stoniarka":
  3.                 add location 1 up block to {stoniarka::*}
  4.                 add location 2 up block to {stoniarka::*}
  5. on break of stone:
  6.         if player is holding golden pickaxe:
  7.                 loop {stone::*}:
  8.                         if loop-value is location of target block:
  9.                                 remove location of target block from {stone::*}
  10.                                 drop 1 end stone named "&2&lGenerator Kamienia"
  11. every 1 seconds:
  12.         loop {stoniarka::*}:
  13.                 set block at loop-value to stone

Replies to Untitled rss

Title Name Language When
Re: Untitled Omni text 7 Years ago.