We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a7dbb commit 90e1a6cCopy full SHA for 90e1a6c
2 files changed
.gitignore
@@ -25,6 +25,7 @@ LICENSE-fml.txt
25
gradlew
26
gradlew.bat
27
gradle/
28
+classes/
29
MinecraftForge-Credits.txt
30
MinecraftForge-License.txt
31
Paulscode IBXM Library License.txt
src/main/java/com/fgtXray/FgtXRay.java
@@ -81,7 +81,7 @@ public class FgtXRay
81
public static FgtXRay instance;
82
83
// Says where the client and server 'proxy' code is loaded.
84
- @SidedProxy(clientSide="com.fgtxray.proxy.ClientProxy", serverSide="com.fgtxray.proxy.ServerProxy")
+ @SidedProxy(clientSide="com.fgtXray.proxy.ClientProxy", serverSide="com.fgtXray.proxy.ServerProxy")
85
public static ServerProxy proxy;
86
87
@EventHandler
0 commit comments