bugfix
All checks were successful
/ Auto-Build-App (push) Successful in 1m25s

This commit is contained in:
pietru 2024-07-21 16:03:04 +02:00
parent 10a62fc43c
commit 0c178ee3f4
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ org.gradle.parallel=true
org.gradle.caching=false org.gradle.caching=false
# Project Info # Project Info
version=1.6.1 version=1.6.2
group=net.pietru group=net.pietru
id=omni_power id=omni_power

View file

@ -27,7 +27,7 @@ public class OmniPower implements ModInitializer {
} }
} }
public void load_power_event(){ public static void load_power_event(){
try { try {
BlockEvents.registerBlockEventAction(Power.class); BlockEvents.registerBlockEventAction(Power.class);
} catch (Exception e){ } catch (Exception e){