1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Merge pull request #336 from Poslovitch/guide

Show the item display page when clicking on it in a machine's display recipes
This commit is contained in:
TheBusyBiscuit 2017-06-22 15:31:21 +02:00 committed by GitHub
commit 5900056016

View File

@ -1266,6 +1266,7 @@ public class SlimefunGuide {
@Override
public boolean onClick(Player p, int slot, ItemStack item, ClickAction action) {
displayItem(p, item, true, experimental, 0);
return false;
}
});