Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@
}
],
"ShakeItems": null,
"CustomFields": null,
"CustomFields": {
"UIInfoSuite.ExtendedData/DisplayName": "{{i18n:displayname.birch-tree}}"
},
"GrowsMoss": false
},

Expand Down Expand Up @@ -218,7 +220,9 @@
}
],
"ShakeItems": null,
"CustomFields": null,
"CustomFields": {
"UIInfoSuite.ExtendedData/DisplayName": "{{i18n:displayname.fir-tree}}"
},
"GrowsMoss": false
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,14 @@
"object.birch-seed.description": "This can be planted to grow a birch tree.",
"object.birch-water.name": "Birch Water",
"object.birch-water.description": "It has a slightly sugary taste.",
"displayname.birch-tree": "Birch",
"object.birch-syrup.name": "Birch Syrup",
"object.birch-syrup.description": "A rare robust syrup with a caramel-like flavor.",
"object.fir-cone.name": "Fir Cone",
"object.fir-cone.description": "This can be planted to grow a fir tree.",
"object.fir-wax.name": "Fir Wax",
"object.fir-wax.description": "A glossy, oily substance extracted from fir tree sap.",
"displayname.fir-tree": "Fir",
"object.seed-cookie.name": "Seed Cookie",
"object.seed-cookie.description": "A nutritious, crispy treat that gives a burst of energy.",
"object.candy.name": "Candy",
Expand Down