tr7zw

Results 452 comments of tr7zw

> Ngl, hating on people's preferences for things is silly in general. I'm not hating your preferences, it's just that I had this talk a few times and am tired...

It was https://github.com/tr7zw/AnimatedFirstPerson , but canceled developing that mod as I suck too much in making decent animations, and Trainguy is working on a mod that looks way better: https://gyazo.com/099244ee30f9835fdfbfdf3ea89b202b.mp4

https://discord.gg/CVnVP8Ff but sadly progress is slow.

Add the map to the autoVanillaHands config. Mods like Alex's Caves maps haven't bothered to add a 3rd person animation, so its just holding the item. Also provide the itemid,...

![grafik](https://user-images.githubusercontent.com/5133936/193954156-66820f6f-0d4c-4c29-a8a5-865d9baffee4.png) Technically a vanilla bug. The string was never connected to the rod 😅. Will keep this issue open for now, might be fixable by moving the end of the...

Eh, that sounds like a bug with pneumatic craft then. I move the arm, the armor follows the arm, and the layer is something pneumatic craft added and it doesn't...

Can't fix (without basically reimplementing the entire thing) because of how mojang implemented that (the spyglass is not part of the arm, but part of the head).

Since the backend is Java, I might find some time to look into the backend parts of the logic. That reminds me, would be awesome to mark the repo for...

Hm, not having any luck in compiling the project. Tried on Windows and Linux, in both cases the protoc generation fails: ``` Linux [ERROR] Failed to execute goal com.github.os72:protoc-jar-maven-plugin:3.11.4:run (default)...

I am using Java 18(had to update, was on 17 still due to Minecraft mod development). ``` PS ...\gameyfin> javac --version javac 18.0.2.1 PS ...\gameyfin> java --version openjdk 18.0.2.1 2022-08-18...