Skip to content

Commit

Permalink
Merge pull request #24 from KevinDaGame/feature/minecraft-1-19
Browse files Browse the repository at this point in the history
Update to Minecraft 1.19
  • Loading branch information
Lennart99 committed Jun 7, 2022
2 parents a307411 + a1f0227 commit f7345b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,18 @@ https://discord.com/invite/YDjykYsAFF

Minecraft Version
------------------
VoxelSniper is being built against the Bukkit 1.18.1 API.
VoxelSniper is being built against the Bukkit 1.19 API.

***We will not support anything below 1.16.5***
- Minecraft 1.19
- Minecraft 1.18.2
- Minecraft 1.17.1
- Minecraft 1.16.5

- Minecraft 1.18
***We will not support anything below 1.16.5***

Compilation
-----------
Pre-compiled JARs will be available in releases..
Pre-compiled JARs are available in [Releases](https://github.com/KevinDaGame/VoxelSniper/releases).

We use Maven to handle dependencies.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.18.1-R0.1-SNAPSHOT</version>
<version>1.19-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f7345b3

Please sign in to comment.