adde0109 / Ambassador

This is a Velocity plugin that makes it possible to host a modern forge server behind a Velocity proxy!
GNU Lesser General Public License v2.1
85 stars 18 forks source link

Ambassador filtering out RecipeBook enums for Vanilla servers #42

Closed p0t4t0sandwich closed 1 year ago

p0t4t0sandwich commented 1 year ago

An issue seen with Farmer's Delight: https://github.com/vectorwing/FarmersDelight/issues/805#issuecomment-1734746830 TL;DR, the mod extends the Recipe Book and Vanilla goes haywire from the enum being too large I don't know enough to shed any insight, but I wonder if it could be avoided if the packet was somehow blocked when being sent to a Vanilla server

p0t4t0sandwich commented 1 year ago

As of yesterday, I have a decent fix implemented as a Spigot plugin. https://github.com/p0t4t0sandwich/ModPacketFix