Skip to content

Commit 6bb4c8a

Browse files
authored
Add a lang file in the MDG template so that a resources folder exists (#150)
1 parent 0634e4b commit 6bb4c8a

File tree

1 file changed

+5
-0
lines changed
  • src/main/resources/assets/examplemod/lang

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"itemGroup.examplemod": "Example Mod Tab",
3+
"block.examplemod.example_block": "Example Block",
4+
"item.examplemod.example_item": "Example Item"
5+
}

0 commit comments

Comments
 (0)