TheDudeFromCI

Results 69 comments of TheDudeFromCI

In order to copy the world data to the build client, it would also be a good idea to place the folder inside the `StreamingAssets` folder in order to have...

Thanks for letting me know! I'll definitely be looking into that. I was planning on looking into a package manager as the project became more stable. I've been reading up...

Ooh! That's quite helpful! That'll tie into GitHub Actions quite nicely, then. Thanks!

I think having a server-side plugin might also be a fun and useful feature. It would be nice if it had an API so that server admins would assign skins...

I decided to bite the bullet and try my hand at writing the PR (#134) anyway.

@introquest Mineflayer does not duplicate anything from those libraries, but imports then. The goal of Mineflayer is to move as much code out of Mineflayer as possible into micro-modules. (prismarine-block,...

Neitherite tools and armor cannot be crafted using a crafting table, so they don't have a recipe. You have to use a smithing table for that. I don't believe MC-Data...

I think that thread only covers smelting specifically. Smithing tables would probably have their own file. Given that Neitherite gear is the only thing that uses the smithing table, it...

Usually, the MC-Data isn't a direct copy of the raw JSON files, but more of a pre-parsed version of it, so we wouldn't have to worry about differences between versions....

I don't believe any changes need to be made to the `recipes.json`. Smelting data should be in a separate file completely. The current format for `recipes.json` works well for the...