Ryan Liptak

Results 613 comments of Ryan Liptak

@Cynosphere I noticed you made a fork with a `1.14.x-fabric` branch. To possibly save you some work, I pushed the port I was working on here: https://github.com/squeek502/Squake/tree/1.14-fabric

Nice work! Will test it out soon.

Looks like there's still some stuff to work out with water movement (the same stuff I haven't figured out how to solve): - While sharking, the player should be about...

Sharking is still not working the same as it was in previous versions. What I should probably do is just scratch sharking for the initial port and just release something;...

Related to / fixes (?) https://github.com/ziglang/zig/issues/6452 Does not affect https://github.com/ziglang/zig/issues/5537 Also worth noting that this requires Windows 10 >= 1607 (`_WIN32_WINNT_WIN10_RS1`)

> > Also worth noting that this requires Windows 10 >= 1607 (`_WIN32_WINNT_WIN10_RS1`) > > According to Microsoft, Windows 8.1 reaches end of Extended Support on January 10, 2023. [source](https://learn.microsoft.com/en-us/lifecycle/faq/windows)...

I think what's happening is that AppleSkin provides these strings in our lang files: https://github.com/squeek502/AppleSkin/blob/2f311872f5be7ef96023ea2c71314709feadcaed/resources/assets/appleskin/lang/en_us.json#L14-L15 and for some reason the resource pack's strings are not taking precedence. I'm not sure...

Yeah, I tried comparing with another mod that also includes those language strings and wasn't able to figure out why the resource pack worked for the other mod but not...

[Enigmatic-Legacy](https://github.com/Aizistral-Studios/Enigmatic-Legacy) will need to update their mixin, or better yet, use [squeek.appleskin.api.event.TooltipOverlayEvent](https://github.com/squeek502/AppleSkin/blob/1.18-forge/java/squeek/appleskin/api/event/TooltipOverlayEvent.java)