Skip to content

Slowcraft Example Datapack

Latest

Choose a tag to compare

@nibbyy nibbyy released this 20 Jun 07:10
· 4 commits to master since this release

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_shapeless by 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

  1. Install Slowcraft and Fabric API.
  2. Copy this folder into <world>/datapacks/ so that pack.mcmeta remains at the root of the copied folder.
  3. Start or restart the world or server. SlowTool definitions are loaded through a dynamic registry and should not be added with an ordinary /reload.
  4. Run /slowcraft list and look for:
    • slowcraft_examples:string_weaving
    • slowcraft_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']