Electroblob

Results 72 comments of Electroblob

Didn't mean to close it, marking as low priority since it seems to have fixed itself. Let me know if it happens again.

Is you friend an ally? The intended behaviour is that sigils are visible to the caster and allies, but everyone else can only see the particle effects. The relogging thing...

Okay I'll look into this at some point, thanks for reporting.

It is not currently possible to add items with NBT tags. You can add items with metadata using the syntax `modid:item:metadata`. (I wonder why AW's coin values are specified with...

Actually, I might add this feature to a future version, I'll leave this open so I remember.

Possibly related to #669. Rats is creating a new armour model every single tick: https://github.com/Alex-the-666/Rats/blob/4f4f24a94a885540ce87be9fbdf7ddd80bf9c10b/src/main/java/com/github/alexthe666/rats/server/items/ItemChefToque.java#L23 https://github.com/Alex-the-666/Rats/blob/4f4f24a94a885540ce87be9fbdf7ddd80bf9c10b/src/main/java/com/github/alexthe666/rats/client/ClientProxy.java#L330 Compare that with how I do it for wizard armour: https://github.com/Electroblob77/Wizardry/blob/486d55f34987adb36e2fea95cdf348b1437df160/src/main/java/electroblob/wizardry/client/ClientProxy.java#L129-L147 Normally the performance...

Hmm, sounds like player data is not getting saved properly. I have seen this happen with other player-data-related stuff, I'll look into it. Thanks for reporting.

Okay, this is not entirely surprising, the resurrection spell tends not to play nicely with inventory-keeping mechanics. I assume this is similar behaviour to #349. I will look into both...

I'm thinking of making some changes to progression, one of which is to make it easier to level up a second wand, and so on. What I will say is...

Not entirely sure what's going on there, wizardry isn't directly mentioned in the stacktrace. I'll have to try this myself at some point and figure out what's going wrong.