Skip to content

Commit

Permalink
First release!
Browse files Browse the repository at this point in the history
  • Loading branch information
JNNGL committed Jan 27, 2024
1 parent 4b016fc commit 9a96398
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ https://github.com/JNNGL/VanillaMinimaps/assets/45935949/4a6f9cf4-0575-4a46-852e

https://github.com/JNNGL/VanillaMinimaps/assets/45935949/ea7738c9-bd4a-4388-9d65-109aa9233fcc

**Supported server versions: 1.20.4**

### Features

- Clientside layer entities
Expand All @@ -16,6 +18,7 @@ https://github.com/JNNGL/VanillaMinimaps/assets/45935949/ea7738c9-bd4a-4388-9d65
- Better map colors
- Configurable markers
- Fullscreen map view
- Custom blocks support

### Mods compatibility

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

setGroup("com.jnngl")
setVersion("1.0.0-SNAPSHOT")
setVersion("1.0.0")

repositories {
mavenCentral()
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: VanillaMinimaps
description: Fully vanilla minimaps, without any mods.
author: JNNGL
version: '${version}'
website: https://github.com/JNNGL/VanillaMinimaps
main: com.jnngl.vanillaminimaps.VanillaMinimaps
api-version: '1.20'

0 comments on commit 9a96398

Please sign in to comment.