Magic

Magic

190k Downloads

Create Resource Pack for Geyser

louanfontenele opened this issue · 9 comments

commented

Please create a resource pack for geyser/bedrock players.

commented

That looks promising, thanks for the link. Sounds like there’s an API I can use to register custom items. I will play with this when I have time (which is not very often lately)

Thank you very much, Magic creates new possibilities for the server. If you can see that and add it, Magic will go from 100% to 1000%.

commented

Unfortunately I think this is still not possible, but I have not checked in with the Geyser team about it in a while.

It’s not as simple as just creating a resource pack.

The Java method for creating new items in a resource pack (custom model data tags) does not exist in Bedrock.

So for this to work, Geyser needs a compatibility layer mapping CMD to new item types, at the protocol level.

This is something they have talked about doing, but seems to me like a big enough project that it’s unlikely to ever get done.

commented

That looks promising, thanks for the link. Sounds like there’s an API I can use to register custom items. I will play with this when I have time (which is not very often lately)

commented

Unfortunately I think this is still not possible, but I have not checked in with the Geyser team about it in a while.

It’s not as simple as just creating a resource pack.

The Java method for creating new items in a resource pack (custom model data tags) does not exist in Bedrock.

So for this to work, Geyser needs a compatibility layer mapping CMD to new item types, at the protocol level.

This is something they have talked about doing, but seems to me like a big enough project that it’s unlikely to ever get done.

Oh geyser is already available on master: GeyserMC/Geyser#210

commented

That looks promising, thanks for the link. Sounds like there’s an API I can use to register custom items. I will play with this when I have time (which is not very often lately)

https://wiki.geysermc.org/geyser/custom-items/#resource-pack

commented

That looks promising, thanks for the link. Sounds like there’s an API I can use to register custom items. I will play with this when I have time (which is not very often lately)

https://github.com/Kas-tle/java2bedrock.sh
can you check it out?

commented

image
MAGIC-GEYSER.tar.gz

Only the bar icons are missing. But apparently it's working.

commented
commented

Wow that's really cool!

The hotbar icons will probably never work since that relies on the action bar which I think does not exist in Bedrock ... the spell icons work though if you toggle the spell inventory on?