Nearby Crafting
Nearby Crafting is a convenient Fabric mod that allows crafting using items from nearby containers such as chests and barrels. This significantly saves time and is an essential tool for survival worlds or server modpacks.

Functional Features
Container Access During Crafting
The system works with both crafting tables and item creation directly in the player's inventory (2x2 crafting).

Customizable Parameters
The mod offers numerous settings, including adjusting the container search radius and the ability to completely disable the nearby block access feature.
By default, the system is active with an 8-block range for all crafting scenarios.
Parameter changes are available through the mod's interface or commands. For server games, commands must be used since client settings apply only to singleplayer.
Frequently Asked Questions
Question: Found an issue with the mod's operation. Answer: Issues can be reported in the appropriate GitHub section or by contacting the developer on Discord.
Question: Is support planned for other versions or loaders? Answer: The developer plans to add compatibility with older Minecraft versions. Currently, support for other loaders is not planned, but creating versions for Forge and NeoForge is welcome.
Commands Guide
The /nearbycrafting command allows configuring mod parameters on the server. Operator permissions are required to use it.
Command Structure
/nearbycrafting <target> <action> [value]
<target> Parameter
Defines the scope of changes:
craftingtable– crafting table settingsplayerinventorycrafting– player inventory crafting settings (2x2 slot)
<action> Parameter
Defines the action to perform:
enable– enable functionalitydisable– disable functionalitysetReach <number>– set search radius in blocksgetReach– show current radius
Usage Examples
Activate container access for crafting tables:
/nearbycrafting craftingtable enable
Deactivate crafting from containers in inventory:
/nearbycrafting playerinventorycrafting disable
Set 10-block radius for crafting tables:
/nearbycrafting craftingtable setReach 10
Check current radius for inventory crafting:
/nearbycrafting playerinventorycrafting getReach
Server operator permissions are required to execute these commands.