GeyserMC / PackConverter

PackConverter is a library for converting Java Edition resource packs to Bedrock Edition.
MIT License
87 stars 37 forks source link

3d Model Converter Without Predicates #21

Open BobtheBob123456 opened 2 years ago

BobtheBob123456 commented 2 years ago

What feature do you want to see added?

Currently, there are resource pack converters for basic packs and resource pack converters for custom model data (or predicate) packs.

However there are no support for packs that make 3d items without predicates, like this one: https://www.dropbox.com/s/dji1rb52494ewnq/3d-item-models-e1570.zip?dl=1

That is why I am asking if a converter for 3d item packs can be created that does not require there to be custom predicates.

Are there any alternatives?

Doing the conversions yourself.

BobtheBob123456 commented 2 years ago

Also, let's say I have 2 resource packs and I put both in the Geyser Packs folder. Will a bedrock player download both packs, or just 1 of them?

In other words, can I have multiple packs for bedrock players?

DaddyRobLIVE commented 2 years ago

Also, let's say I have 2 resource packs and I put both in the Geyser Packs folder. Will a bedrock player download both packs, or just 1 of them?

In other words, can I have multiple packs for bedrock players?

I tested this myself. The server will send all the RCPs from PACKS to BEDROCK clients upon joining.

Kas-tle commented 7 months ago

I'm moving this issue to our pack converter repo as a feature request.