Skip to content

Commit 229fa98

Browse files
Add basic ARCHITECTURE.md
1 parent cc4c7ea commit 229fa98

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ARCHITECTURE.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Ghostwriter.java
2+
3+
This is the first point of contact for Forge.
4+
It subscribes to Forge's event bus and is responsible for swapping the vanilla book screens for Ghostwriter versions.
5+
6+
# gui > GhostLayer.java
7+
8+
Contains Ghostwriter buttons & methods to supplement the vanilla book interfaces
9+
10+
# gui > screen > GhostWriter*Screen.java
11+
12+
These extend the vanilla book screens, adding a GhostLayer to each

0 commit comments

Comments
 (0)