Patbox

Results 135 comments of Patbox

You need to change external_address to your servers domain/ip, with port being set to some free port

Hmm thats weird. Make sure that you enabled it correctly in the config! Ideally by also editing it before starting the server. If you don't see any logs related to...

Hmm thats weird, it should work then. Maybe you didn't accept it on client? Through check if there is ending message for resource pack generation as logs you provided only...

You need to install polymer on the client. Through myself I recommend using EMI

Hmm, with Mojang's networking changes, it should convert correctly as long as it uses vanilla network itemstack codec and it uses vanilla packet payload system to write it.

Looks like I missed a patch to DataComponentPatch.STREAM_CODEC / ComponentChanges.PACKET_CODEC. Will fix that on polymer side. Through you also should use `PacketCodecs.registry(RegistryKeys.ITEM)` (not sure yarn name) instead of [write/read]ById

I think in case of a modpack, having an option to add server launcher / installer would still be quite useful, at least until modrinth doesn't have that natively.

Weapons are included in tools tag via inclusion of their tags. But yes, flint and steel is a tool in both looks and usecase, it's just not mining tool. But...

> This looks like a great start, just got a few points/questions regarding the API and networking changes before looking at the impl in detail. > > I think the...