Language

Throwable

Throwable

Modrinth

Throw everything!

2.4k downloads 8 followers updated 8mo ago
latest v1.2.1 Modrinth
Fabric Forge Neoforge 1.20.1 – 1.21.1 Game-mechanicsUtility

Throwable

This mod can make everything throwable, with a configuration system.

If you want to make something throwable, add to #throwable:throwable item tag.

By default, all swords can be thrown. Once you have thrown, you need to click it to pick up. (Configurable)

If the throwable items have fire aspect enchantment, it will set the target on fire for level*5 seconds.

1.21+ only You can use loyalty enchantment on any throwable items.

Configuration

Global

Create file .minecraft/config/throwable.json (may exist).

{
  //Whether only owner can pick up the throwable thing.
  "ownerPickUpOnly": false,
  //Whether auto pickup when near.
  "autoPick": false,
  //Whether become an item entity when despawn
  "dropWhenDespawn": true,
  //Ticks before despawn, -1 for infinite time (not recommended)
  "despawnDelayTicks": 6000
}

Item Specific

Create file data/<item namespace>/throwable/throwable/<item id>.json, then write following contents:

{
  //All keys are optional, following are default values
  //Use time to grant critical damage
  "maxUseTime": 72000,
  //Damage Ratio to item base damage
  "damageScale": 0.5,
  //Render Size Scale
  "scale": 1,
  //Rotate based on renders in item frame
  "rotateOffset": 0,
  //Sound played when item thrown
  "throwSound": "minecraft:item.trident.throw",
  //Sound played when hit ground
  "hitGroundSound": "minecraft:item.trident.hit_ground"
}

Versions

Release
1.2.1
neoforge · 1.21.1 · 8mo ago
disable_when_offhand tag and sneak throw config
195
Release
1.2.1
fabric · 1.21.1 · 8mo ago
disable_when_offhand tag and sneak throw config
137
Release
1.2.1
forge, neoforge · 1.20.1 · 8mo ago
disable_when_offhand tag and sneak throw config
365
Release
1.2.1
fabric · 1.20.1 · 8mo ago
disable_when_offhand tag and sneak throw config
201
Release
1.2
neoforge · 1.21.1 · 10mo ago
fire aspect, longer despawn timer and go to loot, auto pick, apply loyalty
46
Release
1.2
fabric · 1.21.1 · 10mo ago
fire aspect, longer despawn timer and go to loot, auto pick, apply loyalty
81
Release
1.2
forge, neoforge · 1.20.1 · 10mo ago
fire aspect, longer despawn timer and go to loot, auto pick
80
Release
1.2
fabric · 1.20.1 · 10mo ago
fire aspect, longer despawn timer and go to loot, auto pick
59
Release
1.1.1
neoforge · 1.21.1 · 10mo ago
fix encode issue
34
Release
1.1.1
fabric · 1.21.1 · 10mo ago
fix encode issue
29
Release
1.1
neoforge · 1.21.1 · 10mo ago
29
Release
1.1
fabric · 1.21.1 · 10mo ago
23

Comments 0

No comments yet. Be the first to share your thoughts.