Add 360° screenshot feature when pressing Ctrl + Screenshot Keybind
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.replaymod.replay.events;
|
||||
|
||||
import net.minecraftforge.fml.common.eventhandler.Cancelable;
|
||||
import net.minecraftforge.fml.common.eventhandler.Event;
|
||||
|
||||
@Cancelable
|
||||
public abstract class ReplayDispatchKeypressesEvent extends Event {
|
||||
public static class Pre extends ReplayDispatchKeypressesEvent {}
|
||||
}
|
||||
Reference in New Issue
Block a user