mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
Use correct event bus for key mapping registry on Forge
This commit is contained in:
@@ -34,7 +34,7 @@ import org.apache.logging.log4j.Logger;
|
|||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@Mod.EventBusSubscriber(modid = ArchitecturyForge.MOD_ID, value = Dist.CLIENT)
|
@Mod.EventBusSubscriber(modid = ArchitecturyForge.MOD_ID, bus = Mod.EventBusSubscriber.Bus.MOD, value = Dist.CLIENT)
|
||||||
public class KeyMappingRegistryImpl {
|
public class KeyMappingRegistryImpl {
|
||||||
private static final Logger LOGGER = LogManager.getLogger(KeyMappingRegistryImpl.class);
|
private static final Logger LOGGER = LogManager.getLogger(KeyMappingRegistryImpl.class);
|
||||||
private static final List<KeyMapping> MAPPINGS = new ArrayList<>();
|
private static final List<KeyMapping> MAPPINGS = new ArrayList<>();
|
||||||
|
|||||||
Reference in New Issue
Block a user