mirror of
https://github.com/koloml/vs-manual-cartography.git
synced 2026-06-24 02:32:22 +00:00
Initial commit from Vintage Story mod template
This commit adds dummy compass item wich will just send the angle into the chat when you click RMB on it.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"code": "compass",
|
||||
"class": "manualcartography.itemcompass",
|
||||
"maxstacksize": 1,
|
||||
"shape": {
|
||||
"base": "game:shapes/item/utility/compass"
|
||||
},
|
||||
"creativeinventory": {
|
||||
"items": [ "*" ],
|
||||
"manualcartography": [ "*" ]
|
||||
}
|
||||
}
|
||||
4
ManualCartography/assets/manualcartography/lang/en.json
Normal file
4
ManualCartography/assets/manualcartography/lang/en.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"item-compass": "Compass",
|
||||
"tabname-manualcartography": "Manual Cartography"
|
||||
}
|
||||
Reference in New Issue
Block a user