Commit Graph

31 Commits

Author SHA1 Message Date
Sn0wStorm
56a1c12a6d No Material EnumSets 2022-07-09 21:21:53 +02:00
Sn0wStorm
902a0bbd2c Support Mangrove Wood for Barrels 2022-07-09 20:42:27 +02:00
Sn0wStorm
45bfc36226 Update for 1.19 2022-07-03 17:24:02 +02:00
Sn0wStorm
36d76130f7 Move stats to own file 2022-07-03 15:53:18 +02:00
Sn0wStorm
ea9d1dfc5b
Merge pull request #374 from notfoundry/issue-361
Change recipe validity check to allow 7/8 as wood types
2021-06-07 16:19:27 +02:00
Mark Johnson
03834ce6bc
Change recipe validity check to allow 7/8 as wood types 2021-01-21 12:42:36 -05:00
alxl
a848ba4e8d Handle negative alcohol values 2020-11-29 17:16:24 -06:00
Sn0wStorm
211833a188 Added Tab Completer, with perms cache 2020-11-24 12:48:43 +01:00
Sn0wStorm
df004cc79c More name matching for the create command 2020-11-13 22:26:32 +01:00
Sn0wStorm
390f7fe765 Some changes to the Quality StringParser 2020-11-09 16:14:20 +01:00
Sn0wStorm
9553aa9fce
Merge pull request #295 from InflamedSebi/QualityCmds
Add Quality sensitivity for player and server commands
2020-11-09 13:41:51 +01:00
Sn0wStorm
3fa16414d0 Store the item loaders on the plugin instance 2020-11-08 01:50:17 +01:00
Sn0wStorm
db1a425215 Color fading for Cauldron Particles 2020-11-07 22:37:32 +01:00
Sn0wStorm
af37f248ce Make loading of ingredients more reliable 2020-10-31 15:59:00 +01:00
Sebi
54a939edad Fix missing param in BCauldronRecipe.java 2020-05-09 11:27:50 +02:00
Sebi
dda1c6fb0a Fix git omitting half of the changes 2020-05-08 15:48:36 +02:00
Sebi
aab880e437 further abstraction and implementing quality on player and server commands
Add StringParser to parse a String to other formats on the fly or on a predefined base.

Rework Builder methods for server and player commands to allow quality.

Add getServercmdsForQuality() and getPlayercmdsForQuality().

Rework loadQualityStringList() to accept the new StringParser.

Add cmdParser and loreParser to the StringParser.
2020-05-08 15:19:26 +02:00
Sebi
adaeeed88c rework getLoreForQuality() to extract a more generic getStringForQuality() 2020-05-08 12:33:51 +02:00
Sebi
d3da0dbe14 change loadLore() to a more generic loadQualityStringList() 2020-05-08 12:17:58 +02:00
Sn0wStorm
786a3c5741 Added %quality% placeholder & Bottled Materials
issue #259
2020-04-13 13:52:57 +02:00
Sn0wStorm
8f7696cdb5 Implemented Custom Model Data
issue #246
2020-04-12 22:21:17 +02:00
Sn0wStorm
e7a77bf2a1 Release Version 2.0 2019-12-13 13:23:40 +01:00
Sn0wStorm
9afeae7774 Fix Lore order when converting & 1.8 Regeneration 2019-12-13 11:43:37 +01:00
Sn0wStorm
214bb52939 Added more default recipes + small fixes
BStats shows that >75% of users don't add any recipes themselves. So even if I would have preferred not to, i've added more default recipes to make it easier for everyone
+Fixed Brew Create with space in name
+Changed look of Quality Stars (now with half-stars)
+Fixed Cauldron Recipe with Multiple Ingredients
2019-12-06 18:57:41 +01:00
Sn0wStorm
16c03f9da1 Added and Fixed lots of JavaDocs 2019-11-25 22:16:16 +01:00
Sn0wStorm
fa2a4974d8 Added Messages and Commands when drinking 2019-11-22 20:00:05 +01:00
Sn0wStorm
d0198c9f04 Convert pre 1.11 Brews (cosmetic) 2019-11-15 14:43:26 +01:00
Sn0wStorm
318963b379 Add/change recipes by plugin 2019-11-09 17:02:48 +01:00
Sn0wStorm
81ea014e45 Save Alc content on the Brew 2019-11-09 11:46:34 +01:00
Sn0wStorm
4c77944eb8 Find more suitable Data Structures 2019-11-08 16:22:58 +01:00
Sn0wStorm
7f2f9d75dd Rewrite of the Custom item into RecipeItem
and Ingredient with subclasses
Implemented adding custom items to Ingredients
Added support for plugin-items
2019-11-06 19:44:52 +01:00