Started refactoring. Added KeyBindings.

This commit is contained in:
0xSeb
2015-10-20 01:06:12 +02:00
parent 5243dab2a2
commit dd2021bbed
6 changed files with 377 additions and 298 deletions
@@ -0,0 +1,14 @@
?# Control Names
key.topleft=1. Top Left
key.topcenter=2. Top Center
key.topright=3. Top Right
key.centerleft=4. Center Left
key.centercenter=5. Center Center
key.centerright=6. Center Right
key.lowerleft=7. Lower Left
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 (Mostly red Keys are NO problem!)
+1 -1
View File
@@ -1,6 +1,6 @@
[
{
"modid": "CraftingKeysID",
"modid": "craftingkeys",
"name": "Crafting Keys",
"description": "TODO",
"version": "${version}",