neoforged / NeoForge

Neo Modding API for Minecraft, based on Forge
https://neoforged.net
Other
1.26k stars 181 forks source link

IAbstractMinecartExtension not present in 1.21.3 #1721

Open Edivad99 opened 3 days ago

Edivad99 commented 3 days ago

I was updating Railcraft to 1.21.3, why was the IAbstractMinecartExtension interface removed? I know mojang is working on carts, but I don't understand why you removed it.

XFactHD commented 3 days ago

The minecart hooks have been dragged along for 10 years with basically zero changes at this point and it was infeasible to re-implement them on top of the minecart changes, in part because a large part of the code was moved into separate "behavior" classes, so it was deemed more appropriate to remove them and then add things back as needed.

TelepathicGrunt commented 3 days ago

Basically, please state your exact use cases you need done and what hooks you need that you cannot do with vanilla’s current codebase

Edivad99 commented 2 days ago

These are the methods I used: