Initial commit
This commit is contained in:
commit
ecd11251a3
7 changed files with 71 additions and 0 deletions
1
resources/assets/neoraider_test/lang/en_US.lang
Normal file
1
resources/assets/neoraider_test/lang/en_US.lang
Normal file
|
@ -0,0 +1 @@
|
|||
tile.woodTest.name=Test Wood
|
BIN
resources/assets/neoraider_test/textures/blocks/planks_test.png
Normal file
BIN
resources/assets/neoraider_test/textures/blocks/planks_test.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 618 B |
BIN
resources/assets/neoraider_test/textures/items/testItem.png
Normal file
BIN
resources/assets/neoraider_test/textures/items/testItem.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 618 B |
16
resources/mcmod.info
Normal file
16
resources/mcmod.info
Normal file
|
@ -0,0 +1,16 @@
|
|||
[
|
||||
{
|
||||
"modid": "neoraider_test",
|
||||
"name": "NeoRaider's Test Mod",
|
||||
"description": "Foo",
|
||||
"version": "${version}",
|
||||
"mcversion": "${mcversion}",
|
||||
"url": "",
|
||||
"updateUrl": "",
|
||||
"authors": ["NeoRaider"],
|
||||
"credits": "Bar",
|
||||
"logoFile": "",
|
||||
"screenshots": [],
|
||||
"dependencies": []
|
||||
}
|
||||
]
|
Reference in a new issue