Initial project scaffold for VS Vineyard mod
Sets up C# .NET 8 project with modinfo.json, ModSystem entry point, full asset directory structure, .gitignore, and README. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
8
resources/assets/vsvineyard/lang/en.json
Normal file
8
resources/assets/vsvineyard/lang/en.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"block-vsvineyard-grapevine-*": "Grape Vine",
|
||||
"item-vsvineyard-grapes-*": "Grapes",
|
||||
"item-vsvineyard-grapejuice": "Grape Juice",
|
||||
"item-vsvineyard-wine-*": "Wine",
|
||||
"block-vsvineyard-winebarrel": "Wine Barrel",
|
||||
"block-vsvineyard-winepress": "Wine Press"
|
||||
}
|
||||
Reference in New Issue
Block a user