Grenade - RedWirePlatinumTwo/RedWiresMinecraftMod GitHub Wiki
Item texture

Obtaining

Mechanic
- Creates a Grenade Entity if it touches the ground, exploding once the fuse time is reached.
- Can be thrown approximately as far as potions.
Stats
- Projectile damage: 0 (The explosion is the main source of damage)
- Max Stack Size: 16
- Cooldown: 1s
- Fuse time: 3s
Changelog
- 3.0.0: Introduced item.
- 3.0.2: Fixed issue where grenades that hit entities deal an explosion with a power of 4 instead of 2.
- 3.1.0: Increased explosion power from 2 -> 3.
- 3.1.0: Added a grenade particle on entity/block hit.
- 3.1.0: The item now explodes after 1.5s after landing instead of exploding instantly.
- 3.1.9: The item is now affected by the weaponspam command.
- 3.2.6: Increased explosion power from 3 -> 4.
- 3.2.6: Decreased grenade crafting recipe quantity from 4 -> 2.
- 3.9.6: Decreased projectile damage from 4 -> 0.
- 3.19.3: Increased fuse time from 1.5s -> 2s.
- 4.2.11: Replaced the grenade particle with a grenade entity.
- 4.2.11: Increased fuse time from 2s -> 3s.
- 4.2.11: The item will now start fusing as soon as it's thrown instead of when it touches the ground.
- 4.8.3: Slightly improved item.
- 5.1.1: Slightly improved item (again).
- 8.3.1: Updated grenade texture.