Started by
lUsernamesRHardl
on
Topic category: Help with Minecraft modding (Java Edition)
Hi! I'm new to modding with MCreator1, and I was trying to make a teleporter block with different channels. To do this I had to use NBT logic and number tags, but whenever I do so MCreator gives me the not syncing error2. I don't exactly know why it's giving me this error, or how to fix it. All I know is that the error is being thrown, and all the posts I could find say that this issue was resolved in model 2020.2. So sorry if this is a repeat of a post, but any help is appreciated.
1 - MCreator model 2021.3
2 - "WARNING: Block entity_nbt_logic_get is not synced between client and server automatically, which means it may not work properly in some cases."
This is not an error it's just a warning, in most cases you can just ignore it.
Ah cool, thanks.