Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. import crafttweaker.item.IItemStack;
  2.  
  3. val featherStack = [<animania:blue_peacock_feather>, <animania:white_peacock_feather>, <animania:charcoal_peacock_feather>,
  4. <animania:opal_peacock_feather>, <animania:peach_peacock_feather>, <animania:purple_peacock_feather>,
  5. <animania:taupe_peacock_feather>] as IItemStack[];
  6. val feather = <ore:feather>;
  7. feather.removeItems(featherStack);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement