Skip to content

Commit ef764b8

Browse files
committed
waiting @suhao to do further work
1 parent 086666d commit ef764b8

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/main/java/com/mcgoodtime/productionline/event/PLEvent.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
import com.google.common.base.Optional;
2828

29+
import com.mcgoodtime.productionline.core.GuiHandler;
2930
import com.mcgoodtime.productionline.entity.EntityThrownItem;
3031
import com.mcgoodtime.productionline.init.PLBlocks;
3132
import com.mcgoodtime.productionline.init.PLItems;
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
package com.mcgoodtime.productionline.items;
2+
3+
4+
import net.minecraft.item.ItemStack;
5+
6+
public class ItemSheepCrook extends ItemPL {
7+
8+
public ItemSheepCrook(){
9+
super("sheepCrook");
10+
}
11+
12+
}
13+

0 commit comments

Comments
 (0)