dresnite / skyblock

🦅 SkyBlock for PocketMine-MP
GNU Lesser General Public License v3.0
105 stars 53 forks source link

A few questions about the making island generators #222

Closed Endermanbugzjfc closed 3 years ago

Endermanbugzjfc commented 3 years ago

I have a question, how did you make the island generators lmao. And how long did it took?

Endermanbugzjfc commented 3 years ago

Bruh I spent entire week just to turn a sky island to generator codes...

Endermanbugzjfc commented 3 years ago

Any efficiency methods please?

didacdelolmo commented 3 years ago

I don't think it's that hard, you can check this simple generator or you could make your own parser to make this easier (ex. foreaching all the blocks of a chunk then saving them up on a .json)

Endermanbugzjfc commented 3 years ago

K, thanks!