Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/29/20 in all areas

  1. 1.10 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
    1 point
  2. Placeable Items 4.0.0 is for 1.14.4, not 1.15.2
    1 point
  3. Have fun: https://github.com/Draco18s/ReasonableRealism/blob/1.14.4/src/main/java/com/draco18s/harderores/HarderOres.java#L205-L241
    1 point
  4. I know this topic is a bit old, but I just had the same issue and a Google search points here. If your packet is working correctly, and its just the warning in the log, you've likely made the same mistake as me. Inside the "messageConsumer" you provided when registering your packet, you need to set the packet handled flag to true. "context.get().setPacketHandled(true);" If it isn't set to true, NetworkHooks.onCustomPayload will return false, and ClientPlayNetHandler.handleCustomPayload will post the warning
    1 point
  5. Kinda telling someone to burn their house down because the faucet's leaking.
    1 point
  6. For anyone who comes across this in the future, running with `--no-daemon` seems to solve it https://github.com/MinecraftForge/ForgeGradle/issues/563
    0 points
×
×
  • Create New...

Important Information

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