tr7zw

Results 452 comments of tr7zw

I haven't done changes to the tracing engine in a long time, and even if an old version happened to not have the bug, then it's probably just because of...

I'm the developer of the First person mod/Not enough animations, so a small bump to this issue since I get asked a lot to add third-person animations for antique atlas,...

https://github.com/AntiqueAtlasTeam/AntiqueAtlas/blob/b8ac09c5f739e6055108f823e76bcfa0d2d478c9/src/main/java/hunternif/mc/impl/atlas/mixin/HeldItemRendererMixin.java Probably only will need some modifications (from?) here. I'll take a look at it when I have time.

Got around to look into it. ![grafik](https://user-images.githubusercontent.com/5133936/132102645-5b5a3815-92b5-459e-a9dc-733c93f4f92d.png) Still needs some tweaking with orientations and the big version when holding it with two hands still looks really janky. Also, it would...

Running the https://orchid.run/wiki/user-manual/getting-started results in a gradle build fail and https://github.com/orchidhq/OrchidStarter hasn't been updated in 2 years. Will have to look for a different framework :/.

Since it's not a functional issue, just causes a the metrics and probably the update check to fail, while not happening in normal usecases. You have to shade it, and...

I don't think this can/should be added into the current NBT-API due to adding more dependencies. Currently brainstorming ideas for a 3.0 version that probably will be maintained next to...

It's all a bit tricky. On the drive home from uni also thought about having 2.x inside 3.0 as a fallback/to provide its usual classes, but that also opens a...

Ahhhhhh craaaap I think I know what's going on. https://github.com/tr7zw/Item-NBT-API/blob/0a033f1fc919351907a827611cec296747c46776/item-nbt-api/src/main/java/de/tr7zw/changeme/nbtapi/NBTCompound.java#L848 That list seems to be linked deep down to the nbt internals, instead of being a copy. On items this...

That is a good idea. Will add this in the next update.