mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-05 13:39:09 +01:00
a07d8ba5c7
* Added custom tile example * Fixed whitespace
22 lines
635 B
JSON
22 lines
635 B
JSON
{
|
|
"BuildMode": {
|
|
"ExampleMod.CustomTable": "Custom Table",
|
|
"ExampleMod.CrossedWallpaper": "Crossed Wallpaper",
|
|
"ExampleMod.CustomTile": "Custom Tile"
|
|
},
|
|
"Clothes": {
|
|
"ExampleMod.DarkShirt": "Dark Shirt",
|
|
"ExampleMod.PastelPants": "Pastel Pants",
|
|
"ExampleMod.PastelShoes": "Pastel Shoes",
|
|
"ExampleMod.WeirdHair": "Weird Hair"
|
|
},
|
|
"Emotions": {
|
|
"ExampleMod.GrassSitting": "Comfy Green Ground"
|
|
},
|
|
"Actions": {
|
|
"ExampleMod.SitOnGrass": "Sit on Grass"
|
|
},
|
|
"Ui": {
|
|
"ExampleMod.DarkShirtSpeedOption": "Dark Shirt Speed"
|
|
}
|
|
}
|