-
Notifications
You must be signed in to change notification settings - Fork 0
Making SlowTools
nibster edited this page Jun 21, 2026
·
46 revisions
There are two ways to make SlowTools: through a datapack or through Java.
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 →
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.