Craftbook cauldron bug
LadyCailinBot opened this issue ยท 8 comments
CRAFTBOOK-2990 - Reported by the_real_legend
I found a problem with cauldrons: if you put objects on it with a dropper and you click constantly, it duplicate objects. It's a little bit hard to explain, so i've done a video:
It could be a solution if only admin have the permission to create them. Because now there are only permissions to use cauldrons and decide what recipes you can use. All players can do cauldrons now so this is a big problem.
Why i can't select Craftbook as project in this issue?
Comment by the_real_legend
okay, if you add that option i can solve the problem for now because i will let build cauldrons only to admins
Comment by me4502
Done.
But I'd still like to fix this dupe issue.
From what I can tell, the hopper doesn't check if an item has been removed before grabbing it. So I presume I'd have to make this check after the hopper, which would be rather difficult as there isn't a way to check the hopper timings.
Comment by the_real_legend
Without open another ticket, i have another request.
I want to ask you if you can add a feature: an option that i place a sign and every player that click on it open a book. I mean that clicking on a sign don't give you a book but just open a book. The contents of the book can be write in a file, for example written-book.yml.
Comment by me4502
With the dupe, I'm presuming the dropper is taking the stone block but it's still being counted for the cauldron?
And with create permissions, to do that I'd have to either disallow the placement of the cauldron block which a lot of people use for aesthetics, or disallow filling cauldrons, which has the same problem.
Comment by me4502
With the dupe, I'm presuming the dropper is taking the stone block but it's still being counted for the cauldron?
And with create permissions, to do that I'd have to either disallow the placement of the cauldron block which a lot of people use for aesthetics, or disallow filling cauldrons, which has the same problem.
^ I posted this earlier (8.5 hours ago), but I accidentally made it hidden.
Comment by the_real_legend
Can be a temporary solution that to do a cauldron you have to put a sign on netherrack where you have to write [cauldron] for example so that only admin can create cauldrons? Could be a temporary solution until you find a final solution?