Skip to content

RobHooper/amulet-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amulet-plugins

Collection of custom plugins built for https://www.amuletmc.com/

Plugins:

castle_generator.py

Generate a simple castle in the selection, including walls and towers.

Options:

  • Flatten - Replace pre-existing blocks with air
  • Towers - Add towers to the castle corners
  • Tower Size - The size of the towers
  • Wall Width - The size of the walls
  • Dimples - Vary the castle parapet each block.
  • Fix Dimples - Force the castle to have "perfect" dimples (Warning: this will ignore your selection box)

perlin_noise.py

Generate perlin noise over the selection.

Options:

  • Flatten - Replace pre-existing blocks with air
  • Frequency - Increase resolution / noise detail
  • Random Seed - Set the seed used for generation (use -1 for a random value.)

mountain_v1.py

Generate mountains using Perlin noise, runs multiple layers of noise and then merge together.

Note

This code is very CPU intensive

Options:

  • Flatten - Replace pre-existing blocks with air
  • Merge edges - Reduce effect towards the edges of the selection
  • Random Seed - Set the seed used for generation (use -1 for a random value.)

About

Collection of custom plugins built for https://www.amuletmc.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages