Thiago Oliveira Santos
Thiago Oliveira Santos
Mixin is actually a very good idea if possible. I'll experiment on this to see if I can get it to work, but maybe the mod must be guaranteed to...
@alRex-U mixin can only be used with Minecraft classes, unfortunately. But I had an idea... I tried to create this mixin ```java @Mixin({MovementInputFromOptions.class}) public class MovementInputMixin { @Inject( method =...
Yeah, I'm ok with it, if you like the idea. We can do it little by little until all the "unstable Minecraft API" is isolated
@alRex-U this is ready for review! Thank you for the discussion in the issue! It really helped me to find a way to solve the problem.
@Jaimarl Hello! How about configurable cooldown for each attack? Let's say the cooldown between the first two attacks is the normal one for the rapier, and the second cooldown is...
I mean, if the second cooldown could be lesser, the attack would not be performed without fully recovering from it; But some things would be needed: * A combo system....
@Uzlopak, I'm really glad you could help this guy, a.k.a me lol. I kindly ask you guys not to change this behavior, so we don't have to revisit this topic...
I agree that the current name is misleading; it'd be easier to figure out that it'd solve my problem if it were named configureHttpMethod, so, creating this new method and...
I created a plugin for it and tested it with jest. It worked as expected. Can you try it on too? https://github.com/dividab/tsconfig-paths/pull/273 I also created this package to be used...
I'm having the same issue, trying to figure out if I did something wrong... I'm in a monorepo, using a centralized `.release-t.base.json` with the following config: ``` { "$schema": "https://unpkg.com/release-it@19/schema/release-it.json",...