Implemented check to detect attempt to link 2 beacons
parent
da05087876
commit
376695b466
@ -0,0 +1,11 @@
|
|||||||
|
package eu.ruekov.ruakij.LinkedBeaconTeleporters.linkedBeaconTeleporter.listener;
|
||||||
|
|
||||||
|
import org.bukkit.inventory.CraftingInventory;
|
||||||
|
import org.bukkit.inventory.InventoryView;
|
||||||
|
|
||||||
|
public class OnPrepareItemCraftEvent {
|
||||||
|
|
||||||
|
public static void onPrepareItemCraftEvent(CraftingInventory what, InventoryView view, boolean isRepair){
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue