Create Resource Pack for Geyser
louanfontenele opened this issue · 9 comments
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%.
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.
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)
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
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
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?
Only the bar icons are missing. But apparently it's working.