crnw-dev / IslandArchitect

An plugin to create custom sky island generators for the SkyBlock plugin
Apache License 2.0
13 stars 4 forks source link

Allow user to customize symbolic in the random generation modify panel #1

Closed Endermanbugzjfc closed 3 years ago

Endermanbugzjfc commented 3 years ago

Allow user to customize symbolic in InvMenu panel(inventory)

callumrawlinson commented 3 years ago

You want help?

Endermanbugzjfc commented 3 years ago

You want help?

With the customize symbolic or the entire plugin?

callumrawlinson commented 3 years ago

you pick>

Endermanbugzjfc commented 3 years ago

you pick>

Maybe not?

My codes are really mess, they are hard to read.

Also I'm stuck at making the generator class since the skyblock plugins gets the island spawn position and chest position statically from the generator class, so it is impossible to make it return the correct position that is set in the island data (Generator->getSettings()).

The only way is to change the positions at runtime and change the tile position after the island is created.

Endermanbugzjfc commented 3 years ago

Feature added (e8c7e13a9895acb12c1bca99fa54247262c72a7f)