aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-05-30 23:40:49 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-05-30 23:40:49 +0800
commit56670ef1475298f849b3ba06a38f6a47e7f81021 (patch)
treed0d825220ac9ff9ef20712da5dcf6170f9bd921a /src/main/java
parent5d3679130541ebbaa0b42228f4d4398565675380 (diff)
downloadRoughlyEnoughItems-56670ef1475298f849b3ba06a38f6a47e7f81021.tar.gz
RoughlyEnoughItems-56670ef1475298f849b3ba06a38f6a47e7f81021.tar.bz2
RoughlyEnoughItems-56670ef1475298f849b3ba06a38f6a47e7f81021.zip
Fix #99
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/me/shedaniel/rei/RoughlyEnoughItemsNetwork.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsNetwork.java b/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsNetwork.java
index 85df8edf2..37c4fd221 100644
--- a/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsNetwork.java
+++ b/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsNetwork.java
@@ -19,7 +19,7 @@ public class RoughlyEnoughItemsNetwork implements ModInitializer {
public static final Identifier DELETE_ITEMS_PACKET = new Identifier("roughlyenoughitems", "delete_item");
public static final Identifier CREATE_ITEMS_PACKET = new Identifier("roughlyenoughitems", "create_item");
- public static final Identifier CREATE_ITEMS_MESSAGE_PACKET = new Identifier("roughlyenoughitems", "create_item_message");
+ public static final Identifier CREATE_ITEMS_MESSAGE_PACKET = new Identifier("roughlyenoughitems", "ci_msg");
@Override
public void onInitialize() {