mirror of
https://github.com/Lucaslah/WeatherChanger.git
synced 2026-01-21 05:17:51 +00:00
Added forge support + update architectury loom
This commit is contained in:
@@ -6,7 +6,7 @@ import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
|
||||
public abstract class KeybindingManager {
|
||||
public class KeybindingManager {
|
||||
private final HashMap<Identifier, Key> entries = new HashMap<>();
|
||||
|
||||
public KeybindingManager add(Key entry) {
|
||||
@@ -25,6 +25,4 @@ public abstract class KeybindingManager {
|
||||
|
||||
return new ArrayList<>();
|
||||
}
|
||||
|
||||
public abstract void registerKeys();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user