Facebook
From Social Mockingbird, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 273
  1. on script load:
  2.  
  3.                 register new shaped recipe for 24 named "&9&lSANDFARMER" using 12, 12, 12, 12, 12, 12, 12, 12, 12
  4.  
  5.  
  6.  
  7. on script load:
  8.  
  9.                 register new shaped recipe for 120 named "&9&lBOYFARMER" using 49, 49, 49, 49, 49, 49, 49, 49, 49
  10.  
  11.  
  12.  
  13.  
  14.  
  15. on place of 24:
  16.  
  17.         if player's tool is 24 named "&9&lSANDFARMER":
  18.  
  19.                 loop blocks under event-block:
  20.  
  21.                         if loop-block is bedrock:
  22.  
  23.                                 stop
  24.  
  25.                         set loop-block to sand
  26.  
  27.  
  28.  
  29. on place of 120:
  30.  
  31.         if player's tool is 120 named "&9&lBOYFARMER":
  32.  
  33.                 loop blocks under event-block:
  34.  
  35.                         if loop-block is bedrock:
  36.  
  37.                                 stop
  38.  
  39.                         set loop-block to obsidian
  40.  
  41.  
  42.