Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daomephsta/silverfish
Debugging tools for Fabric mod development
https://github.com/daomephsta/silverfish
Last synced: 1 day ago
JSON representation
Debugging tools for Fabric mod development
- Host: GitHub
- URL: https://github.com/daomephsta/silverfish
- Owner: Daomephsta
- License: mit
- Created: 2022-03-05T12:47:29.000Z (over 2 years ago)
- Default Branch: 1.20.2
- Last Pushed: 2023-11-27T05:42:01.000Z (12 months ago)
- Last Synced: 2023-11-27T06:38:36.107Z (12 months ago)
- Language: Java
- Size: 115 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Silverfish
Debugging tools for Fabric mod development
## Installation
Download the appropriate [release](https://github.com/Daomephsta/silverfish/releases)
and place it in the `mods` folder of your project's run directory.
If there is no Silverfish release for an MC version, try the most recent release for a prior version. Silverfish releases will attempt to load on the target MC version, and future versions.
Configure the features you want using their [wiki pages](https://github.com/Daomephsta/silverfish/wiki) and launch Minecraft## Features
* [Origin Tracing](https://github.com/Daomephsta/silverfish/wiki/Origin-Tracing) -
Assists with debugging `Some intrusive holders were not added to registry`
* [Improved toString()](https://github.com/Daomephsta/silverfish/wiki/Improved-toString()) -
More consistent and informative vanilla toString() implementations