Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/26/23 in all areas

  1. Check you have the latest version then contact the mod author.
    1 point
  2. That's not the debug.log Your error is a network protocol error. It typically does not tell you which mod caused the problem. Those errors are usually caused by * Mods that were never tested by the mod author in multiplayer * Mods for different versions of minecraft Usually the only way to find the problem mod is to experiment with removing mods until the problem goes away. Backup your world before removing mods. Getting this error is also an indication that you are developing your modpack in the wrong way. * Do not just dump a large number of mods in your mods folder and expect it to work, it won't * Add mods in small groups and test it. That way you will know which mods are causing problems, it one of those you just added.
    1 point
  3. You need two item stack handlers, one that's private that the machine can insert to, and one that you expose via getCapability that can only be extracted from (and which wraps around the former). https://github.com/Draco18s/ReasonableRealism/blob/1.14.4/src/main/java/com/draco18s/harderores/entity/SifterTileEntity.java#L51-L52
    1 point
  4. Check you have the latest version then contact the mod author.
    0 points
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.