diff options
Diffstat (limited to 'src/main/java/lv/enes/mc/eris_alchemy/ErisAlchemyRegistry.java')
| -rw-r--r-- | src/main/java/lv/enes/mc/eris_alchemy/ErisAlchemyRegistry.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/lv/enes/mc/eris_alchemy/ErisAlchemyRegistry.java b/src/main/java/lv/enes/mc/eris_alchemy/ErisAlchemyRegistry.java index 893e60d..e0f6e31 100644 --- a/src/main/java/lv/enes/mc/eris_alchemy/ErisAlchemyRegistry.java +++ b/src/main/java/lv/enes/mc/eris_alchemy/ErisAlchemyRegistry.java | |||
| @@ -179,6 +179,9 @@ public final class ErisAlchemyRegistry { | |||
| 179 | public static final class NetworkingConstants { | 179 | public static final class NetworkingConstants { |
| 180 | private NetworkingConstants() {} | 180 | private NetworkingConstants() {} |
| 181 | 181 | ||
| 182 | public static final ResourceLocation UPDATE_EMCS | ||
| 183 | = new ResourceLocation(ErisAlchemy.ID, "update_emcs"); | ||
| 184 | |||
| 182 | public static final ResourceLocation UPDATE_SYNCED_VALUE | 185 | public static final ResourceLocation UPDATE_SYNCED_VALUE |
| 183 | = new ResourceLocation(ErisAlchemy.ID, "update_synced_value"); | 186 | = new ResourceLocation(ErisAlchemy.ID, "update_synced_value"); |
| 184 | } | 187 | } |