SamB440

Results 57 comments of SamB440

> So will the 1.20.2 resource pack issue be solved in the new ForcePack update? What's that?

> > > So will the 1.20.2 resource pack issue be solved in the new ForcePack update? > > > > > > What's that? > > "that a resource...

Perhaps consider updating the JDK to 21 as that's what Minecraft uses now. Fabric will need it when updating, I already had to do this for my Sponge PR.

Where is getProtocolVersion called that causes such an error? I've already had to do so much work to fix issues with fake player plugins such as PlayerJoinEvent being called by...

I think this hides the problem instead of fixing it, it would be better to adjust PlayerJoinEvent to check if the user is null. I already check if the player...

If the banner block no longer defines the base colour then I think the key should become read only… having to change the block state makes more sense

Needs conflicts fixing

It still seems to have conflicts

oh, rebase and merge doesn't work with that

The pom seems to be including annotations, guava, adventure, slf4j as compile. This was leading to large jars - I had to set the dependency to isTransitive = false and...