mirror of
https://github.com/koloml/vs-manual-cartography.git
synced 2026-06-23 18:22:21 +00:00
This commit adds dummy compass item wich will just send the angle into the chat when you click RMB on it.
14 lines
371 B
JSON
14 lines
371 B
JSON
{
|
|
"$schema": "https://moddbcdn.vintagestory.at/schema/modinfo.latest.json",
|
|
"type": "Code",
|
|
"modid": "manualcartography",
|
|
"name": "Manual Cartography",
|
|
"authors": [
|
|
"KoloMl"
|
|
],
|
|
"description": "Bundle of instruments to create maps of your world. Manually!",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"game": "1.22.2"
|
|
}
|
|
} |