Prep for pre1c release
This commit is contained in:
parent
ae6201a62c
commit
1c7ef909e6
2 changed files with 8 additions and 1 deletions
7
ee3_common/ee3/common/item/IKeyBound.java
Normal file
7
ee3_common/ee3/common/item/IKeyBound.java
Normal file
|
@ -0,0 +1,7 @@
|
|||
package ee3.common.item;
|
||||
|
||||
public interface IKeyBound {
|
||||
|
||||
public abstract void doKeyBindingAction(String keyBinding, boolean isSneaking);
|
||||
|
||||
}
|
|
@ -4,5 +4,5 @@
|
|||
<comment>Version lookup for Equivalent Exchange 3. Format is "Current Version Number|URL to update page"</comment>
|
||||
<entry key="Minecraft 1.4.2">pre1a|http://goo.gl/Ria2V</entry>
|
||||
<entry key="Minecraft 1.4.4">pre1b|http://goo.gl/Ria2V</entry>
|
||||
<entry key="Minecraft 1.4.5">pre2|http://goo.gl/Ria2V</entry>
|
||||
<entry key="Minecraft 1.4.5">pre1c|http://goo.gl/Ria2V</entry>
|
||||
</properties>
|
Loading…
Reference in a new issue