Spatial Crafter
This mod introduces a completely new approach to crafting items and summoning mobs in Minecraft. Instead of a crafting table, Spatial Crafter uses multiblock structures to transform resources into desired outcomes.
How It Works
Place the special Spatial Crafter block, then build the required structure around it using various blocks. Once the construction is complete, Spatial Crafter will automatically detect it and begin the conversion process - consuming input blocks to create new items or summon entities.
Server Optimization
The mod is perfectly suited for multiplayer gameplay, as structure checking runs in the background without impacting server performance.
Recipe Creation
Simple system for adding custom recipes:
- Create a structure and save it using a structure block
- Create a recipe JSON file where the input is the structure file location and the outputs are items or entities
Configuration example:
{
"type": "spatialcrafter:spatial_crafting",
"multiblock": "spatialcrafter:spatial_structures/diamond_altar.nbt",
"processing_time": 200,
"energy_consumption": 1000,
"outputs": [
{
"item": "minecraft:diamond",
"count": 8
}
]
}