Advertisement
Sanwi

Set Hotbar (creative only, works on Civtest)

Aug 22nd, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $${
  2.  
  3. &items[] = split(", ","redstone, redstone_torch, repeater, comparator, lever, wool:11, wool:10, wool:2, wool:14");
  4.  
  5. #i=0;
  6. foreach(&items,&item);
  7. setslotitem(%&item%,%#i%,64);
  8. #i=%#i%+1;
  9. next;
  10.  
  11. stop();
  12. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement