Commit Graph
350 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 185f3d9b9b Find Barrel Blocks by BoundingBox 2019-10-21 18:47:19 +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 7d177a3d9f Refractor Barrel 2019-10-16 19:35:29 +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 2fc0b32179 Change Parity of Scrambler 2019-10-11 18:06:18 +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 ca2c49ea08 Made En/Decode table static
Create a new En/Decoder Instance for each Stream
2019-10-11 17:51:33 +02:00
Sn0wStorm 3b7e019de3 Use " instead of \ for encoding 2019-10-11 17:51:33 +02:00
Sn0wStorm ed40a1f608 Test storing and loading a brew from lore 2019-10-11 17:51:07 +02:00
Sn0wStorm 6311b9ed15 Split LoreIn/OutputStream
Implemented skip, mark and reset
2019-10-11 17:51:07 +02:00
Sn0wStorm 41fac3b08a Created LoreInputStream 2019-10-11 17:51:07 +02:00
Sn0wStorm 75d0f2f201 Started LoreOutputStream storing data with Base91 2019-10-11 17:50:41 +02:00
Sn0wStorm e5438e7ae3 Reapply potion effects to the player if he already has it
Fixes #205
2019-10-11 15:38:29 +02:00
Sn0wStorm fc66ed6ab3 Delay passing out to update inventory properly 2019-10-11 12:43:27 +02:00
Sn0wStorm 110862fb62 Workaround for Potion Drink Animation Bug
Animation for drinking a Potion played when clicking a barrel with a potion in hand.
Fixes #201
2019-10-10 21:56:22 +02:00
Sn0wStorm 29ea53683c Fixed rare case of endless loop over Inventory viewers 2019-09-12 11:01:13 +02:00
Sn0wStorm f9871d23fa Fix bug when breaking a barrel 2019-08-19 14:37:45 +02:00
Sn0wStorm 4cd2da083c Small fixes, push to v1.8 2019-08-18 22:45:12 +02:00
Sn0wStorm 3ee9ced789 Change Command ConfigName -> ItemName 2019-08-18 21:46:03 +02:00
Sn0wStorm 86f2cd7546 Make sure campfire is lit 2019-08-18 20:41:52 +02:00
Sn0wStorm 435c9819d0 Added Chinese Language #193
Thanks to Neubulae and kp06125
2019-08-18 18:12:09 +02:00
Sn0wStorm a5e33be15e Added configname command
And removed some old config descriptions
2019-08-18 17:46:49 +02:00
Sn0wStorm 930d4a2028 Moved some Utility to Util Class 2019-08-18 15:42:22 +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 dbe4d4fd93 Added open/close sounds to our Barrels 2019-08-17 21:00:15 +02:00
Sn0wStorm 67ab8e7de3 Support 1.14 Minecraft Barrels for Aging 2019-08-17 18:53:06 +02:00
Sn0wStorm a95437cdf1 Started MCBarrel 2019-08-17 12:07:57 +02:00
Sn0wStorm 37f22f248f Fix Campfire detection on older versions
Previous Commit was "Added campfire as fire source for cauldrons"
2019-08-15 18:30:22 +02:00
Tristan van den Elzen d643982dd3 Merge branch 'pr/194' 2019-08-15 17:59:06 +02:00
Sn0wStorm e123f32728 Reduce random chunk loads 2019-08-15 17:44:26 +02:00
Sn0wStorm ad58d7b609 Potion Effects have different durations now 2019-07-04 16:28:44 +02:00