Skip to content

0.0.2 Alpha (MC 1.19.4)

Pre-release
Pre-release
Compare
Choose a tag to compare
@XVNexus XVNexus released this 01 May 02:55
· 18 commits to main since this release

Features:

  • road scanner
  • config file (so u can edit ur settings without recompiling because I do not know how to make an ingame config editor yet)

Installation:

  1. use the Fabric mod loader for 1.19.4
  2. download the jar and place it in your Minecraft mods folder (.minecraft/mods unless yo pc goofy ahh)
  3. make sure you also have Fabric API, Fabric Language Kotlin, Owo Lib, Xaero's Minimap, and Xaero's World Map for 1.19.4 in your mods folder (yes I know its kinda fucked having 5 dependancies on a small mod like this but thats a job for future me to fix)

Usage (while joined on a world/server):

  • R scan surrounding area (limited to a certain radius around player in config options)
  • G reload config (will load the config file and scan data from disk which is useful for changing config options without restarting the game)
  • U open ui (does not work because I farded)

Config (.minecraft/roadmap/config.json):

  • scanRadius the maximum radius around the player the scanner is allowed to search for
  • scanHeight how much to scan up or down when finding the surface at the player position and finding block clearance (distance to ceiling)
  • roadBlocks which blocks are considered road
  • solidBlocks which blocks are considered solid
  • transparentBlocks which blocks are considered not solid

Changelog:

  • (tried) to fix improper chunk coordinate calculation
  • added config for solid and transparent blocks (not ignored / ignored by scanner)