mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-05 05:29:09 +01:00
21 lines
587 B
JSON
21 lines
587 B
JSON
{
|
|
"BuildMode": {
|
|
"ExampleMod.CustomTable": "Custom Table",
|
|
"ExampleMod.CrossedWallpaper": "Crossed Wallpaper"
|
|
},
|
|
"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"
|
|
}
|
|
}
|