initial commit

This commit is contained in:
Raoul Van den Berge
2015-12-07 17:09:01 +01:00
commit b1e54306a5
18 changed files with 433 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
itemGroup.storagecraft=StorageCraft
block.storagecraft:controller.name=Controller
block.storagecraft:cable.name=Cable

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

16
src/main/resources/mcmod.info Executable file
View File

@@ -0,0 +1,16 @@
[
{
"modid": "storagecraft",
"name": "StorageCraft",
"description": "",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "",
"updateUrl": "",
"authorList": ["raoulvdberge"],
"credits": "Raoul",
"logoFile": "",
"screenshots": [],
"dependencies": []
}
]