diff options
| author | 2024-01-12 19:12:14 +0100 | |
|---|---|---|
| committer | 2024-01-12 19:12:14 +0100 | |
| commit | 99f70815bc5f489fede134215684057466f20338 (patch) | |
| tree | ec9f6bc5345fec2ca6731ee9288aefe278a3d38e /src/main/java/lv/enes/mc/eris_alchemy/ErisAlchemyRegistry.java | |
| parent | Add lombok (diff) | |
| download | mc-eris-alchemy-99f70815bc5f489fede134215684057466f20338.tar.gz mc-eris-alchemy-99f70815bc5f489fede134215684057466f20338.tar.xz mc-eris-alchemy-99f70815bc5f489fede134215684057466f20338.zip | |
Make EMC be synced from server to client
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 | } |