Stone torches and torch arrows for cave adventures
  • Java 85.2%
  • Nix 14.8%
Find a file
2026-04-28 21:29:56 -04:00
.sworm build(deps): bump KwahsCore to 0.4.0; refactor config screen 2026-04-28 21:01:56 -04:00
.vscode feat(vscode): add settings 2026-04-03 22:04:09 -04:00
gradle/wrapper feat: add stone torch, stone stick, and torch arrow 2026-04-01 00:33:36 -04:00
public chore(1.0.1): bump version; update README 2026-04-04 15:28:01 -04:00
src/main build(deps): bump KwahsCore to 0.4.0; refactor config screen 2026-04-28 21:01:56 -04:00
.agents build(deps): bump KwahsCore to 0.4.0; refactor config screen 2026-04-28 21:01:56 -04:00
.envrc init: nix environment 2026-04-01 00:12:34 -04:00
.gitignore chore: add author and displayURL metadata to neoforge.mods.toml 2026-04-09 15:05:44 -04:00
AGENTS.md build(deps): bump KwahsCore to 0.4.0; refactor config screen 2026-04-28 21:01:56 -04:00
build.gradle build(deps): bump KwahsCore to 0.4.0; refactor config screen 2026-04-28 21:01:56 -04:00
flake.lock init: nix environment 2026-04-01 00:12:34 -04:00
flake.nix feat: fix nix run script 2026-04-28 21:29:56 -04:00
gradle.properties chore: bump version to 1.0.3 2026-04-28 21:04:36 -04:00
README.md chore(1.0.1): bump version; update README 2026-04-04 15:28:01 -04:00
settings.gradle fix(build): use JarJar for KwahsCore to fix multi-mod module conflict 2026-04-04 15:27:33 -04:00

Torches

Stone torches and torch arrows for cave adventures

mod preview

Stone Torch

A torch made with stone sticks instead of wooden ones. Functionally identical to a vanilla torch just made from stone.

  • Stone Stick: 2 cobblestone → 4 stone sticks
  • Stone Torch: coal/charcoal + stone stick → 4 stone torches

Torch Arrow

An arrow tipped with a lit torch. On impact it places a torch on the surface it hits (ground or wall) and applies a brief moment of fire damage to any entity struck.

  • Crafting: arrow + torch → 1 torch arrow
  • Fletching Table: arrow + torch → 4 torch arrows (requires The Fletching Table)

Works with bows and crossbows.

Configuration

Settings are in torches-common.toml or accessible via the in-game config screen.

Setting Default Description
Fire on Hit true Torch arrows briefly ignite entities on impact
Dynamic Lights true Torch arrows emit dynamic light in flight (requires a dynamic lights mod)

Compatibility

  • Requires NeoForge 1.21.1 (21.1.219+)
  • The Fletching Table (optional) -- higher-yield fletching table recipe
  • Sodium Dynamic Lights (optional) -- torch arrows glow in flight, stone torches glow when held

License

GPL-3.0-or-later