▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Gun Scaling
Gun Scaling

Gun Scaling

This project adds Ranged Weapon API's ranged damage bonuses to Marium's Soulslike Weapon's guns

58.4K
1

Gun Scaling 2.1.0

release2 марта 2026 г.

Changelog

[2.1.0]

Added

  • Power enchantment scaling for the Create Potato Launcher, matching the gun scaling math formula.
  • Fetch logic to check the player's main hand or off-hand for the PotatoCannonItem to determine the Power enchantment level before a potato hits an entity.
  • Reflection logic to dynamically fetch the power_enchantment_multiplier_per_level config value from ArchersMod (net.archers.ArchersMod). This gracefully defaults to an 0.08 value if the mod is not installed.
  • Configuration for accelerationCardScale (defaulting to 12.5% or 0.125f) inside GunScalingConfig under the matterCannon section.
  • Mixin functionality in MatterCannonItemMixin.java to count and apply the number of SPEED_CARD (Acceleration Cards) installed in a player's Matter Cannon.

Changed

  • Refactored PotatoProjectileMixin.java to inject damage modifiers before Entity.damage(...) is successfully executed.
  • Reworked the final damage formula for the Potato Launcher so that the Power calculation compounds multiplicatively: Final Damage = True Base Damage × Power Term × Attribute Multiplier.
  • Updated the Matter Cannon damage calculation to retrieve raw base damage by isolating AE2's built-in penetration.
  • Applied custom scaling formula for Matter Cannons: Current_Damage = Raw_Base_Dmg * (1 + attr / scaling) * (1 + Acceleration_Card_Multiplier * Acceleration_Card_Number).

Fixed

  • Built-in Create Mod power scaling logic. The PotatoProjectileEntity natively scales damage upwards by 1 + (Power Level * 0.2) internally before passing the value to the onEntityHit method. The mixin now intercepts this damage and mathematically reverses this 20% calculation by dividing the original damage by (1 + powerLevel * 0.2f) to return the true raw base damage before applying the custom scaling.

Gun Scaling 2.0.1

release27 февраля 2026 г.

[2.0.1]

Added

  • Update to 2.0.1 to include gun compat datapack

Guns Scaling 2.0

release23 февраля 2026 г.

[2.0]

Added

  • Implemented compatibility between guns and the Power enchantment.
  • Dynamic extraction of power bonuses applied by enchantments or other mods (ShootSilverBulletMixin.java).
  • Added import and type resolution compilation errors in MatterCannonItemMixin.java and PotatoProjectileMixin.java.

Guns Scaling 1.4.1

release19 февраля 2026 г.

Changed damage formula

Guns Scaling 1.4.0

release18 февраля 2026 г.

[1.4.0]

Added

  • Migrated configuration system to TinyConfig for better handling and versioning.
  • Created GunTooltipMixin to replace "Infinity" enchant text with "Bullet Infinity" on guns.
  • Added GunAmmoMixin to enforce zero ammo cost for guns with Infinity enchantment.

Совместимость

Minecraft: Java Edition

1.20.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Создатели

Детали

Лицензия:MIT
Опубликован:1 месяц назад
Обновлён:2 недели назад
Главная