Skip to content

Commit

Permalink
Implementing custom world generation. Adresses #21
Browse files Browse the repository at this point in the history
Added a custom world provider abstract class that one can implement,
in order to realise custom world generation.

Custom world generators can be registered at DimensionType.
If Canary comes across a Dimensiontype that has a provider attached,
it will laod that instead of a normal one.

Obviously - this needs testing
  • Loading branch information
damagefilter committed Jul 31, 2013
1 parent 246d598 commit a93df06
Show file tree
Hide file tree
Showing 5 changed files with 211 additions and 87 deletions.

0 comments on commit a93df06

Please sign in to comment.