File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Table of contents
2
- - [ Release Candidate 35 (TBD)] ( #release-candidate-35-tbd )
2
+ - [ Release Candidate 36 (TBD)] ( #release-candidate-36-tbd )
3
+ - [ Release Candidate 35 (7 Jul 2023)] ( #release-candidate-35-7-jul-2023 )
3
4
- [ Release Candidate 34 (20 Jun 2023)] ( #release-candidate-34-20-jun-2023 )
4
5
- [ Release Candidate 33 (07 Jan 2023)] ( #release-candidate-33-07-jan-2023 )
5
6
- [ Release Candidate 32 (26 Jun 2022)] ( #release-candidate-32-26-jun-2022 )
35
36
- [ Release Candidate 2 (29 Sep 2019)] ( #release-candidate-2-29-sep-2019 )
36
37
- [ Release Candidate 1 (26 Sep 2019)] ( #release-candidate-1-26-sep-2019 )
37
38
38
- ## Release Candidate 35 (TBD)
39
+ ## Release Candidate 36 (TBD)
40
+
41
+ #### Additions
42
+
43
+ #### Changes
44
+
45
+ #### Fixes
46
+
47
+ ## Release Candidate 35 (7 Jul 2023)
39
48
40
49
#### Additions
41
50
* Added ` sounds.yml ` file to configure sound effects for Slimefun
51
+ * Added preview builds to the repo, PRs will now have a build which testers can use
52
+ * (API) Added SlimefunBlockBreakEvent and SlimefunBlockPlaceEvent events for plugins/addons to implement
53
+ * (API) Added an efficient way to clear BlockStorage within a chunk - BlockStorage.clearAllBlockInfoAtChunk
54
+ * (API) Added DistinctiveItem, a way to distinguish your item with more than just ID
55
+ * (API) Added ExternallyInteractable, a way for addons to define "interactions" for blocks
42
56
43
57
#### Changes
44
58
* Moved all sound effects to the new sound system
45
59
46
60
#### Fixes
61
+ * Fixed recipe shift in multiblocks when items are disabled (#3286 )
62
+ * Fixed backpack dupe within cargo (#3379 )
47
63
48
64
## Release Candidate 34 (20 Jun 2023)
49
65
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#34
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Here is a full summary of the differences between the two different versions of
30
30
31
31
| | development (latest) | "stable" |
32
32
| ------------------ | -------- | -------- |
33
- | ** Minecraft version(s)** | :video_game : ** 1.16.\* - 1.20.\* ** | :video_game : ** 1.14 .\* - 1.20.\* ** |
33
+ | ** Minecraft version(s)** | :video_game : ** 1.16.\* - 1.20.\* ** | :video_game : ** 1.16 .\* - 1.20.\* ** |
34
34
| ** Java version** | :computer : ** Java 16 (or higher)** | :computer : ** Java 16 (or higher)** |
35
35
| ** automatic updates** | :heavy_check_mark : | :heavy_check_mark : |
36
36
| ** frequent updates** | :heavy_check_mark : | :x : |
You can’t perform that action at this time.
0 commit comments