Skip to content

Commit f9f2263

Browse files
committed
Readme + Gradle Changes
1 parent c943fbd commit f9f2263

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Configurable ESP settings allowing for custom colors, fill and transparency.
7878

7979
Example: ```/sm:config BlockHighlightESP set outlineColor #ff0000 outlineAlpha 0.5 fillEnabled true fillColor #00ff00 fillAlpha 0.35```
8080

81-
![ESP](https://i.imgur.com/S9KeYpR.png)
81+
![ESP](https://i.imgur.com/LaHAJnI.png)
8282

8383
### Improved Waypoints
8484
Supports [Wurst7-CevAPI](https://github.com/cev-api/Wurst7-CevAPI) waypoints, Xaero Waypoints and its own waypoint system via right click context menu.

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G
33
org.gradle.parallel=true
44

55
# Mod Properties
6-
mod_version=2.18.1
6+
mod_version=2.18.1-CevAPI
77
maven_group=dev.xpple
8-
archives_base_name=seedmapper
8+
archives_base_name=SeedMapper
99

1010
# Minecraft properties
1111
minecraft_version=1.21.11

src/main/c/cubiomes

src/main/resources/fabric.mod.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
"id": "seedmapper",
44
"version": "${version}",
55

6-
"name": "SeedMapper",
7-
"description": "In-game Minecraft Fabric mod that allows you to do various things with the world seed.",
6+
"name": "SeedMapper CevAPI",
7+
"description": "A fork of the in-game Minecraft Fabric mod that allows you to do various things with the world seed.",
88
"authors": [
9-
"xpple"
9+
"xpple",
10+
"CevAPI"
1011
],
1112
"contact": {
1213
"homepage": "https://xpple.dev/",

0 commit comments

Comments
 (0)