Skip to content

Hyguns Changelog v4.1.1

enso-x edited this page Apr 16, 2026 · 1 revision

HyGuns 4.1.1 Changelog

Overview

Version 4.1.1 updates the HyGuns content pack to use the newer item heat, held-item, and durability interaction flow from HyGuns Plugin.

The main changes are:

  • added the new Spray Can flamethrower weapon
  • reworked flamethrower interactions around shared effect and selector files
  • added colored flamethrower particle effects
  • updated heat and durability checks for flamethrower-style items
  • fixed and renamed the Goblin flamethrower item file

Added

Spray Can Flamethrower

Added Weapon_SprayCan.

The Spray Can is a flamethrower-style item with:

  • custom model
  • custom texture
  • generated icon
  • crafting recipe
  • durability cost while spraying
  • heat handling through Hyguns_Heat
  • compatibility with the utility slot

The primary interaction checks durability first, then checks for a valid ignition item in the utility hand.

Supported ignition items include:

  • crude torch
  • ancient torch
  • temple emerald torch
  • human ruins torch
  • human ruins candle
  • temple wind candle
  • crude candle

Flamethrower Effect Chain

Added reusable flamethrower interaction files:

  • Hyguns_Flamethrower_Default_Effect
  • Hyguns_Flamethrower_Default_Selector
  • Hyguns_Flamethrower_Emerald_Effect
  • Hyguns_SprayCan_Primary

The Spray Can uses Holding with Select to override the flamethrower effect when the selected utility item should produce a special result, such as emerald-colored fire.

Colored Flamethrower Particles

Added the FlamethrowerColor particle system and supporting spawners:

  • distortion
  • end spread
  • fly-off end spread
  • start glow
  • main flame
  • end sparks

These assets support the new configurable colored flamethrower effect chain.

Changed

Goblin Flamethrower

Renamed the Goblin flamethrower item file to:

  • Hyguns_Flamethrower_Goblin.json

The Goblin flamethrower primary interaction was updated to the newer heat, durability, and flamethrower effect flow.

Shared Flamethrower Logic

Flamethrower content is now split into smaller reusable interaction assets.

This makes it easier for multiple items to share the same base flamethrower behavior while overriding:

  • damage
  • durability cost
  • ammo or durability usage
  • visual effect chain
  • color-specific particle output

Ammo Box Model

Updated the ammo box block model.

Fixed

  • Fixed flamethrower-style usage around heat and durability checks.
  • Fixed the Goblin flamethrower item path/name.
  • Fixed the content pack version metadata for this release.
  • Fixed missing Spray Can localization entries.

Compatibility Notes

This pack update expects the newer HyGuns Plugin interaction support for:

  • Holding
  • CheckDurability
  • item-based Hyguns_Heat
  • configurable heat HUD UI

The Spray Can and updated flamethrower chains depend on those interaction features.

Platform Release Summary

HyGuns 4.1.1 adds the new Spray Can flamethrower, including a custom model, icon, crafting recipe, durability usage, heat behavior, and utility-hand ignition checks. Flamethrower effects were split into reusable interaction files and gained colored particle support, including an emerald flame variant.

Short Version

Added the Spray Can flamethrower, reusable flamethrower interaction chains, colored flame particles, and updated Goblin flamethrower heat/durability behavior.

Clone this wiki locally