Added Brew Sealing: Equalize Brews for Shops

Craftable Brew Sealing Table
Equalizes Brews that are similar, for support in Shop Plugins
Sealed Brews are also always unlabeled and immutable
This commit is contained in:
Sn0wStorm
2020-04-05 22:47:46 +02:00
parent 948b843b59
commit 12b0a3c115
13 changed files with 327 additions and 45 deletions
@@ -101,6 +101,11 @@ public class BrewModifyEvent extends BrewEvent implements Cancellable {
*/
STATIC,
/**
* Sealing the Brew (unlabel & static & stripped) With Command or Machine
*/
SEAL,
/**
* Unknown modification, unused.
*/