Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juancarloscp52/spyglass-improvements

Spyglass Improvements is a mod that add various functionality and improvements to the vanilla minecraft spyglass.
https://github.com/juancarloscp52/spyglass-improvements

fabric forge minecraft minecraft-mod spyglass vanilla

Last synced: 16 days ago
JSON representation

Spyglass Improvements is a mod that add various functionality and improvements to the vanilla minecraft spyglass.

Awesome Lists containing this project

README

        

# Spyglass Improvements
Spyglass Improvements is a mod that add various functionality and improvements to the vanilla minecraft spyglass.

## Features
- Spyglass Zoom using mouse scroll wheel.
- Quick access to the Spyglass by pressing 'Z'.
- Different Spyglass overlays.
- Compatibility with Equipment Slot mods such as [Trinkets](https://www.curseforge.com/minecraft/mc-mods/trinkets), [Accessories](https://www.curseforge.com/minecraft/mc-mods/accessories) and [Curios](https://www.curseforge.com/minecraft/mc-mods/curios-continuation) API.

## ScreenShots:
![Zoom Example](https://raw.githubusercontent.com/juancarloscp52/spyglass-improvements/fabric-1.19/images/zoom.gif)
![Clear Layout](https://raw.githubusercontent.com/juancarloscp52/spyglass-improvements/fabric-1.19/images/clear.png)
![Circle Layout](https://raw.githubusercontent.com/juancarloscp52/spyglass-improvements/fabric-1.19/images/circle.png)
![None Layout](https://raw.githubusercontent.com/juancarloscp52/spyglass-improvements/fabric-1.19/images/none.png)

## Installation:
### NeoForge
This mod requires [NeoForge](https://neoforged.net/). You can download Spyglass Improvements from the [CurseForge page](https://www.curseforge.com/minecraft/mc-mods/spyglass-improvements), make sure to download the NeoForge version.
Install NeoForge.
Drop the mod jar inside the mods folder.

To enable Equipment Slot functionality you can use any of these options:
- [Accessories](https://www.curseforge.com/minecraft/mc-mods/accessories) and the [Accessories Curios Compat Layer](https://www.curseforge.com/minecraft/mc-mods/accessories-cc-layer).
- [Curios API Continuation](https://www.curseforge.com/minecraft/mc-mods/curios-continuation).
### Fabric
This mod requires [Fabric](https://fabricmc.net/use/) and [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api). You can download Spyglass Improvements from the [CurseForge page](https://www.curseforge.com/minecraft/mc-mods/spyglass-improvements), make sure to download the fabric version.
Drop the mod and Fabric API JARs inside the mods folder.

To enable Equipment Slot functionality you can use any of these options:
- [Trinkets](https://www.curseforge.com/minecraft/mc-mods/trinkets).
- [Accessories](https://www.curseforge.com/minecraft/mc-mods/accessories) and the [Accessories Trinkets Compat Layer](https://www.curseforge.com/minecraft/mc-mods/accessories-tc-layer).

## Building from source:
Under Linux / Mac OS
```shell script
git clone https://github.com/juancarloscp52/spyglass-improvements/
cd spyglass-improvements
./gradlew build
```
Under Windows
```shell script
git clone https://github.com/juancarloscp52/spyglass-improvements/
cd spyglass-improvements
gradlew build
```
You can find the built JARs inside spyglass-improvements/{LOADER}/build/libs

## License
spyglass-improvements is released under the free and open-source [GPL-3.0 License](https://github.com/juancarloscp52/spyglass-improvements/blob/master/LICENSE).