Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awman3703/waypoint-mod-1.20.1
Waypoint mod for Minecraft - replit.com bounty for @DillonB07
https://github.com/awman3703/waypoint-mod-1.20.1
java mcfunction minecraft-commands minecraft-datapack minecraft-mod
Last synced: 10 days ago
JSON representation
Waypoint mod for Minecraft - replit.com bounty for @DillonB07
- Host: GitHub
- URL: https://github.com/awman3703/waypoint-mod-1.20.1
- Owner: AwMan3703
- License: other
- Created: 2023-09-10T14:00:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T13:14:06.000Z (4 months ago)
- Last Synced: 2024-08-05T15:11:37.358Z (4 months ago)
- Topics: java, mcfunction, minecraft-commands, minecraft-datapack, minecraft-mod
- Language: Java
- Homepage:
- Size: 404 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Waypoint Mod 1.20.1
*Created for a replit.com bounty (commissioned by @DillonB07)*### Info
- Minecraft 1.20.1
- Fabric mod loader
- Server-side### Setup:
- make sure to place `FW_Datapack.zip` ([get it here](https://github.com/AwMan3703/waypoint-mod-1.20.1/tree/1ff7db74d322855f6e701c489e62244c71542272/src_DATAPACK)) in your server's datapacks folder **AND UNZIP IT** (this is needed for the /waypoint follow command to correctly display the HUD).
- **IF YOU DOWNLOAD THE SOURCE CODE**: `./gradlew build` to build the mod, then put the .jar file (`build/libs/waypoint-mod1.0.0.jar`, take the one with the shortest name) in your server's `mods/` folder.
- **IF YOU DOWNLOAD THE MOD AS .JAR**: put the file in your server's `mods/` folder