File Details
HygunsPlugin-3.5.1
- R
- Feb 25, 2026
- 2.32 MB
- 4.4K
- Early Access
File Name
HygunsPlugin-3.5.1.jar
Supported Versions
- Early Access
3.5.1
- Added weapon wall-penetration settings:
CanPenetrateWalls(boolean)WallPenetrationBlocks(double, default1.0)
- Added configurable hit-part damage multipliers:
DamageMultipliersinHyGuns.Settings, for example (currently values):{"Head": 1.5, "Body": 1.0, "*": 1.0}- Multipliers are now centralized and applied through
HitDamageMultipliers.
- Added robust line-of-sight blocking:
- Projectile damage now checks world geometry between projectile and target.
BlockMaterial.Emptyblocks are ignored and do not consume penetration budget.- Non-empty blocks consume penetration budget, and damage is blocked if allowance is exceeded.
- Projectile damage now checks world geometry between projectile and target.
- Added optional lethal damage mode:
LethalDamage(boolean)- When enabled, projectile damage is resolved as target current HP + 1 (instant kill behavior).
- Added interaction-level overrides:
Hyguns_CanPenetrateWallsHyguns_WallPenetrationBlocksHyguns_LethalDamage
- Updated ingot descriptions:
- Ingot recipes with
RequiredTierLevel: 1are now described as requiring Furnace Tier 2 (tier indexing starts at 0).
- Ingot recipes with

