Update README.md

This commit is contained in:
Michael Mikovsky
2025-09-07 16:24:16 -06:00
committed by GitHub
parent f660acfad8
commit dc2e19df26
+10 -5
View File
@@ -1,9 +1,14 @@
# Fabric Example Mod # MC Server icon
In-game server icon editing using a map.
The idea behind this, is that anyone can draw on the server icon.
### How to use:
1) Create a filled map (Use the smallest sized map for the best results)
2) Find the top left corner of the map, and find the center block of the map. (The smallest sized map should have its center 64x64 blocks in the positive XZ direction)
3) Build whatever you need to in the top left quadrant of the map
4) run /favicon, and the map should be updated
## Setup
For setup instructions please see the [fabric documentation page](https://docs.fabricmc.net/develop/getting-started/setting-up-a-development-environment) that relates to the IDE that you are using.
## License
This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.