Skip to content

Making SlowTools

nibster edited this page Jun 21, 2026 · 46 revisions

Making SlowTools

There are two ways to make SlowTools: through a datapack or through Java.

Data-driven SlowTools

For modpack and datapack authors.

Data-driven SlowTools are made with JSON files in a datapack. You don't need to write any Java.

Creating Data-Driven SlowTools →

Java-driven SlowTools

For mod developers.

Java-driven SlowTools are registered items created with Slowcraft's SlowTool class. They can require the same architecture as making an Item in Fabric, and can be extended like other Minecraft items.

Creating Java-Driven SlowTools →

Clone this wiki locally