Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firef1a/hyperviewer
now this is crazy
https://github.com/firef1a/hyperviewer
codeviewer dfonline diamondfire fabric fabricmc fabricmc-mod minecraft
Last synced: 19 days ago
JSON representation
now this is crazy
- Host: GitHub
- URL: https://github.com/firef1a/hyperviewer
- Owner: firef1a
- License: mit
- Created: 2024-06-02T03:13:44.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-05T20:14:26.000Z (4 months ago)
- Last Synced: 2024-11-10T02:43:04.967Z (3 months ago)
- Topics: codeviewer, dfonline, diamondfire, fabric, fabricmc, fabricmc-mod, minecraft
- Language: Java
- Homepage:
- Size: 386 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hyperviewer
A client-side mod for viewing code on DiamondFire. This mod displays the block-based code as a text in a pythonic/java-ic way.## Main features and How 2 use.
To open the menu, press Y, then, before you join a plot, click the power button in the top left corner to turn on the codeviewer and allow the mod to perform actions for you. Then join a plot and fly around near your code (within 4 blocks) and the mod will automatically grab the code and add it to your codeviewer menu.You can delete specific code templates after you turn the codeviewer grabber off (power button), aswell as deleting al l grabbed code, saving it as a file, and loading it from a file named "codeDump.json" in your /firemod folder.
## CodeViewer Example Showcase
![codeviewer showcase](https://cdn.modrinth.com/data/cached_images/dac135a783d35c6ec8f6c60fe96b8832dc1a0cf7.png)## Planned Features
- Automatic teleportation to code blocks on the plot so you don't have to fly around.
- Some way to teleport to code when clicking on it in the codeviewer.