Added AND finished successfully the work on the config file. Perfect with comments and stuff and a in-game config pane. that's a new feature. that's so cool!

This commit is contained in:
0xSeb
2015-10-22 01:15:26 +02:00
parent 0777d0b5ac
commit 2dbac86289
7 changed files with 226 additions and 100 deletions
@@ -10,5 +10,12 @@ key.lowercenter=8. Lower Center
key.lowerright=9. Lower Right
key.stack=Stack Key
key.interact=Interaction Key
# Control Category Name
key.categories.craftingkeys=Crafting Keys
# Config Stuff
de.skate702.craftingkeys.keys=Keys
de.skate702.craftingkeys.other=Other
de.skate702.craftingkeys.keys.tooltip=Set your Keys here (Just google "LWJGL Key codes"!)
de.skate702.craftingkeys.other.tooltip=All other settings are here!
+9 -13
View File
@@ -1,16 +1,12 @@
[
{
"modid": "craftingkeys",
"name": "Crafting Keys",
"description": "TODO",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "http://skate702.de",
"updateUrl": "http://skate702.de",
"authorList": ["skate702, 0xSeb"],
"credits": "Thanks to Inventory-Tweaks!",
"logoFile": "",
"screenshots": [],
"dependencies": []
"modid": "craftingkeys",
"name": "Crafting Keys",
"description": "Simple better crafting! You can change the Key Bindings by clicking on Config.",
"version": "1.0.0",
"credits": "Based on the open-source InvTweaks-Mod. Thanks a lot!",
"mcversion": "1.7.10 - 1.8",
"url": "http://skate702.de",
"authorList": [ "skate702", "0xSeb" ]
}
]
]