promotional bannermobile promotional banner

Recipe Item Sync

Automatically syncs datapack-defined items and recipes with JEI, without hardcoding or custom mods.

File Details

RECIPE ITEM SYNC v1.5

  • R
  • Jan 9, 2026
  • 85.28 KB
  • 43
  • 1.21.1
  • NeoForge

File Name

recipeitemsync-1.5.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:recipe-item-sync-1410772:7438684"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

1.5 Changelog

Added

  • Added an ingame mod logo.
  • Improved server side recipe item synchronization by delaying execution until 20 server ticks after player login. This prevents early login desync issues, especially in LAN worlds hosted via the Essentials mod.
  • Added internal safety checks and per session guards to avoid duplicate or premature player initialization.
  • Added a new config option disableIntegratedServer.

Config

  • disableIntegratedServer

    • Default value: false
    • When set to false, RecipeItemSync runs normally on all environments, including Essentials LAN, using the new safe delayed sync.
    • When set to true, RecipeItemSync server side logic is fully disabled on integrated servers such as LAN worlds. This acts as a fallback safety option if any LAN compatibility issue persists.

Fixed

  • Fixed an issue where players could be kicked with Invalid Player Data when joining LAN worlds hosted through the Essentials mod.

Version note

  • This issue never affected singleplayer or dedicated servers.
  • No gameplay behavior has changed outside of LAN login synchronization timing.