supersaiyansubtlety

test.zs

Feb 14th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import crafttweaker.event.EntityLivingDeathDropsEvent;
  2.  
  3. events.onEntityLivingDeathDrops(function(event as EntityLivingDeathDropsEvent)
  4. {
  5. if(!isNull(event.player))
  6. {
  7. print("it's a player!");
  8. }
  9. });
Add Comment
Please, Sign In to add comment