Typo PlaceableItemType
This commit is contained in:
@@ -9,7 +9,7 @@ public class OptionalSlotRestrictedInput extends SlotRestrictedInput
|
||||
final int groupNum;
|
||||
IOptionalSlotHost host;
|
||||
|
||||
public OptionalSlotRestrictedInput(PlaceableItemType valid, IInventory i, IOptionalSlotHost host, int slotnum, int x, int y, int grpNum,
|
||||
public OptionalSlotRestrictedInput(PlacableItemType valid, IInventory i, IOptionalSlotHost host, int slotnum, int x, int y, int grpNum,
|
||||
InventoryPlayer invPlayer) {
|
||||
super( valid, i, slotnum, x, y, invPlayer );
|
||||
this.groupNum = grpNum;
|
||||
|
||||
Reference in New Issue
Block a user