Advertisement
supersaiyansubtlety

test.zs

Feb 10th, 2020
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import crafttweaker.entity.IEntityDefinition;
  2.  
  3. val entity = <entity:minecraft:sheep>;
  4.  
  5. //getDrops();
  6. val dropList = entity.getDrops();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement