mirror of
https://github.com/NeoForgeMDKs/MDK-1.21-ModDevGradle
synced 2025-02-13 22:44:39 +00:00
Add a lang file in the MDG template so that a resources folder exists (#150)
This commit is contained in:
parent
0634e4b982
commit
6bb4c8a222
1 changed files with 5 additions and 0 deletions
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…
Add table
Reference in a new issue