-
Notifications
You must be signed in to change notification settings - Fork 0
Hyguns Changelog v4.1.1
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 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
Added reusable flamethrower interaction files:
Hyguns_Flamethrower_Default_EffectHyguns_Flamethrower_Default_SelectorHyguns_Flamethrower_Emerald_EffectHyguns_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.
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.
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.
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
Updated the ammo box block model.
- 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.
This pack update expects the newer HyGuns Plugin interaction support for:
HoldingCheckDurability- item-based
Hyguns_Heat - configurable heat HUD UI
The Spray Can and updated flamethrower chains depend on those interaction features.
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.
Added the Spray Can flamethrower, reusable flamethrower interaction chains, colored flame particles, and updated Goblin flamethrower heat/durability behavior.