-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Slowcraft is a library mod for making SlowTools: progressive-crafting items inspired by Knitting from Better Than Wolves, and Polishing from Create.
A SlowTool is an intermediary item that the player holds right-click to work on. Its durability bar fills as the craft progresses, and when it finishes, the SlowTool is replaced with its configured outputs.
SlowTools remember their progress when you stop using them, so you can whittle away through the night without starting over.
Start with Making SlowTools and choose whichever approach fits your project.
Data-driven SlowTools can be made entirely with JSON files. No Java or custom item registration is needed.
Java-driven SlowTools are normal registered items. This gives you more control over their assets, sounds, and Java behavior.
See Changelog for documentation on the mod's updates.
See Old Versions for documentation covering creating SlowTools in older Slowcraft and Minecraft versions.
- FlowerChild - An inspiration who continues to bloom
- BTW CE 3.0 Community - Art assets
- Ivangeevo - Item logic assistance