Skip to content

Instantly share code, notes, and snippets.

View johnaqu1no's full-sized avatar
🚀
lode.gg

John Aquino johnaqu1no

🚀
lode.gg
View GitHub Profile
@johnaqu1no
johnaqu1no / BackroomsCutscene.java
Created October 23, 2025 04:37
SpacePotato's Found Footage Camera Code - Lectern Distribution
package gg.lode.lectern.effects.impl.horror.backrooms;
import gg.lode.lectern.effects.Effect;
import gg.lode.lectern.effects.EffectManager;
import gg.lode.lectern.effects.impl.CameraModifier;
import gg.lode.lectern.effects.impl.KeybindDisabler;
import gg.lode.lectern.events.Subscribe;
import gg.lode.lectern.events.impl.NetworkEvent;
import gg.lode.lectern.events.impl.TickEvent;
import lombok.Getter;
@johnaqu1no
johnaqu1no / ModdingTutorial.md
Last active March 24, 2024 12:33
This is a quick tutorial using Harmony, you can come here after you've created your first mod in https://docs.reactor.gg/

Welcome to Apollo's Little Guide on how to start modding! And no I don't plan to make a video on this.

This is a tutorial after 5 days of modding, I may get some terms wrong

Yes, if you are determined you can understand a lot instead of asking for a spoonfeed

Let's get started! Head on to https://docs.reactor.gg and follow the documentation, come back here after you've got your first mod created!

Before getting into modding