Slowcraft Example Datapack
This datapack contains small, working examples for Slowcraft on Minecraft 26.1.2.
Included examples
- String Weaving (
slowcraft_examples:string_weaving) uses the normal progressive-crafting overlay and produces more than one output stack. - Coal Compressing (
slowcraft_examples:coal_compressing) uses only its display item texture and is hidden from Slowcraft's creative tab. - Wool Cutting demonstrates
slowcraft:damage_tool_shapelessby turning white wool into string while damaging a pair of shears.
These recipes are meant to demonstrate the available formats, not to provide balanced survival progression.
Using this Example
- Install Slowcraft and Fabric API.
- Copy this folder into
<world>/datapacks/so thatpack.mcmetaremains at the root of the copied folder. - Start or restart the world or server. SlowTool definitions are loaded through a dynamic registry and should not be added with an ordinary
/reload. - Run
/slowcraft listand look for:slowcraft_examples:string_weavingslowcraft_examples:coal_compressing
Useful commands
/slowcraft give slowcraft_examples:string_weaving
/slowcraft give slowcraft_examples:coal_compressing
The same definitions can be created with vanilla /give component syntax:
/give @s slowcraft:slowtool[slowcraft:slow_tool='slowcraft_examples:string_weaving']