LoliKingdom / LoliASM

The lolis are now preparing to bytecode manipulate your game.
GNU Lesser General Public License v2.1
105 stars 22 forks source link

[1.12.2] Conflict with Advent of Ascension: Unable to throw 'Thrown Weapon' items. #151

Open SonicX8000 opened 1 year ago

SonicX8000 commented 1 year ago

Minecraft: 1.12.2 Forge: 14.23.5.2860

Mods: 4 !mixinbooter-5.0 AoA3-3.3.6 HadEnoughItems_1.12.2-4.24.1 loliasm-5.6


image

Advent of Ascension has these stackable weapons that are thrown when you right-click while holding them... though if ASM is installed... for some reason you're unable to throw these weapons. These weapons are called...

Grenade, Slice Star, Chakram, Goo Ball, Vulkram, Hellfire, and Runic Grenade.

If ASM isn't installed, you're able to throw these Thrown Weapons without any issue. Unsure if there are other thrown-like items affected.

darklysteamgear commented 10 months ago

I've found that anything that uses grenades as an ammo type is also affected by this bug. I am currently having the same issue. also everything works fine for me after toggling on creative mode. Very strange

Rongmario commented 10 months ago

Can you try disabling delayItemStackCapabilityInit in config?

darklysteamgear commented 10 months ago

Can you try disabling delayItemStackCapabilityInit in config?

Disabling this fixes the issue for me