Lakuna / Minecraft-Elytra-Trinket

A Minecraft Fabric mod that adds the Elytra to the cape slot in the Trinkets API.
https://modrinth.com/mod/elytra_trinket
MIT License
2 stars 0 forks source link

1.21 #11

Closed 2304052 closed 2 weeks ago

2304052 commented 1 month ago

Description

Will this mod be updated to 1.21 once Trinkets is updated?

Possible Solution

No response

Details

No response

Lakuna commented 1 month ago

Yes, just waiting on the Trinkets update. The code is already updated.

Lakuna commented 3 weeks ago

Looks like Trinkets is waiting on a NeoForge version to be completed before it updates. That is being tracked at emilyploszaj/trinkets#321.

vico93 commented 3 weeks ago

@Lakuna Just a little tip: there is another accessory mod freshly made that are already on 1.21. It's Acessories (GH) by @Dragon-Seeker.

If you have interest you could release a version with that mod's support while Trinkets doesn't update. Here's the docs about it.

2304052 commented 3 weeks ago

@Lakuna Just a little tip: there is another accessory mod freshly made that are already on 1.21. It's Acessories (GH) by @Dragon-Seeker.

If you have interest you could release a version with that mod's support while Trinkets doesn't update. Here's the docs about it.

I'm grateful for your confidence in a random stranger's abilities but I honestly only have a tiny idea on how to make my own code in java, let alone port someone else's. But I thank you for keeping me updated.

Lakuna commented 3 weeks ago

@Lakuna Just a little tip: there is another accessory mod freshly made that are already on 1.21. It's Acessories (GH) by @Dragon-Seeker.

If you have interest you could release a version with that mod's support while Trinkets doesn't update. Here's the docs about it.

@vico93 Thank you for the tip. It appears that Accessories is still in alpha, so I'd rather wait until it is stable before I switch away from Trinkets. I will keep it in mind for future updates, though.

I'm grateful for your confidence in a random stranger's abilities but I honestly only have a tiny idea on how to make my own code in java, let alone port someone else's. But I thank you for keeping me updated.

@2304052 I believe that Vico's message was directed at me.

Dragon-Seeker commented 3 weeks ago

The 1.21 version is in Beta phase meaning most API changes will not break any mods currently using such unless finding some horrible bug requiring a rewrite of unlining code. Main reason for the Beta is that the latest update and further testing is required for the refinement of behavior and handling things correctly like attributes.

Lakuna commented 2 weeks ago

The Trinkets update is out. Unfortunately, I'm starting a new job today, so I won't be able to release the update for a few hours. Should be out by tonight though.

vico93 commented 2 weeks ago

The Trinkets update is out. Unfortunately, I'm starting a new job today, so I won't be able to release the update for a few hours. Should be out by tonight though.

No problems! Good job to you

Lakuna commented 2 weeks ago

Turns out the reason it wasn't working is because the folder name for item tags changed from items to item. Spent like an hour finding that. Anyway, 1.21 version will be up in like 3 minutes.

vico93 commented 2 weeks ago

Thanks a lot @Lakuna. Those tiny changes Mojang does to data folder structure are hugely annoying.

I hope you could give a look into Shulker Box Slot as well, i don't know when Illusive will be able to update that.