Add a lang file in the MDG template so that a resources folder exists (#150)
This commit is contained in:
parent
0634e4b982
commit
6bb4c8a222
5
src/main/resources/assets/examplemod/lang/en_us.json
Normal file
5
src/main/resources/assets/examplemod/lang/en_us.json
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"itemGroup.examplemod": "Example Mod Tab",
|
||||||
|
"block.examplemod.example_block": "Example Block",
|
||||||
|
"item.examplemod.example_item": "Example Item"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user