Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cypphi/survivaldebugger-fabric
Allows usage of the debug stick in survival.
https://github.com/cypphi/survivaldebugger-fabric
fabricmc fabricmc-serverside-mod minecraft
Last synced: 23 days ago
JSON representation
Allows usage of the debug stick in survival.
- Host: GitHub
- URL: https://github.com/cypphi/survivaldebugger-fabric
- Owner: Cypphi
- License: cc0-1.0
- Created: 2023-05-09T09:06:07.000Z (almost 2 years ago)
- Default Branch: 1.19
- Last Pushed: 2023-05-11T17:13:35.000Z (over 1 year ago)
- Last Synced: 2024-11-15T10:40:03.932Z (3 months ago)
- Topics: fabricmc, fabricmc-serverside-mod, minecraft
- Language: Java
- Homepage: https://discord.gg/Ry2VBVV8GJ
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Survival Debugger
Simple mod allowing you to use debug sticks in survival.## Disclaimer
I do not provide any support for this mod as it was created for personal usage. This is a more simplified version which does not include a recipe to craft a debug stick in survival. This mod assumes you already have one through any of the countless ways of getting one in survival, creative or with commands.
For ways to obtain a debug stick in survival check out this [amazing community](https://discord.gg/KXTaEftvj9).# Requirements
- A client or server to run this mod on. This mod can be used server side only.
- [Fabric Loader](https://fabricmc.net/use/)
- [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api)# Credits
- JustS-js for [debugStickSurvival](https://github.com/JustS-js/debugStickSurvival)