Advertisement
neversjoes

Untitled

Apr 9th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. package com.nevers.server;
  2.  
  3. import net.minecraft.item.Item;
  4. import net.minecraft.item.ItemSword;
  5.  
  6. public class Itembws extends ItemSword {
  7.  
  8. public Itembws(ToolMaterial material) {
  9. super(material);
  10. }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement