Skip to content

Commit 763822b

Browse files
committed
Update CHANGELOG and README
1 parent 4e35f62 commit 763822b

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 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)
34
- [Release Candidate 34 (20 Jun 2023)](#release-candidate-34-20-jun-2023)
45
- [Release Candidate 33 (07 Jan 2023)](#release-candidate-33-07-jan-2023)
56
- [Release Candidate 32 (26 Jun 2022)](#release-candidate-32-26-jun-2022)
@@ -35,15 +36,30 @@
3536
- [Release Candidate 2 (29 Sep 2019)](#release-candidate-2-29-sep-2019)
3637
- [Release Candidate 1 (26 Sep 2019)](#release-candidate-1-26-sep-2019)
3738

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)
3948

4049
#### Additions
4150
* 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
4256

4357
#### Changes
4458
* Moved all sound effects to the new sound system
4559

4660
#### Fixes
61+
* Fixed recipe shift in multiblocks when items are disabled (#3286)
62+
* Fixed backpack dupe within cargo (#3379)
4763

4864
## Release Candidate 34 (20 Jun 2023)
4965
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#34

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Here is a full summary of the differences between the two different versions of
3030

3131
| | development (latest) | "stable" |
3232
| ------------------ | -------- | -------- |
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.\*** |
3434
| **Java version** | :computer: **Java 16 (or higher)** | :computer: **Java 16 (or higher)** |
3535
| **automatic updates** | :heavy_check_mark: | :heavy_check_mark: |
3636
| **frequent updates** | :heavy_check_mark: | :x: |

0 commit comments

Comments
 (0)