Organized

No 1.8 Stone (Smooth) [SK]

Jun 29th, 2017
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. on mine of stone:1 or stone:3 or stone:5:
  2. wait 1 tick
  3. loop entities in radius 0.25 around event-block:
  4. if loop-entity is a dropped item:
  5. delete loop-entity
  6. if player has space for (1 of cobblestone):
  7. give player (1 cobblestone)
  8. else:
  9. drop (1 of cobblestone) at (location 0.5 above player)
Advertisement
Add Comment
Please, Sign In to add comment