Overview
This add-on enhances the Create mod’s Schematicannon workflow by intelligently managing material shortages during printing. When the cannon lacks required blocks, the mod automatically searches for all raw materials that can produce those blocks via stonecutting recipes, and crafts them on the fly.
Material List Generation
When generating a material list, all stonecutting outputs are reverse-calculated into their most common raw ingredients. For example, 5 Stone Brick Slabs will be displayed as 3 Stone (since 1 Stone → 1 Stone Brick → 2 Slabs, so 5 slabs require 3 stone). This gives you a clear, minimal set of base materials to gather.
Rechiseled Integration
Recipes from the Rechiseled mod are also treated as stonecutting recipes, meaning they participate in the same automatic material conversion and backtracking logic.
Server‑Side Behaviour
This mod is primarily server‑side.
-
If both server and client have the mod installed: When a player submits a material request to the warehouse manager, the system will first pull the required items from storage, then attempt to fetch as many raw ingredients as possible in a priority order (most commonly used first) to fulfil the request efficiently.
-
If the client does not have the mod: The system will only pull the most basic raw materials (the “default” ingredients) without the advanced fallback logic.
Important Notes
-
The mod is still in beta – unexpected issues or incompatibilities may arise.
-
Please report any bugs or suggestions to the issue tracker (link to be provided).

