SpockBotMC / RikerBot

C++20/Python based Minecraft bot
zlib License
46 stars 7 forks source link

Map Chunk Parsing #5

Open nickelpro opened 4 years ago

nickelpro commented 4 years ago

Milestone on deck per feature roadmap

This feature is mostly complete, with only housekeeping left to be done

nickelpro commented 4 years ago

Need to build a generator for the global block palette. The information is now correctly stored inside SMPMap but there's no interface to get at it, and even if you could it would be meaningless without a palette to get useful data out of.

nickelpro commented 4 years ago

Interface is minimally complete. Need to make the global palette available to continue moving forward on physics