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

Added support for Minecraft 1.18.2

Happy build DEV-1000 🎉
This commit is contained in:
TheBusyBiscuit 2022-03-09 14:14:05 +01:00
parent bd3640c7a8
commit ef1b6ae9a9
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@
* Added a new item setting for Freezers to allow them to use a 9:1 "vanilla" ratio instead of 1:1 (1:1 by default, like before)
* (API) Added `PlayerProfile#hasUnlockedEverything()` to check if a player has unlocked all researches
* Added support for the plugin "HuskTowns"
* Added support for Minecraft 1.18.2
#### Changes
* (API) `BiomeMapParser` is now `public`

View File

@ -350,7 +350,7 @@
<dependency>
<groupId>io.github.baked-libs</groupId>
<artifactId>dough-api</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<scope>compile</scope>
</dependency>
<dependency>