1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00
Slimefun4/CHANGELOG.md

1105 lines
39 KiB
Markdown
Raw Normal View History

2021-01-28 13:51:02 +00:00
# Table of contents
- [Release Candidate 25 (TBD)](#release-candidate-25-tbd)
2021-06-03 16:57:07 +00:00
- [Release Candidate 24 (03 Jun 2021)](#release-candidate-24-03-jun-2021)
2021-05-19 08:38:31 +00:00
- [Release Candidate 23 (19 May 2021)](#release-candidate-23-19-may-2021)
- [Release Candidate 22 (18 Apr 2021)](#release-candidate-22-18-apr-2021)
2021-03-14 10:02:47 +00:00
- [Release Candidate 21 (14 Mar 2021)](#release-candidate-21-14-mar-2021)
2021-01-28 13:51:02 +00:00
- [Release Candidate 20 (30 Jan 2021)](#release-candidate-20-30-jan-2021)
2021-01-11 09:33:12 +00:00
- [Release Candidate 19 (11 Jan 2021)](#release-candidate-19-11-jan-2021)
- [Release Candidate 18 (03 Dec 2020)](#release-candidate-18-03-dec-2020)
- [Release Candidate 17 (17 Oct 2020)](#release-candidate-17-17-oct-2020)
2020-09-06 15:19:02 +00:00
- [Release Candidate 16 (07 Sep 2020)](#release-candidate-16-07-sep-2020)
- [Release Candidate 15 (01 Aug 2020)](#release-candidate-15-01-aug-2020)
2020-07-10 14:49:09 +00:00
- [Release Candidate 14 (12 Jul 2020)](#release-candidate-14-12-jul-2020)
2020-06-16 12:16:21 +00:00
- [Release Candidate 13 (16 Jun 2020)](#release-candidate-13-16-jun-2020)
2020-05-26 08:02:16 +00:00
- [Release Candidate 12 (27 May 2020)](#release-candidate-12-27-may-2020)
- [Release Candidate 11 (25 Apr 2020)](#release-candidate-11-25-apr-2020)
2020-03-28 14:48:19 +00:00
- [Release Candidate 10 (28 Mar 2020)](#release-candidate-10-28-mar-2020)
- [Release Candidate 9 (07 Mar 2020)](#release-candidate-9-07-mar-2020)
- [Release Candidate 8 (06 Mar 2020)](#release-candidate-8-06-mar-2020)
- [Release Candidate 7 (06 Mar 2020)](#release-candidate-7-06-mar-2020)
- [Release Candidate 6 (16 Feb 2020)](#release-candidate-6-16-feb-2020)
- [Release Candidate 5 (09 Feb 2020)](#release-candidate-5-09-feb-2020)
- [Release Candidate 4 (06 Jan 2020)](#release-candidate-4-06-jan-2020)
- [Release Candidate 3 (21 Nov 2019)](#release-candidate-3-21-nov-2019)
- [Release Candidate 2 (29 Sep 2019)](#release-candidate-2-29-sep-2019)
2019-12-26 22:27:05 +00:00
- [Release Candidate 1 (26 Sep 2019)](#release-candidate-1-26-sep-2019)
## Release Candidate 25 (TBD)
#### Additions
* Added "4 Charcoal -> 1 Coal" recipe to the Compressor
* Added a startup warning for when CS-CoreLib is still installed
2021-06-03 21:21:04 +00:00
* (API) Added WeaponUseHandler
#### Changes
* (API) Removed `SlimefunItem#getID()` (renamed to `SlimefunItem#getId()`)
* (API) Removed AsyncGeneratorProcessCompleteEvent
* (API) Removed AsyncMachineProcessCompleteEvent
* (API) Removed AsyncReactorProcessCompleteEvent
#### Fixes
2021-06-03 16:57:07 +00:00
## Release Candidate 24 (03 Jun 2021)
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#24
2021-05-19 12:02:57 +00:00
#### Additions
2021-05-24 09:23:36 +00:00
* (API) Added AsyncMachineOperationFinishEvent
2021-05-19 15:24:59 +00:00
* The speed of the Ancient Altar can now be configured in the `Items.yml` file
2021-05-24 11:09:51 +00:00
* The message "You do not have enough knowledge to understand this" now includes the name of the item you need to research.
2021-05-19 12:02:57 +00:00
#### Changes
2021-05-24 09:23:36 +00:00
* (API) Refactored "Machine Process" API
* (API) Deprecated AsyncGeneratorProcessCompleteEvent
* (API) Deprecated AsyncMachineProcessCompleteEvent
* (API) Deprecated AsyncReactorProcessCompleteEvent
2021-05-28 22:21:37 +00:00
* Error-Reports now show the date and time they were generated at
2021-05-24 12:24:05 +00:00
* Some performance optimizations to Cargo networks
2021-05-19 12:02:57 +00:00
#### Fixes
* Fixed #3064
2021-05-19 15:24:59 +00:00
* Fixed #2964
* Fixed #2979
* Fixed a permissions issue with `/sf charge`
2021-05-24 11:04:45 +00:00
* Fixed #3053
2021-05-24 18:07:03 +00:00
* Fixed #3075
* Fixed recipe types showing missing string message
2021-05-28 22:21:37 +00:00
* Fixed #3084
2021-05-28 22:40:32 +00:00
* Fixed #3085
2021-05-29 08:31:38 +00:00
* Fixed #3088
2021-05-29 08:35:41 +00:00
* Fixed #3087
2021-05-31 08:26:42 +00:00
* Fixed #3091
* Fixed #3086
2021-05-31 13:05:45 +00:00
* Fixed #3093
* Fixed #3095
2021-05-19 12:02:57 +00:00
2021-05-19 08:38:31 +00:00
## Release Candidate 23 (19 May 2021)
2021-05-19 12:02:57 +00:00
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#23
#### Additions
2021-04-19 08:36:25 +00:00
* Added "Quartz Block -> 4 Quartz" recipe to Grind Stone
2021-04-23 11:46:16 +00:00
* Added "8 Coal Blocks -> 9 Carbon" recipe to Compressor
* Added "8 Coal Blocks -> 9 Carbon" recipe to Carbon Press
2021-05-07 12:10:54 +00:00
* Added "Magical Lump Tier 2 -> 4 Magical Lump Tier 1" recipe to Grind Stone
* Added "Magical Lump Tier 3 -> 4 Magical Lump Tier 2" recipe to Grind Stone
* Added "Ender Lump Tier 2 -> 4 Ender Lump Tier 1" recipe to Grind Stone
* Added "Ender Lump Tier 3 -> 4 Ender Lump Tier 2" recipe to Grind Stone
* Added Tier 2 Auto-Enchanter
* Added Tier 2 Auto-Disenchanter
2021-05-11 12:13:30 +00:00
* (API) Added AsyncAutoEnchanterProcessEvent
2021-04-25 17:47:58 +00:00
* (API) Added Category#setTier() to modify a category's position in the guide
2021-04-26 13:21:23 +00:00
* Added the ability to disable auto (dis)enchanting with a lore - `use-ignored-lores` & `ignored-lores` in Items.yml
2021-05-12 10:39:35 +00:00
* Added an option to turn off the "researching animation" in the `config.yml`
* Added the option to turn off the "researching animation" within your Slimefun Guide
2021-05-16 19:52:27 +00:00
* Added Portable Teleporter
#### Changes
* Renamed "Solar Panel" to "Photovoltaic Cell" to avoid confusions with solar generators
* Photovoltaic Cells can no longer be placed
2021-04-29 19:18:32 +00:00
* Batteries can no longer be placed
* Tin Cans can no longer be placed
* Magical Glass can no longer be placed
2021-04-16 13:05:39 +00:00
* (API) Removed deprecated "SlimefunBlockHandler"
2021-04-25 17:49:17 +00:00
* Removed Automated Crafting Chamber
* Memory and performance improvements for Cargo and Energy networks
#### Fixes
2021-04-24 11:40:19 +00:00
* Fixed #2987
2021-04-25 17:29:57 +00:00
* Fixed #2989
2021-04-25 18:13:51 +00:00
* Fixed #2977
2021-04-29 15:52:21 +00:00
* Fixed #2999
2021-04-30 10:36:30 +00:00
* Fixed #2593
* Fixed #2937
2021-04-30 14:18:24 +00:00
* Fixed #2927
2021-04-30 22:09:38 +00:00
* Fixed #3007
2021-05-03 11:05:22 +00:00
* Fixed #3012
2021-05-03 13:22:13 +00:00
* Fixed #3013
2021-05-07 12:13:15 +00:00
* Fixed #3027
2021-05-09 14:02:18 +00:00
* Fixed #2978
2021-05-10 16:54:13 +00:00
* Fixed #3041
* Fixed #3036
2021-05-09 14:02:18 +00:00
* Possibly fixed #2927
2021-05-15 10:42:09 +00:00
* Fixed #3060
2021-04-17 07:44:29 +00:00
## Release Candidate 22 (18 Apr 2021)
2021-04-16 12:56:08 +00:00
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#22
2021-03-14 12:34:17 +00:00
#### Additions
* Added Vanilla Auto-Crafter
* Added Enhanced Auto-Crafter
* Added "Smart-Filling" mode to Cargo Input nodes
* Added "Netherite Ingot -> Netherite Block" recipe to Electric Press
* Added "Slimeballs -> Slime Block" recipe to Electric Press
* Added Armor Forge Auto-Crafter
* Auto-Crafters can now be turned on and off
* Added Produce Collector to automate Milk and Mushroom Stew
2021-03-31 15:20:18 +00:00
* Added a new message when constructing a Multiblock successfully
* Added Crafting Motor
* Block Placers can now place down cake
* Added support for the "FunnyGuilds" plugin
* Added "magma cream -> slime ball" recipe to the Freezer
* Added "2 magma blocks -> slime block" recipe to the Freezer
2021-04-05 11:23:15 +00:00
* Added configurable enchantment level limit for both auto enchanter and auto disenchanter
2021-04-10 15:29:28 +00:00
* (API) Added AutoEnchantEvent
2021-03-14 12:34:17 +00:00
#### Changes
2021-04-05 11:16:31 +00:00
* Changed item order in guide for the Villager Rune and Nether Goo (All runes are now grouped together)
* Ancient Pedestals can now be found under "Magical Gadgets"
* Removed all functionality from the old Automated Crafting Chamber
* Changed Cargo Motor texture
* Lowered "Magma block -> Sulfate" recipe to only require 1 magma block
2021-04-05 11:16:31 +00:00
* Small performance improvements
2021-03-14 12:34:17 +00:00
#### Fixes
2021-03-14 13:30:19 +00:00
* Fixed #1161
2021-03-17 09:53:30 +00:00
* Fixed #2862
* Fixed #2887
* Fixed items getting deleted when breaking enhanced furnaces
2021-03-21 19:06:46 +00:00
* Fixed #2895
2021-03-22 09:04:57 +00:00
* Fixed #2896
2021-03-22 14:43:20 +00:00
* Fixed #2899
2021-03-25 12:59:57 +00:00
* Fixed #2906
2021-03-27 17:36:30 +00:00
* Fixed #2903
* Fixed #2913
2021-03-27 22:52:14 +00:00
* Fixed #2914
* Fixed Auto-Crafters swallowing buckets when crafting cake
* Fixed Multimeter not working on Auto-Crafters
2021-03-28 12:45:02 +00:00
* Fixed #2650
2021-03-31 15:20:18 +00:00
* Fixed Slimefun items applying damage to items with an `unbreakable` tag
2021-04-03 11:32:25 +00:00
* Fixed #2930
2021-04-03 12:01:48 +00:00
* Fixed #2926
* Fixed Grappling Hook vanishing in creative mode
2021-04-07 14:34:39 +00:00
* Fixed #2944
2021-04-10 13:08:27 +00:00
* Fixed #2837
2021-04-14 11:32:00 +00:00
* Fixed #2942
2021-03-14 12:34:17 +00:00
2021-03-14 10:02:47 +00:00
## Release Candidate 21 (14 Mar 2021)
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#21
2021-01-30 12:14:27 +00:00
#### Additions
* Nether Wart Blocks can now be turned into Nether Warts using a Grind Stone
2021-02-02 17:34:05 +00:00
* Added an option to allow Talismans to send their notifications via the Actionbar
2021-03-11 01:22:02 +00:00
* (API) Added support for nested Categories
2021-03-11 10:15:23 +00:00
* (API) Added ExplosiveToolBreakBlocksEvent
* Added an option to enable/disable water in the nether via a crucible
2021-02-02 17:34:05 +00:00
* /sf versions now shows the Java version and some useful tooltips
2021-01-30 12:14:27 +00:00
#### Changes
* Deprecated Automatic Crafting Chamber
2021-03-11 01:22:02 +00:00
* Performance Improvements and Optimizations for Cobblestone/Stone/Basalt generators and mining androids
* Androids operating on a Cobblestone/Stone/Basalt generator now work faster
2021-02-23 10:02:26 +00:00
* (API) Improvements to the BlockBreakHandler
* (API) Deprecated SlimefunBlockHandler
* (API) Improved ItemSetting API and error handling
2021-01-30 12:14:27 +00:00
#### Fixes
2021-02-02 08:39:22 +00:00
* Fixed #2794
2021-02-02 09:05:08 +00:00
* Fixed #2793
2021-02-06 19:23:32 +00:00
* Fixed #2809
2021-02-10 17:33:34 +00:00
* Fixed a small exception which gets thrown when Slimefun is disabled due to an invalid environment
2021-02-07 11:30:55 +00:00
* Fixed #2810
2021-02-07 17:26:08 +00:00
* Fixed #2804
2021-02-09 16:08:49 +00:00
* Fixed #2817
2021-02-10 17:33:34 +00:00
* Fixed exceptions with inventories not being printed using the logger of the addon that caused it
* Fixed #2818
2021-02-23 10:05:29 +00:00
* Fixed a duplication glitch with the Woodcutter Android
2021-02-24 14:57:21 +00:00
* Fixed #2839
2021-02-27 09:19:19 +00:00
* Fixed #2849
2021-03-01 08:30:38 +00:00
* Fixed #2851
2021-03-01 08:31:59 +00:00
* Fixed #2852
2021-03-05 08:58:35 +00:00
* Fixed some issues with the Book Binder
* Fixed #2805
2021-03-09 23:24:05 +00:00
* Fixed #2861
2021-03-09 23:49:53 +00:00
* Fixed #2856
2021-03-10 12:36:28 +00:00
* Fixed #2876
* Fixed #2877
2021-03-12 23:18:02 +00:00
* Fixed #2878
* Fixed Mining Androids being broken
2021-03-14 10:02:47 +00:00
* Fixed #2883
2021-01-30 12:14:27 +00:00
2021-01-28 13:51:02 +00:00
## Release Candidate 20 (30 Jan 2021)
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#20
2021-01-11 11:33:49 +00:00
#### Additions
2021-01-16 13:46:00 +00:00
* Added a new language: Bulgarian
2021-01-22 12:03:09 +00:00
* Added a new language: Hebrew
2021-01-23 18:38:59 +00:00
* (API) Added AsyncProfileLoadEvent
* Added Talisman of the Wise
2021-01-25 15:46:52 +00:00
* Added Book Binder
2021-01-25 23:56:03 +00:00
* Added Tier 3 Electric Ore Grinder
2021-01-11 11:33:49 +00:00
#### Changes
* Massive performance improvements to holograms/armorstands
2021-01-21 14:56:36 +00:00
* Slimefun no longer requires CS-CoreLib to be installed
2021-01-11 11:33:49 +00:00
#### Fixes
* Fixed elevator floor order
* Fixed "block-explosions" (e.g. beds in Nether) not properly respecting explosion-resistant blocks
* Fixed #2560
2021-01-13 18:48:30 +00:00
* Fixed #2449
* Fixed #2511
* Fixed #2636
* Fixed a threading issue related to BlockStates and persistent data
2021-01-15 10:46:40 +00:00
* Fixed an error when the server was shutting down
2021-01-14 13:41:09 +00:00
* Fixed #2721
2021-01-16 10:28:38 +00:00
* Fixed #2662
2021-01-16 10:30:39 +00:00
* Fixed #2728
2021-01-17 13:27:01 +00:00
* Fixed some backpack opening issues
2021-01-16 10:30:31 +00:00
* Fixed Infused Hopper picking up items with a max pickup delay
* Fixed duplication issues related to holograms/armorstands
2021-01-23 13:25:10 +00:00
* Fixed #2754
2021-01-25 15:36:24 +00:00
* Fixed machines not respecting max size from inventories
* Fixed #2761
2021-01-26 09:07:12 +00:00
* Fixed #2460
2021-01-26 09:35:47 +00:00
* Fixed #2760
2021-01-28 11:37:13 +00:00
* Fixed #2771
* Fixed placeholders that did not get loaded yet not having a label
2021-01-29 15:34:32 +00:00
* Fixed #2679
2021-01-11 11:33:49 +00:00
2021-01-11 09:33:12 +00:00
## Release Candidate 19 (11 Jan 2021)
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#19
2020-12-03 14:40:24 +00:00
2020-12-12 13:00:11 +00:00
#### Additions
* Added Bee Armor (1.15+ only)
* (API) Added AndroidFarmEvent
2020-12-12 13:00:11 +00:00
2020-12-03 14:40:24 +00:00
#### Changes
* Performance optimizations for Cargo networks
* Removed an old version of bStats
2020-12-05 12:54:46 +00:00
* General performance improvements
2021-01-03 18:50:39 +00:00
* CraftBukkit is officially no longer supported, Slimefun will now be disabled on old builds of CraftBukkit
2021-01-06 15:26:40 +00:00
* Removed the deprecated ItemManipulationAPI for BlockMenus
* Removed the "Written Book" variant of the Slimefun Guide
* The Elevator has an Inventory menu now
2020-12-03 14:40:24 +00:00
2020-12-10 20:50:36 +00:00
#### Fixes
2020-12-09 23:23:00 +00:00
* Fixed a couple of compatibility issues with ItemsAdder
* Fixed #2575
2020-12-10 20:50:36 +00:00
* Fixed ghost blocks to some extent (ghost blocks will now drop and be replaced)
2020-12-20 22:56:00 +00:00
* Fixed #2636 (hotfix)
2020-12-24 01:27:41 +00:00
* Fixed #2647
2020-12-31 16:08:50 +00:00
* Fixed #2664
2020-12-31 16:38:51 +00:00
* Fixed #2655
* Fixed /sf timings --verbose not working correctly
* Fixed #2675
2020-12-10 20:50:36 +00:00
## Release Candidate 18 (03 Dec 2020)
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#18
2020-10-17 10:54:36 +00:00
#### Additions
2020-11-01 19:46:29 +00:00
* The Smelters Pick now also works on Ancient Debris
2020-11-03 08:41:32 +00:00
* (API) Added PlayerPreResearchEvent
* Added a config option to disable network visualizations
2020-11-09 23:36:38 +00:00
* (API) Added CoolerFeedPlayerEvent
* Added a config option to delete excess cargo network items
* Added an item setting to configure the Wind Staff velocity
* Added an item setting to the Infused Hopper to toggle it with redstone
* Added an item setting to prevent Reinforced Spawners from being changed by Spawn Eggs
* Added 4 bricks -> 1 brick block recipe to the Electric Press
2020-10-17 10:54:36 +00:00
#### Changes
* Removed 1.13 support
* Cooling Units can no longer be placed down
* Heating Coils can no longer be placed down
* Electric Motors can no longer be placed down
* Cargo Motors can no longer be placed down
* Magnets can no longer be placed down
* Electromagnets can no longer be placed down
* Performance improvements to Cargo network visualizations
2020-11-19 16:42:10 +00:00
* General performance improvements
* Improved performance for radioactive items
* Memory/GC improvements for the profiler
* Performance improvements for the Fluid Pump
2020-11-23 15:58:08 +00:00
* Removed EmeraldEnchants integration
2020-11-25 13:27:46 +00:00
* Memory and performance improvements for ticking blocks
2020-10-17 10:54:36 +00:00
#### Fixes
2020-10-18 11:17:18 +00:00
* Fixed #2448
2020-10-18 17:21:46 +00:00
* Fixed #2470
2020-10-19 10:49:43 +00:00
* Fixed #2478
2020-10-20 14:45:26 +00:00
* Fixed #2493
2020-10-20 15:42:57 +00:00
* Fixed a missing slot in the contributors menu
2020-10-25 13:40:05 +00:00
* Fixed color codes in script downloading screen
* Fixed #2505
* Fixed contributors not showing correctly
2020-10-28 11:14:31 +00:00
* Fixed #2469
* Fixed #2509
2020-10-30 21:50:16 +00:00
* Fixed #2499
2020-11-01 19:12:34 +00:00
* Fixed #2527
2020-11-01 19:46:29 +00:00
* Fixed #2519
2020-11-01 19:59:34 +00:00
* Fixed #2517
2020-11-02 14:10:56 +00:00
* Fixed Magician Talisman sometimes drawing invalid enchantments
* Fixed id conflicts for external Enchantment sources (e.g. plugins) for the Magician Talisman settings
* Fixed network visualizers spawning particles for other player heads
2020-11-14 17:32:53 +00:00
* Fixed #2418
2020-11-14 17:44:07 +00:00
* Fixed #2446
* Fixed CoreProtect not recognizing Slimefun blocks getting broken
2020-11-19 13:45:55 +00:00
* Fixed #2447
2020-11-19 14:01:47 +00:00
* Fixed #2558
2020-11-19 17:07:16 +00:00
* Fixed a duplication bug with the Block Placer
* Fixed Slimefun Guide Settings showing "last activity" as a negative number
* Fixed Armor Stands getting damaged/pushed by Explosive Bow
* Fixed Sword of Beheading dropping Zombie/Skeleton Skulls from Zombie/Skeleton subvariants
* Fixed #2518
2020-11-21 13:18:54 +00:00
* Fixed #2421
2020-11-30 14:13:53 +00:00
* Fixed #2574
2020-11-30 16:03:17 +00:00
* Fixed color in android script downloading screen
* Fixed #2576
2020-11-30 16:39:31 +00:00
* Fixed #2496
2020-12-01 10:46:59 +00:00
* Fixed #2585
2020-12-01 15:12:57 +00:00
* Fixed #2583
2020-10-17 10:54:36 +00:00
## Release Candidate 17 (17 Oct 2020)
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#17
2020-09-08 10:06:12 +00:00
2020-09-11 08:21:07 +00:00
#### Additions
* Added /sf charge
2020-09-21 13:47:06 +00:00
* Added Energized Energy Capacitor
2020-09-22 13:32:06 +00:00
* Added various new fuel types to the Coal Generator
2020-09-27 18:13:38 +00:00
* Added a config option for Grappling Hooks to not be consumed on use
2020-10-03 19:13:46 +00:00
* Added Talisman of the Caveman
2020-10-03 20:03:30 +00:00
* You can now convert any gold ingot into gold dust with slightly less returns
2020-10-05 20:50:32 +00:00
* Magical Zombie Pills now also work on Zombified Piglins
2020-10-03 22:39:31 +00:00
* (API) Added SlimefunGuideOpenEvent
2020-10-06 19:01:18 +00:00
* (API) Added "NotConfigurable" attribute to disable configurability
2020-10-07 14:01:19 +00:00
* Added Elytra Cap
2020-10-07 14:31:33 +00:00
* Added Planks to Sticks recipe to the Table Saw
2020-10-08 12:36:58 +00:00
* Added "slimefun.gps.bypass" permission to open GPS devices anywhere
2020-09-10 22:07:26 +00:00
* (API) Added custom tags for developers
2020-10-09 15:39:21 +00:00
* The range of the Seeker Pickaxe is now configurable
2020-10-10 13:05:41 +00:00
* Added Energy Connector
2020-10-12 23:52:07 +00:00
* Blackstone can now be turned into lava using a Crucible
* Basalt can now be turned into lava using a Crucible
2020-10-13 21:21:15 +00:00
* Added "Tainted Sheep" (You can dye a Sheep using Strange Nether Goo)
2020-10-13 22:24:01 +00:00
* Added mcMMO support/integration
2020-09-11 08:21:07 +00:00
2020-09-09 09:31:52 +00:00
#### Changes
* Improved Auto-Updater (Multi-Threading and more)
2020-09-29 18:38:41 +00:00
* General performance improvements
2020-10-01 19:04:12 +00:00
* /sf cheat now shows seasonal categories all year through
2020-10-08 12:36:58 +00:00
* GPS devices now require chest-access in that area to be used
2020-09-09 09:31:52 +00:00
2020-09-08 10:06:12 +00:00
#### Fixes
* Fixed #2300
* Fixed #2296
2020-09-13 10:38:13 +00:00
* Fixed colors of Cheat Sheet Slimefun Guide
* Fixed Cheat Sheet Slimefun Guide being unable to open the settings menu via shift + right click
2020-09-13 21:38:29 +00:00
* Fixed #2320
2020-09-18 08:48:36 +00:00
* Fixed some issues with ChestTerminal
2020-09-21 11:09:45 +00:00
* Fixed #2325
* Fixed Climbing Pick having no animation in creative mode
2020-09-21 11:23:14 +00:00
* Fixed #2322
2020-09-27 18:13:38 +00:00
* Fixed some cargo incompatibilities with overflowing inventories
2020-09-28 13:53:09 +00:00
* Fixed #2353
2020-09-29 13:51:59 +00:00
* Fixed #2359
2020-09-30 18:29:14 +00:00
* Fixed #2356
2020-10-01 09:00:51 +00:00
* Fixed #2358
2020-10-01 18:28:28 +00:00
* Fixed #2360
2020-10-01 18:45:25 +00:00
* Fixed #2351
2020-10-03 19:29:13 +00:00
* Fixed #2357
2020-10-03 22:39:31 +00:00
* Fixed Auto Enchanters being unaffected by speed modifications from addons
* Fixed Auto Disenchanters being unaffected by speed modifications from addons
2020-10-06 19:01:18 +00:00
* Fixed radioactive items still being radioactive when disabled
2020-10-06 19:05:39 +00:00
* Fixed #2391
2020-10-07 12:30:01 +00:00
* Fixed #2403
2020-10-07 15:48:53 +00:00
* Fixed #2405
2020-10-08 19:20:38 +00:00
* Fixed #2412
2020-10-03 20:05:13 +00:00
* Fixed #2238
2020-10-10 21:20:02 +00:00
* Fixed #2439
2020-10-11 11:45:53 +00:00
* Fixed #2420
* Fixed #2422
2020-10-11 16:09:03 +00:00
* Fixed #2433
2020-10-12 09:47:13 +00:00
* Fixed #2455
2020-10-12 09:52:23 +00:00
* Fixed #2450
2020-10-12 10:11:28 +00:00
* Fixed Steel Thrusters being used to milk cows
* Fixed #2424
2020-10-13 19:44:24 +00:00
* Fixed #2468
* Fixed #2414
2020-10-13 22:24:01 +00:00
* Fixed #2454
2020-10-13 22:34:04 +00:00
* Fixed #2457
2020-10-13 22:51:21 +00:00
* Fixed #2411
2020-10-14 11:31:02 +00:00
* Fixed #2423
2020-10-14 12:56:52 +00:00
* Fixed #2452
2020-10-15 11:50:12 +00:00
* Fixed a dupe bug with mcMMO
2020-09-08 10:06:12 +00:00
2020-09-06 15:19:02 +00:00
## Release Candidate 16 (07 Sep 2020)
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#16
2020-08-01 10:25:47 +00:00
2020-08-02 09:22:00 +00:00
#### Additions
2020-08-02 21:13:23 +00:00
* Added an option for Industrial Miners to mine Ancient Debris
2020-08-04 10:49:41 +00:00
* Added a new language: Korean
* (API) Added support for adding custom Piglin Barter drops
* (API) Added BlockPlacerPlaceEvent
* (API) Added ToolUseHandler
2020-08-07 17:21:12 +00:00
* Added "Sand -> Sandstone" recipe to the Electric Press
* Added "Red Sand -> Red Sandstone" recipe to the Electric Press
* Industrial Miners can now also mine Gilded Blackstone
* Added a config option to disable Players from burning when exposed to radiation
2020-08-24 11:27:35 +00:00
* Added a config option to drop excess items when using /sf give
2020-08-20 16:23:12 +00:00
* Added Strange Nether Goo
2020-09-03 18:06:53 +00:00
* Added Villager Rune
2020-08-20 16:23:12 +00:00
* Added Synthetic Shulker Shells
* Added Climbing Pick
2020-09-02 10:19:18 +00:00
* Added item breaking sounds to some slimefun tools
2020-08-02 09:22:00 +00:00
2020-08-01 10:25:47 +00:00
#### Changes
* Performance improvement for Programmable Android rotations
2020-08-02 11:55:58 +00:00
* Removed Gravel -> Flint recipe from the Grind stone
* Performance improvements for miner talismans
* Performance improvements for idling Enhanced Furnaces when using Paper
* Performance improvements for Rainbow Blocks
2020-08-05 14:44:43 +00:00
* Crafting a Rag now yields two items
* Small performance improvements for Slimefun guides
* Small performance improvements for Cargo networks
2020-08-18 12:18:44 +00:00
* Small performance improvements for Miner Androids
* Small performance improvements for all machines, especially Electric Smelteries
* Small performance improvements for Holograms
* Small performance improvements for Tree Growth Accelerators
* Small performance improvements for Reactors
2020-08-21 22:57:44 +00:00
* Electric machines now show their tier in the Inventory name too
2020-08-22 00:36:36 +00:00
* Removed "Fuel efficiency" attribute for androids, since that was pretty much always at 1.0 anyway...
2020-08-29 12:11:08 +00:00
* Performance improvements for energy networks
* (API) Rewritten Block-Energy API
2020-08-31 18:37:24 +00:00
* Removed "durability" setting from cargo nodes
2020-09-03 10:24:49 +00:00
* Small performance improvements for radiation
2020-09-05 12:45:42 +00:00
* Small performance improvements for Auto Disenchanters
* Magnesium Salt in Magnesium-Salt generators now lasts longer
2020-08-01 10:25:47 +00:00
#### Fixes
* Fixed Programmable Androids rotating in the wrong direction
2020-08-02 15:39:09 +00:00
* Fixed #2176
2020-08-02 11:55:31 +00:00
* Fixed #2164
2020-08-02 11:55:58 +00:00
* Fixed #2147
2020-08-02 19:45:58 +00:00
* Fixed #2179
2020-08-02 20:01:32 +00:00
* Fixed Reinforced Spawners not working sometimes
2020-08-02 22:30:58 +00:00
* Fixed Explosive Pickaxe not handling normal Shulker boxes correctly
2020-08-03 15:25:27 +00:00
* Fixed #2103
2020-08-03 22:48:23 +00:00
* Fixed #2184
2020-08-03 22:58:43 +00:00
* Fixed #2183
2020-08-03 23:15:14 +00:00
* Fixed #2181
2020-08-04 07:46:35 +00:00
* Fixed #2180
2020-08-05 11:31:35 +00:00
* Fixed #2122
2020-08-06 14:24:41 +00:00
* Fixed #2168
2020-08-07 22:09:28 +00:00
* Fixed #2203
2020-08-09 09:33:48 +00:00
* Fixed #2205
2020-08-09 09:41:15 +00:00
* Fixed #2209
2020-08-13 19:13:19 +00:00
* Fixed #2217
2020-08-13 23:46:05 +00:00
* Fixed Miner Talisman sending messages when drops were not even doubled
* Fixed #2077
2020-08-16 22:32:18 +00:00
* Fixed #2207
* Fixed ChestTerminal timings showing up as cargo nodes
* Fixed timings reports never arriving sometimes
2020-08-18 12:18:44 +00:00
* Fixed #2138
* Fixed #1951 (again)
* Fixed Electric Press not working
2020-08-22 00:38:17 +00:00
* Fixed #2240
2020-08-24 16:09:05 +00:00
* Fixed #2243
2020-08-26 10:47:08 +00:00
* Fixed #2249
2020-08-26 12:31:51 +00:00
* Fixed #1022
2020-08-28 18:10:29 +00:00
* Fixed #2208
2020-08-28 18:03:45 +00:00
* Fixed Fluid Pump treating low-level fluids like stationary fluids
* Fixed Fluid Pump not working on Bubble Columns
2020-08-28 18:10:29 +00:00
* Fixed #2251
2020-08-28 21:18:43 +00:00
* Fixed #2257
2020-08-28 21:35:11 +00:00
* Fixed #2260
2020-08-30 15:15:59 +00:00
* Fixed #2263
2020-08-31 15:57:06 +00:00
* Fixed #2265
2020-08-31 17:08:15 +00:00
* Fixed #2269
2020-08-31 17:49:25 +00:00
* Fixed #2266
2020-09-01 20:38:22 +00:00
* Fixed #2275
2020-09-05 20:15:40 +00:00
* Fixed Multi Tools consuming hunger points when holding a Wind Staff in your off hand
2020-09-07 10:45:27 +00:00
* Fixed Teleports getting stuck sometimes
## Release Candidate 15 (01 Aug 2020)
2020-09-06 15:19:02 +00:00
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#15
2020-07-13 08:36:16 +00:00
#### Additions
2020-07-22 13:32:26 +00:00
* Added "Bone Block -> Bone meal" recipe to the Grind Stone
2020-07-24 14:15:43 +00:00
* Added a [Metrics module](https://github.com/Slimefun/MetricsModule) which allows us to release updates to metrics (bStats) independently from the main plugin
* Added "Compressed Carbon -> Carbon" recipe to the Ore Crusher
* Added "Carbon -> Coal" recipe to the Ore Crusher
* Added an option to disable the message "Ignoring duplicate block"
* Added Iron Golem Assembler
* Added Reinforced Cloth
* Added Bee protection to Hazmat Suit
* Added Enchantment Rune
* Added Tape Measure
* Added a permission node for /sf debug_fish
2020-07-13 15:00:21 +00:00
#### Changes
2020-07-15 11:17:27 +00:00
* Refactored and reworked the Generator API
* Small performance improvements to Energy networks
* Big performance improvements to Cargo networks when using ChestTerminal
* Slight changes to /sf timings
2020-07-13 15:00:21 +00:00
* Changed recipe of Hazmat Suits
* Uranium can no longer be placed down
2020-07-20 17:33:03 +00:00
* Huge performance improvements when using Paper
* Optimized Cargo networks for Paper
* Optimized Multiblocks for Paper
* Optimized Enhanced Furnaces for Paper
2020-08-01 10:25:47 +00:00
* Optimized Programmable Androids for Paper
* General performance improvements for Talismans
* General performance improvements for GPS Emergency Transmitters
* General performance improvements for Infused Magnets
2020-07-31 18:24:58 +00:00
* Ancient Altars now support for protection plugins
* Ancient Pedestals now support for protection plugins
2020-07-13 15:00:21 +00:00
2020-07-13 15:01:24 +00:00
#### Fixes
* Fixed Slimefun Armor sometimes not applying its effects
2020-07-19 08:53:09 +00:00
* Fixed #2075
2020-07-20 10:43:05 +00:00
* Fixed #2093
2020-07-22 22:52:59 +00:00
* Fixed #2086
* Fixed #1894
2020-07-25 11:55:52 +00:00
* Fixed #2097
2020-07-25 12:45:57 +00:00
* Fixed Wither Assembler requiring more items than it actually consumes
2020-07-29 10:38:16 +00:00
* Fixed Metrics not updating automatically
2020-07-29 11:03:52 +00:00
* Fixed #2143
2020-07-29 19:57:08 +00:00
* Fixed #2145
2020-07-30 08:23:44 +00:00
* Fixed #2151
* Fixed old Talismans not working
* Fixed Talismans sometimes not getting consumed properly
* Fixed old Infused Magnets not working
* Fixed old GPS Emergency Transmitters not working
2020-07-31 18:14:48 +00:00
* Fixed #2156
2020-07-31 18:18:51 +00:00
* Fixed #2165
2020-07-31 18:24:58 +00:00
* Fixed #2162
2020-07-31 22:17:43 +00:00
* Fixed #2166
2020-07-13 15:01:24 +00:00
2020-07-10 14:49:09 +00:00
## Release Candidate 14 (12 Jul 2020)
2020-09-06 15:19:02 +00:00
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#14
2020-06-19 11:22:52 +00:00
#### Additions
* Added support for Minecraft 1.16
2020-06-19 11:22:52 +00:00
* Added a starting sound for the Ancient Altar
* Added config option to disable backwards compatibility and improve performance
2020-06-20 17:21:44 +00:00
* Added ReactorExplodeEvent to the API
* Compatibility mode status is now included in /sf versions
2020-06-22 20:49:07 +00:00
* Added Nether Quartz Ore Crusher Recipe
2020-06-24 16:57:12 +00:00
* Added a new language: Tagalog
* Added Magical Zombie Pills
* Added 1.13 compatibility to the Auto Drier
* Added Corals to the fuel list for the Bio Generator
2020-06-27 12:22:45 +00:00
* Added Clay -> Clay blocks recipe to the Electric Press
* (1.16+) Slimefun guide can now show Smithing Table recipes
* (1.16+) Added Nether Gold Ore recipe to the Ore Crusher
* (1.16+) Added Gilded Blackstone recipe to the Ore Crusher
* (1.16+) Added Shroomlights to the fuel list for the Bio Generator
* (1.16+) Added Warped and Crimson Fungus to the fuel list for the Bio Generator
2020-06-29 10:10:45 +00:00
* Added an AoE damage effect to the Explosive Bow
* Added runtime deprecation warnings for ItemHandlers and Attributes used by Addons
2020-06-30 17:36:55 +00:00
* Added a proper lag profiler
* Added per-plugin lag info to /sf timings
2020-07-05 12:39:28 +00:00
* Added Indonesian translations
2020-06-19 11:22:52 +00:00
2020-06-16 23:24:47 +00:00
#### Changes
* Coolant Cells now last twice as long
2020-06-21 08:26:54 +00:00
* Ticking blocks will now catch more errors caused by addons
* Changed the texture for the Nuclear Reactor
* Changed the texture for the Nether Star Reactor
2020-06-24 12:54:43 +00:00
* Crafting Tin cans now produces 8 items instead of 4
* Multi Tool lore now says "Crouch" instead of "Hold Shift"
* Items which cannot be distributed by a Cargo Net will be dropped on the ground now instead of getting deleted
* Slimefun no longer supports CraftBukkit
* Item Energy is now also stored persistently via NBT
* Performance improvements to GPS/GEO machines, especially Oil Pump and GEO Miner
* Performance improvements for ticking blocks
* Performance improvements to the Cargo Net
* performance improvements to the Energy Net
* Performance improvements to Rainbow Blocks
* Performance improvements to Androids
* performance improvements to Generators and Electric Machines
* Cargo timings will now be attributed to the corresponding node and not the Cargo manager
* Thunderstorms now count as night time for Solar Generators
* Coolant Cells can no longer be placed on the ground
* Crafting Nether Ice Coolant Cells now results in 4 items
* Moved Soulbound Backpack to the "Magical Gadgets" Category
2020-06-16 23:24:47 +00:00
2020-06-18 19:15:47 +00:00
#### Fixes
* Fixed #2005
2020-06-20 16:52:30 +00:00
* Fixed #2009
* Fixed a chunk caching issue for GEO resources
* Fixed Infused Magnet working even if you haven't researched it
* Fixed Rainbow blocks duplication glitch when timing the block break right
2020-06-24 16:50:39 +00:00
* Fixed #1855
* Fixed some issues with AsyncWorldEdit
* Fixed some problems with unregistered or fake worlds
* Fixed a rare concurrency issue with world saving
2020-06-27 12:22:45 +00:00
* Fixed some contributors showing up twice
2020-06-28 09:20:56 +00:00
* Fixed #2062
2020-09-11 18:02:17 +00:00
* Fixed Grappling hooks disappearing when fired at Item frames or paintings
2020-06-29 01:26:30 +00:00
* Fixed Grappling hooks not getting removed when the Player leaves
* Fixed Grappling hooks making Bat sounds
* Fixed #1959
2020-06-29 13:47:51 +00:00
* Fixed Melon Juice requiring Melons instead of Melon Slices
2020-06-30 17:36:55 +00:00
* Fixed Cargo networks not showing up in /sf timings
* Fixed /sf timings reporting slightly inaccurate timings
* Fixed concurrency-related issues with the profiling
2020-07-02 09:50:07 +00:00
* Fixed #2066
* Fixed Rainbow Glass Panes not properly connecting to blocks
* Fixed Androids turning in the wrong direction
* Fixed contributors losing their texture after restarts
* Fixed "korean" showing up as "null"
* Fixed an issue with moving androids getting stuck
* Fixed Cargo nodes sometimes preventing chunks from unloading
2020-07-09 16:35:48 +00:00
* Fixed #2081
* Fixed a NullPointerException when Generators throw an Error Report
2020-06-18 19:15:47 +00:00
2020-06-16 12:16:21 +00:00
## Release Candidate 13 (16 Jun 2020)
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#13
2020-05-29 10:07:24 +00:00
#### Additions
* Added Dried Kelp Blocks recipe to the Electric Press
* Added Bone Blocks recipe to the Electric Press
2020-05-30 22:38:19 +00:00
* Added thai translations
2020-06-04 22:00:07 +00:00
* Added Industrial Miner
2020-06-05 12:14:13 +00:00
* Added Advanced Industrial Miner
* Added Cocoa Organic Food
* Added Cocoa Fertilizer
2020-06-10 21:33:51 +00:00
* Added a configurable limit to the Pickaxe of Vein Mining
2020-06-10 22:43:17 +00:00
* Added Gold Ingot to Dust recipe to the Electric Ingot Pulverizer
* Added Saddles to possible fishing loot for the Fishing Android
* Added Name tags to possible fishing loot for the Fishing Android
* Added Nautilus Shell to possible fishing loot for the Fishing Android
* Added Bamboo to possible fishing loot for the Fishing Android
#### Changes
2020-06-01 12:10:22 +00:00
* Removed Digital Miner
* Removed Advanced Digital Miner
* Dried Kelp Blocks can now be used in the Coal Generator
* Crafting Organic Food/Fertilizer yields more output now
* Organic Food (Melon) now uses Melon Slices instead of Melon blocks
2020-06-10 21:33:51 +00:00
* The Seismic Axe now skips the first two blocks to clear your field of view
* Auto Disenchanting is now a tiny bit faster
2020-06-10 22:43:17 +00:00
* Small performance improvements
* Dried Kelp Blocks can now be used as fuel for Tier 1 Androids
2020-09-11 18:02:17 +00:00
* Androids now have a separate category in the Slimefun Guide
2020-06-14 16:58:38 +00:00
* Android Interface recipes now require steel ingots
2020-06-16 12:21:00 +00:00
* Changed and unified a couple of tooltips
* Changed tooltip on jetpacks and jet boots to say "Crouch" instead of "Hold Shift"
2020-05-29 10:07:24 +00:00
#### Fixes
* Fixed Ore Washer recipes showing up twice
2020-05-29 14:07:02 +00:00
* Fixed #1942
2020-06-15 13:01:33 +00:00
* Fixed a few memory leaks
2020-05-30 14:21:13 +00:00
* Fixed #1943
* Fixed Nuclear Reactors accepting Lava as coolant
2020-06-11 07:34:29 +00:00
* Fixed #1971
2020-06-13 19:24:28 +00:00
* Fixed #1976
2020-06-14 00:36:32 +00:00
* Fixed #1988
* Fixed #1985
* Fixed a missing texture in the Android Script Editor
* Fixed #1992
2020-06-14 11:34:31 +00:00
* Possibly fixed #1951
2020-06-14 16:58:38 +00:00
* Fixed tab completion for /sf give showing players instead of amounts
2020-06-14 17:28:51 +00:00
* Fixed #1993
2020-06-15 09:53:38 +00:00
* Fixed #1907
2020-06-15 13:01:33 +00:00
* Fixed research fireworks still dealing damage sometimes
2020-05-29 10:07:24 +00:00
2020-05-26 08:02:16 +00:00
## Release Candidate 12 (27 May 2020)
2020-06-02 11:50:29 +00:00
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#12
2020-04-25 10:07:36 +00:00
2020-05-04 14:25:47 +00:00
#### Additions
2020-05-04 19:21:01 +00:00
* Added Ukrainian translations
2020-05-11 22:50:01 +00:00
* Added /sf backpack to restore lost backpacks
* Added automated Unit Tests
2020-05-16 15:51:42 +00:00
* Added WaypointCreateEvent
* Added an option to call an explosion event when using explosive tools
2020-05-04 14:25:47 +00:00
#### Changes
2020-05-03 16:36:29 +00:00
* Little performance improvements
* Bandages, Rags and Splints will no longer be consumed if your health is full and you are not on fire
2020-05-10 08:31:28 +00:00
* Player Profiles (researches and stuff) are now loaded completely asynchronously
* The Infused Magnet can no longer be placed down
2020-05-16 22:40:07 +00:00
* AncientAltar speed can now be changed internally (not available for server owners yet)
2020-05-23 18:34:37 +00:00
* Finished Italian translations
2020-04-25 17:14:50 +00:00
#### Fixes
* Fixed #1824
2020-04-30 18:51:17 +00:00
* Fixed #1833
2020-05-01 09:25:42 +00:00
* Fixed #1834
2020-05-02 17:07:31 +00:00
* Fixed #1843
2020-05-07 18:38:51 +00:00
* Fixed #1873
2020-09-11 18:02:17 +00:00
* Fixed Electric Smeltery not prioritising recipes
* Fixed #1851
* Fixed #1891
2020-05-10 08:31:28 +00:00
* Fixed #1893
2020-05-10 19:37:24 +00:00
* Fixed #1897
2020-05-14 18:07:18 +00:00
* Fixed #1908
2020-05-14 22:36:39 +00:00
* Fixed #1903
* Fixed Organic Food/Fertilizer not being recognized
2020-05-15 14:57:47 +00:00
* Fixed #1883
2020-05-15 15:45:13 +00:00
* Fixed #1829
* Fixed some mojang.com connection errors
2020-05-16 10:32:56 +00:00
* Fixed some very weird SkullMeta serialization problems in 1.15
2020-05-16 10:42:46 +00:00
* Fixed #1914
2020-05-16 14:12:30 +00:00
* Fixed file errors with PerWorldSettingsService
2020-05-21 16:51:53 +00:00
* Fixed ChestTerminals deleting items from Cargo networks (TheBusyBiscuit/ChestTerminal#25)
2020-05-23 18:34:37 +00:00
* Fixed #1926
* Fixed #1933
2020-05-23 23:57:38 +00:00
* Fixed random errors because of Mojang's new player heads backend (Why... Mojang... why?)
* Fixed Butcher Androids doing incorrect amounts of damage
2020-05-24 18:19:22 +00:00
* Fixed #1935
2020-04-25 17:14:50 +00:00
## Release Candidate 11 (25 Apr 2020)
2020-06-02 11:50:29 +00:00
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#11
#### Additions
2020-03-30 16:43:24 +00:00
* Added GEOResourceGenerationEvent
* Added AncientAltarCraftEvent
2020-03-30 16:43:24 +00:00
* Added SlimefunGuide-Options API
* Added ItemSettings API
* Added 1.13 backwards compatibility
2020-04-05 15:35:50 +00:00
* Added "Magma Cream to Magma Blocks" recipe to the Electric Press
* Added "Magma Blocks to Sulfate" recipe
* You can now search for items from within the book variant of the Guide
* GEO Scans now support endlessly many different resources
* Added Output Chest support to the Composter
#### Changes
2020-04-05 15:35:50 +00:00
* Replaced GuideHandlers with FlexCategories
* Removed support for old EmeraldEnchants versions
* Updated the book variant of the guide to use the newer API
* Removed internal /sf elevator command
* Split whitelist.yml up into individual /world-settings/worldname.yml files
* Performance improvements
* Slimefun Guide runs much faster now and can better deal with many Categories and items
* Lots of API improvements
* Faulty addons are now identified more easily and will no longer break Slimefun's main content this quickly
* You can no longer /sf give yourself a Multiblock
2020-04-15 15:52:15 +00:00
* Addons have no longer access to Slimefuns default categories
* Updated seasonal Categories to have better icons
* Even more performance improvements
* Changed Ignition Chamber Recipe
* GEO Miner is now 2 seconds faster
2020-04-19 11:06:58 +00:00
* All Generators will now stop consuming fuel if no energy is needed
* /sf teleporter will now open your own Teleporter Menu if you specify no Player
* Added counter-measures against Players who design Cargo networks in a way that intentionally lags out servers
* API requests to Mojang are now spread across a longer time period to prevent rate-limits
#### Fixes
2020-03-30 16:50:55 +00:00
* Fixed error message when clicking empty slots in the Slimefun Guide
2020-04-03 09:41:58 +00:00
* Fixed #1779
2020-04-05 15:35:50 +00:00
* Fixed localized messages not showing in the book guide
* Fixed empty categories showing up when items inside were hidden
2020-04-09 20:16:32 +00:00
* Fixed ghost pages showing up when too many categories were disabled
* Fixed debug fish not showing the correct chunk timings
* Fixed heads with missing permissions placing down
* Fixed unpermitted items still showing up in the guide if researches are disabled
* Fixed unpermitted items in the book guide triggering the search function
2020-04-12 21:25:52 +00:00
* Fixed #1803
2020-04-13 15:40:09 +00:00
* Fixed #1806
2020-04-13 18:08:05 +00:00
* Fixed #1807
2020-04-15 15:52:15 +00:00
* Fixed Coolers accepting non-Juice items
2020-04-17 09:59:40 +00:00
* Fixed #1813
2020-04-17 12:59:49 +00:00
* Fixed #1814
* Fixed GEO Scanner being unable to deal with more than 28 different resources
2020-04-19 11:06:58 +00:00
* Fixed #893
2020-04-20 23:48:22 +00:00
* Fixed #1798
2020-04-21 19:07:05 +00:00
* Fixed #1490
* Fixed GPS Emergency Transmitters not working
2020-03-28 10:36:17 +00:00
## Release Candidate 10 (28 Mar 2020)
2020-04-19 11:23:20 +00:00
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#10
2020-03-06 10:47:54 +00:00
2020-03-13 11:53:45 +00:00
#### Additions
* Added some new charts to bStats
2020-03-13 13:03:46 +00:00
* Added a new language: Turkish
* Multiblocks that use Fences or Trap doors now accept all wood types
* Added Makeshift Smeltery
* Added Tree Growth Accelerator
2020-03-18 13:20:49 +00:00
* Added "Glass to Glass Panes" recipe to the Electric Press
2020-03-18 14:52:36 +00:00
* Added "Snowballs to Snow blocks" recipe to the Electric Press
* Added "Snow blocks to Ice" recipe to the Freezer
* You can now use Cooked Salmon in an Auto Drier to craft Fish Jerky
2020-03-18 13:20:49 +00:00
* The Lumber Axe can now strip logs too
* The Slimefun Guide can now remember what page of a Category or Minecraft Item you were on
2020-03-06 10:47:54 +00:00
2020-03-13 11:53:45 +00:00
#### Changes
* Removed some deprecated parts of the API
2020-03-10 21:13:07 +00:00
* Internal clean up and further documentation
2020-03-06 23:10:52 +00:00
* Changed Automatic Ignition Chamber to be a Dropper
2020-03-08 17:27:32 +00:00
* Teleporters are now significantly faster
2020-09-11 18:02:17 +00:00
* Item permissions have been moved to a separate permissions.yml file
* Salt now only requires 2 blocks of Sand
* Fireworks from researching no longer damages entities
* Very slight performance improvements for Cargo networks
2020-03-26 17:56:14 +00:00
* 4K-carat gold ingots can now be used in a workbench by default (overridden by Items.yml)
* The project license is now included in every build
2020-03-27 00:55:11 +00:00
* Moved EmeraldsEnchants integration from EmeraldEnchants to Slimefun
2020-03-06 10:47:54 +00:00
2020-03-13 11:53:45 +00:00
#### Fixes
2020-03-10 21:28:17 +00:00
* Fixed some languages showing numbers larger than 100%
2020-03-12 02:32:28 +00:00
* Fixed #1570
2020-03-14 00:12:52 +00:00
* Fixed #1686
2020-03-15 12:16:49 +00:00
* Fixed #1648
2020-03-15 12:41:44 +00:00
* Fixed #1397
2020-03-16 23:43:57 +00:00
* Fixed #1706
2020-03-17 15:45:13 +00:00
* Fixed #1710
2020-03-17 15:46:08 +00:00
* Fixed #1711
2020-03-18 13:20:49 +00:00
* Fixed Slimefun Guide showing shaped recipes incorrectly
2020-03-19 12:14:29 +00:00
* Fixed #1719
* Fixed death waypoints not having the correct texture
* Fixed Androids having no texture when moving
2020-03-20 10:37:37 +00:00
* Fixed Androids not taking fuel from interfaces
* Fixed #1721
2020-03-23 16:03:00 +00:00
* Fixed #1619
2020-03-26 23:30:05 +00:00
* Fixed #1768
2020-03-06 10:47:54 +00:00
2020-03-07 10:34:28 +00:00
## Release Candidate 9 (07 Mar 2020)
2020-04-19 11:23:20 +00:00
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#9
2020-03-07 10:34:28 +00:00
2020-03-13 11:53:45 +00:00
#### Fixes
2020-03-07 10:34:28 +00:00
* Fixed Solar Generators not working
## Release Candidate 8 (06 Mar 2020)
2020-04-19 11:23:20 +00:00
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#8
2020-03-07 10:34:28 +00:00
2020-03-13 11:53:45 +00:00
#### Fixes
2020-03-13 13:03:46 +00:00
* Fixed bStats Metrics not sending properly
2020-03-07 10:34:28 +00:00
2020-03-06 08:28:25 +00:00
## Release Candidate 7 (06 Mar 2020)
2020-04-19 11:23:20 +00:00
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#7
2020-03-13 11:53:45 +00:00
#### Additions
* Added translations for Recipe Types
2020-02-26 22:40:55 +00:00
* Added Rainbow Concrete
* Added Rainbow Glazed Terracotta
2020-03-06 08:28:25 +00:00
* Added more internal documentation
2020-03-13 11:53:45 +00:00
#### Changes
2020-02-22 17:54:23 +00:00
* Researches now use their namespaced keys in the Researches.yml
2020-03-06 08:28:25 +00:00
* A lot of API changes
2020-03-13 11:53:45 +00:00
#### Fixes
2020-02-19 22:17:27 +00:00
* Fixed #1553
2020-02-21 10:00:41 +00:00
* Fixed #1513
* Fixed #1557
* Fixed #1558
2020-02-22 17:54:23 +00:00
* Fixed a translation not showing properly
2020-03-01 08:30:37 +00:00
* Fixed #1577
* Fixed #1597
2020-03-01 14:06:35 +00:00
* Fixed disabled Slimefun Addons not showing under /sf versions
2020-03-06 08:28:25 +00:00
* Fixed #1613
2020-02-16 11:18:39 +00:00
## Release Candidate 6 (16 Feb 2020)
2020-04-19 11:23:20 +00:00
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#6
2020-02-10 17:00:14 +00:00
2020-03-13 11:53:45 +00:00
#### Additions
2020-02-16 11:17:14 +00:00
* Added a new language: Japanese
* Added a new language: Swedish
* Added a new language: Czech
* Added a new language: Portuguese (Brazil)
* Added a new language: Arabic
2020-03-13 11:53:45 +00:00
#### Changes
2020-02-10 17:00:14 +00:00
* /sf research now uses namespaced keys instead of ids
2020-03-13 11:53:45 +00:00
#### Fixes
2020-02-11 20:16:09 +00:00
* Fixed #1515
* Fixed back-button in guide-settings not working via commands
2020-02-13 00:47:48 +00:00
* Fixed #1516
2020-02-14 09:49:45 +00:00
* Fixed magician talisman not being able to enchant books
2020-02-11 20:16:09 +00:00
2020-02-09 10:06:15 +00:00
## Release Candidate 5 (09 Feb 2020)
2020-04-19 11:23:20 +00:00
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#5
2020-01-09 22:33:11 +00:00
2020-03-13 11:53:45 +00:00
#### Additions
2020-09-11 18:02:17 +00:00
* Added preset messages.yml files
* Added user-configurable localization
2020-01-12 00:44:57 +00:00
* Added many more options to the messages.yml
* Added custom model data support for Languages
* Added Grind Stone Recipes for Prismarine
* Added String to the Bio Reactor
* Added a config setting to limit how many Nodes a Network can have
2020-01-26 02:15:10 +00:00
* Added support for Furnaces and Brewing Stands to Cargo Networks
2020-01-26 10:05:37 +00:00
* Added Organic Food/Fertilizer for Dried Kelp
2020-01-28 20:05:45 +00:00
* Added many more strings to the messages.yml
* Added ability to translate messages for Players
2020-02-02 14:43:41 +00:00
* Added the ability to translate Researches
2020-02-02 22:07:02 +00:00
* Added StatusEffect API
2020-09-11 18:02:17 +00:00
* Added translatability to categories
* Added translatability to geo-resources
2020-01-09 22:33:11 +00:00
2020-03-13 11:53:45 +00:00
#### Changes
2020-01-09 22:34:06 +00:00
* Removed Solar Array
2020-01-12 00:44:57 +00:00
* A lot of internal cleanup
* Performance improvements for GEO Miner and Oil Pump
2020-01-27 00:05:28 +00:00
* General performance improvements
* Changed Startup console message
2020-02-08 09:11:30 +00:00
* Changed GEO-Resources API
2020-01-09 22:33:11 +00:00
2020-03-13 11:53:45 +00:00
#### Fixes
2020-01-09 22:33:11 +00:00
* Fixed #1355
2020-01-11 19:21:24 +00:00
* Fixed Localization mistakes
2020-01-12 09:27:56 +00:00
* Fixed #1366
2020-01-12 10:01:29 +00:00
* Fixed GitHub cache
2020-01-12 12:14:41 +00:00
* Fixed #1364
* Fixed Bio Reactor not accepting melons
* Fixed Cargo Networks particles being broken
* Fixed #1379
* Fixed #1212
2020-01-26 02:15:10 +00:00
* Fixed #114
2020-01-26 10:05:37 +00:00
* Fixed #1385
2020-01-28 20:05:45 +00:00
* Fixed #1390
* Fixed #1394
2020-01-28 22:42:05 +00:00
* Fixed #1313
* Fixed #1396
* Fixed Backpacks being placeable
2020-01-30 22:48:40 +00:00
* Fixed wrong file encoding for translations
* Fixed Minecraft recipes not showing correctly
2020-02-02 19:20:57 +00:00
* Fixed #1428
* Fixed #1435
2020-02-02 22:07:02 +00:00
* Fixed #1438
2020-02-06 21:31:45 +00:00
* Fixed Multi Tool functioning as unlimited Shears
2020-02-08 09:11:30 +00:00
* Fixed #1383
2020-02-08 23:26:04 +00:00
* Fixed Android Script Component textures
2020-01-09 22:33:11 +00:00
2020-01-06 19:01:15 +00:00
## Release Candidate 4 (06 Jan 2020)
2019-12-26 22:52:00 +00:00
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#4
2020-03-13 11:53:45 +00:00
#### Additions
2019-12-26 22:52:00 +00:00
* Added 1.15 support (1.14 and 1.15 are both supported)
* Added custom model support to Slimefun Guide and some Recipe Types
* Added Nether Gold Pan
* Added Iron Nuggets to Gold Pan drops
* Added CS-CoreLib version to the guide info
* Added AndroidMineEvent
* Added Electric Press
* Added Soulbound Trident
* Added "Andesite, Granite and Diorite to Gravel" recipes to the Grinder
* Added "nuggets to ingots and ingots to blocks" recipes to the Electric Press
* Added Salt to the GEO - Miner
* Added Magnesium Salt
* Added Magnesium-powered Generator
* Added "Gravel to Sand" recipe to the Grinder
* Added config option for circuit board drops
* Added player option to toggle research fireworks in the guide settings
* Added Kelp Cookies
* Added support for multiple recipes on vanilla items
2020-01-03 13:51:49 +00:00
* Added a "Craft last" button to the Automated Crafting Chamber
2020-01-05 20:49:21 +00:00
* Added more ore-doubling Recipes to the Ore Crusher
* Added Addons to the guide settings
2019-12-26 22:52:00 +00:00
2020-03-13 11:53:45 +00:00
#### Changes
2019-12-26 22:52:00 +00:00
* Revamped Guide Settings menu
* Changed some Category icons
* Changed Grappling Hook recipe
* Searching the guide now shows the Category of the item
* Contributors now also show their minecraft username (if possible)
* Changed teleporter sounds
* Electric Gold Pan now also supports Nether Gold Pan drops
* More performance improvements
* Improved Cargo performance
* Removed Nether Drill
2019-12-29 13:14:51 +00:00
* Tweaked Enhanced Furnace Recipes
2020-01-03 13:41:15 +00:00
* Changed tooltips for Radiation
* Oil Pump now shows its "Bucket -> Oil" recipe
2019-12-26 22:52:00 +00:00
2020-03-13 11:53:45 +00:00
#### Fixes
2019-12-26 22:52:00 +00:00
* Fixed Research Titles
* Fixed #1264
* Fixed #1261
* Fixed #1266
* Fixed #1272
* Fixed #1273
* Fixed christmas items
* Fixed Multi Tools
* Fixed credits not showing all contributors
* Fixed exception when viewing the second page of the credits
* Fixed #1269
* Fixed #1276
* Fixed GEO-Miner dupes
* Fixed Output Chest not working
* Fixed #1281
* Fixed #1280
* Fixed a lot of issues with Crucibles
* Fixed Grind Stone dupes
* Fixed #1316
* Fixed performance issues with Oil Pumps
* Fixed #1318
* Fixed #1298
* Fixed #1325
2019-12-28 11:42:39 +00:00
* Fixed #1295
2019-12-29 13:14:51 +00:00
* Fixed MultiBlocks not accepting different fence types
2019-12-30 00:25:05 +00:00
* Fixed #1337
* Fixed Applie Pie ID mismatch
2020-01-03 16:00:32 +00:00
* Fixed #1344
* Fixed #1349
* Fixed #1332
* Fixed #1356 and maybe other concurrency issues
2020-01-05 20:49:21 +00:00
* Fixed Ore Crusher's missing recipes
2020-01-05 20:50:17 +00:00
* Fixed #1354
2019-12-26 22:52:00 +00:00
2019-12-26 22:19:42 +00:00
## Release Candidate 3 (21 Nov 2019)
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#3
2020-03-13 11:53:45 +00:00
#### Additions
2019-12-26 22:19:42 +00:00
* Smeltery now shows some recipes in the guide
* Added Sweet Berry Juice
* MultiBlocks that require fences will now accept all types of wooden fences
* Added craftable Totems of Undying
* Added back some wiki-pages to the guide
* Added support for all new minecraft recipes to correctly display in the guide
* Added support for custom model data for items
* Added Output Chest support to the Table Saw
* Added Output Chest support to the Automated Panning Machine
* Added Jerky recipes to the Auto-Drier
* Added AutoDisenchantEvent
* Added "Flint to Cobblestone" Recipe to the Compressor
2020-03-13 11:53:45 +00:00
#### Changes
2019-12-26 22:19:42 +00:00
* Changed Ignition Chamber Recipe
* /sf cheat no longer allows you to spawn in MultiBlocks
* Removed Heavy Armor
* Massive performance improvements with a new item-id system
* Huge performance improvements with skippable tickers
* Changed Elytra Scale Recipe
* Revamped Reactor Access Port
* Performance improvements for multi tools
* Performance improvements for armor
* Performance improvements for the Slimefun Guide
2020-03-13 11:53:45 +00:00
#### Fixes
2019-12-26 22:19:42 +00:00
* Fixed Stone Chunk -> Cobblestone Recipe not working
* Fixed #1145
* Fixed #1157
* Fixed #1180
* Fixed Backpacks not working
* Fixed /sf cheat not showing locked categories
* Fixed #1200
* Fixed #1196
* Fixed #1153
* Fixed some food items
* Fixed multi tools not working
* Fixed #1202
* Fixed #1211
* Fixed #1219
* Fixed #1226
* Fixed #1224
* Fixed repair-cost getting wiped after disenchanting
* Fixed GPS transmitters transmitting wrong locations
* Fixed Ancient Altar allowing you to craft locked items
## Release Candidate 2 (29 Sep 2019)
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#2
2020-03-13 11:53:45 +00:00
#### Additions
2019-12-26 22:19:42 +00:00
* Added GEO - Miner
* Added more bStats Charts
2020-03-13 11:53:45 +00:00
#### Changes
2019-12-26 22:19:42 +00:00
* Reworked MultiBlocks
* Removed the Saw Mill
### Fixes
* Fixed Basic Machines not showing all recipes
* Fixed #1129
* Fixed #1130
* Fixed Auto-Updater for stable builds
## Release Candidate 1 (26 Sep 2019)
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#1
2020-03-13 11:53:45 +00:00
* First "stable" release since over a year. Stable builds will NOT receive support for bug reports since they are technically outdated.