Initial commit

This commit is contained in:
Matthias Schiffer 2014-05-25 23:28:55 +02:00
commit ecd11251a3
7 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1 @@
tile.woodTest.name=Test Wood

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 B

16
resources/mcmod.info Normal file
View 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": []
}
]