przemykomo
przemykomo
I might work on this but I'd need to change recipe format. Is that a possible option? For example: ```json "ingredients": [ { "item": "minecraft:beetroot" }, { "item": "minecraft:beetroot" },...
Awesome, I'll check it out.
From a quick look it seems like the mod is working with player rotation values directly, while planes use quaternions internally and only apply them for rendering the player. It...
Send the client and server logs.
@WarPlexTech does this happen every time you join the server or use a plane? Can you give information about the modpack, or the plane that might cause the issue (what...
Does this happen only when you sit in it or just while the plane is just placed on ground?
Thanks for this information. I guess I'll try to reduce the amount of data sent now.
> Found incompatibility with CGM. The grenade launcher shells are not flying in the direction of the launch, but somewhere else. https://www.youtube.com/watch?v=zG7SUnF0oaw It's basically impossible to fix without adding a...
> 2. I don't know how easy it is to implement, but I think using OOP, just launching the event of a shot is easy, to add compatibility with CGM...
Apparently this can be fixed by simply changing [this line](https://github.com/Trouv/bevy_ecs_ldtk/blob/e04074798335887d7445980c18082b1346f27944/src/ldtk/mod.rs#L985): ```rust pub tile_rects_ids: Vec, ``` into: ```rust pub tile_rects_ids: Vec, ``` Not quite sure whether this fix breaks anything else,...