Go to file
Colin 890de34181
Update init.lua
2018-02-17 00:42:34 -08:00
cantor_dust updated depends, made fractal_helpers a valid mod by adding an init.lua file 2017-04-15 14:39:11 -07:00
cube_tree added cube tree fractal 2017-05-03 15:35:45 -07:00
fractal_helpers updated depends, made fractal_helpers a valid mod by adding an init.lua file 2017-04-15 14:39:11 -07:00
fractal_pyramid updated depends, made fractal_helpers a valid mod by adding an init.lua file 2017-04-15 14:39:11 -07:00
greek_cross_fractal added installation and usage instructions to readme 2017-04-15 14:43:58 -07:00
h_sponge added h sponge 2017-04-15 16:35:55 -07:00
hilbert_curve simplified hilbert curve generation 2017-05-05 17:46:43 -07:00
koch_cube updated depends, made fractal_helpers a valid mod by adding an init.lua file 2017-04-15 14:39:11 -07:00
mandelbox updated depends, made fractal_helpers a valid mod by adding an init.lua file 2017-04-15 14:39:11 -07:00
mandelbulb updated depends, made fractal_helpers a valid mod by adding an init.lua file 2017-04-15 14:39:11 -07:00
menger_sponge updated depends, made fractal_helpers a valid mod by adding an init.lua file 2017-04-15 14:39:11 -07:00
octahedron_flake fixed some capitalization typos 2017-05-05 17:35:36 -07:00
peano_curve fixed first iteration peano curve bug 2017-05-05 18:58:14 -07:00
penta_sponge added support for solid penta sponges 2017-04-15 18:24:22 -07:00
quadratic_koch_surface updated depends, made fractal_helpers a valid mod by adding an init.lua file 2017-04-15 14:39:11 -07:00
snowflake_cube fixed some capitalization typos 2017-05-05 17:35:36 -07:00
sphere_tree Update init.lua 2018-02-17 00:42:34 -08:00
LICENSE Initial commit 2017-04-02 14:37:55 -07:00
README.md Update README.md 2017-04-15 16:39:55 -07:00

README.md

fractal-miner

A set of mods for Minetest for generating fractal worlds.

installation

Each folder is a separate Minetest mod. Copy all of the folders to your Minetest mods folder, and activate one mod at a time. Note that fractal_helpers is just a batch of helper functions which are used by the other mods for fractal generation.

usage

  1. Create a new world in Minetest. Do not enter the world.
  2. With the world selected, click the "Configure" button.
  3. Enable the mod for the fractal object you want to generate and the fractal_helpers mod.
  4. Click the "Play" button.

configuration

You can configure how a fractal generates by editing the init.lua script associated with it. Every fractal generation script has a Parameters section. You can edit these parameters to change the size of the fractal, the blocks used in the fractal, or other properties depending on the fractal.