This commit is contained in:
parent
10a62fc43c
commit
0c178ee3f4
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ org.gradle.parallel=true
|
|||
org.gradle.caching=false
|
||||
|
||||
# Project Info
|
||||
version=1.6.1
|
||||
version=1.6.2
|
||||
group=net.pietru
|
||||
id=omni_power
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ public class OmniPower implements ModInitializer {
|
|||
}
|
||||
}
|
||||
|
||||
public void load_power_event(){
|
||||
public static void load_power_event(){
|
||||
try {
|
||||
BlockEvents.registerBlockEventAction(Power.class);
|
||||
} catch (Exception e){
|
||||
|
|
Loading…
Reference in a new issue