Let createBiome be able to copy most biomes
superckl opened this issue ยท 3 comments
Repost of #154
Some biomes such as forest cannot be copied directly because their constructors take parameters. Allowing these to be copied will require some sort of structure to allow users to specify data to be passed to biome constructors.
Noticed that there may be something added to the createBiome command here - can we get a hint as to what its structure should be like?
Thanks.