Skip to content

Tags: fscan/ArsMagica2

Tags

v1.5.0-15

Toggle v1.5.0-15's commit message
Fix obelisks not generating mana

even though the commit doesn't show anything was added, i released a download(v1.5.0-14) that contained a test to work on performance and forgot to remove it before i released

v1.5.0-14

Toggle v1.5.0-14's commit message
Fix Entangle not working on players

Fixes Growlith1223#89

v1.5.0-13

Toggle v1.5.0-13's commit message
Fix crash with The One Probe

Fixes Growlith1223#115
plus some small optimizations(no point constantly updating a list entry everytime within a loop. increase time multiple times and update it at the end.

v1.5.0-12

Toggle v1.5.0-12's commit message
Merged branch 1.10.2 into 1.10.2

v1.5.0-11

Toggle v1.5.0-11's commit message
Remove overhead with map

not sure exactly why the map was used here as it's still just adding the
enchantment to the item

v1.5.0-9

Toggle v1.5.0-9's commit message
some cleanup

Credits to JJTParadox's PR on original repo for this

v1.5.0-8

Toggle v1.5.0-8's commit message
small work on drawing the hud.

v1.5.0-6

Toggle v1.5.0-6's commit message
Imbuement null check.

Unnecessary imbuement check. Why check if the stack is null to begin
with.