Commit Graph
75 Commits
Author SHA1 Message Date
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
Sn0wStorm d0263c611c Added Custom Items and Cauldron-Recipes 2019-10-29 16:20:32 +01:00
Sn0wStorm 92977d2c8e Show the Alc content in the distiller/always 2019-10-22 10:32:48 +02:00
Sn0wStorm 7a6e361a8c Show stars in lore according to quality 2019-10-21 20:39:31 +02:00
Sn0wStorm 2d3e5dfbac Implemented Custom Lore 2019-10-21 12:44:26 +02:00
Sn0wStorm 4909e59c90 Implemented NBT Saving
1.13: CustomItemTagContainer
1.14: PersistentDataContainer
2019-10-20 21:06:35 +02:00
Sn0wStorm f431c13100 Load Scramble Seed key from Config
Remember all used Scramble seeds to unscramble potions
2019-10-18 16:30:03 +02:00
Sn0wStorm 437f521a9b Refractor Utility 2019-10-16 20:07:09 +02:00
Sn0wStorm 7c0dcefb1b Refractoring 2019-10-16 17:21:04 +02:00
Sn0wStorm 595df50ca5 We only need one ModifyEvent
Move PotionColor into its own Class
2019-10-14 21:02:59 +02:00
Sn0wStorm b761e83882 More features for BrewModifyEvent 2019-10-12 16:07:02 +02:00
Sn0wStorm d355966d42 Some more merge fixes 2019-10-12 14:47:01 +02:00
Sn0wStorm 4a1f606e99 Finalized Merge of 2.0-StoreDataInLore
Rebased onto Master Branch commit e5438e7ae3
And moved to new branch v2.0
2019-10-12 13:52:55 +02:00
Sn0wStorm 519c4821d9 Started api and events 2019-10-11 20:44:43 +02:00
Sn0wStorm 49fb0e3d82 Changed Lore Handling 2019-10-11 18:19:20 +02:00
Sn0wStorm 562f96e4b1 Slightly larger En/Decoder buffers, isSimilar for Brew 2019-10-11 18:06:18 +02:00
Sn0wStorm 2121bf5c8a Added Parity/Sanity to Scrambling 2019-10-11 18:05:49 +02:00
Sn0wStorm 9bf3268fb4 Added XOR Scrambler for Brew data
Very fast obfuscator for brew data so that a client cant easily read it
2019-10-11 18:05:49 +02:00
Sn0wStorm cdb36b1736 Save ingredients of Brews 2019-10-11 18:04:40 +02:00
Sn0wStorm 4b18dceada Implemented Lore Save system 2019-10-11 18:03:42 +02:00
Sn0wStorm cdd50f8504 Optimized LoreStreams 2019-10-11 17:51:50 +02:00
Sn0wStorm ed40a1f608 Test storing and loading a brew from lore 2019-10-11 17:51:07 +02:00
Sn0wStorm 9567feed81 Make loading RGB colors easier 2019-08-17 22:42:58 +02:00
Sn0wStorm c39b35d82a Merge pull request #179 from Sataniel98/master
Add RGB colored potions
2019-08-17 21:50:30 +02:00
Sn0wStorm 67ab8e7de3 Support 1.14 Minecraft Barrels for Aging 2019-08-17 18:53:06 +02:00
Sn0wStorm ad58d7b609 Potion Effects have different durations now 2019-07-04 16:28:44 +02:00
Daniel Saukel 314889be89 Use dynamic placeholder potion type instead of null for custom potion colors 2019-03-07 18:41:45 +01:00
Daniel Saukel edea97f9a2 Add RGB colored potions 2019-03-05 20:55:52 +01:00
Sn0wStorm 53ecc5c3c0 Also use setColor in 1.11
Fixes #160
2018-10-31 22:25:32 +01:00
Sn0wStorm 0ed69b7125 Fixes to the Brewing Stand for distilling 2018-10-31 20:22:48 +01:00
Sn0wStorm 9bb5936d0d Fixed some warnings 2018-10-30 15:59:56 +01:00
ProgrammerDan 5089b24dac Adding Citadel support and finally fixing brew colors for 1.12 2017-07-26 14:36:50 -04:00
ProgrammerDan 75a1734ee8 double hotfix fml 2016-12-31 17:42:44 -05:00
ProgrammerDan 838621715c hot-fix for array bounds error 2016-12-14 15:50:49 -05:00
Sn0wStorm 49efceaaae Added recipe option to set Distill Time 2016-06-28 21:01:47 +02:00
Sn0wStorm bd6742a599 Dont add effects in 1.9 2016-06-28 16:31:57 +02:00
Sn0wStorm ad53ecf8b8 Better Woodtype recognition
Fixes #126 Wood type not recognized on big barrels in 1.9
2016-06-27 22:15:23 +02:00
Sn0wStorm 581dd69f38 Use Java 7 Language Level 2016-05-27 19:31:05 +02:00
Sn0wStorm 169045839e Prepare the feature check for MC1.10 2016-05-23 18:49:33 +02:00
Sn0wStorm bf57320057 Store last updated time for brews 2016-05-18 22:31:32 +02:00
Sn0wStorm 024c05b817 Convert Potions for 1.9
Convert existing brews to show correct color and lore
2016-05-18 20:28:28 +02:00
Sn0wStorm 37ecf87276 Fix Potion Colors, using PotionType
Workaround additional misleading effects showing in Lore by hiding all Potion Effects
2016-04-27 21:28:42 +02:00
Sn0wStorm 468b90be43 Changes for Distilling and 1.9 2016-04-23 17:45:01 +02:00
ProgrammerDan 2d0d059008 Slight adjustment to Sataniel's fixes to preserve tab-based indentation for easy merge compare. 2016-04-18 18:15:30 -04:00
Daniel Saukel 7a514d5378 Update to 1.9 2016-03-21 20:35:12 +01:00
Sn0wStorm 68c73ce8a8 Added "Static" Command 2014-09-03 22:03:03 +02:00
Sn0wStorm 30fa43633f More Options for Potion-Effects 2014-09-03 01:05:53 +02:00
Sn0wStorm 64b72e0118 Merge Branch RemoveItemIDs 2014-06-06 02:15:18 +02:00
Sn0wStorm 28dcfbe5d2 /br -> /brew, added Persistence 2014-06-03 23:10:47 +02:00
Frank Baumann 8d8d83c176 Removed almost all uses from ItemIds 2014-05-19 15:17:55 +02:00