Renaming the plugin, adding more heightmaps, fixing the plugin.
This commit is contained in:
parent
f49444442a
commit
5dd4de71ef
20 changed files with 441 additions and 232 deletions
BIN
resources/big_5400x2700.png
Normal file
BIN
resources/big_5400x2700.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
21
resources/config.yml
Normal file
21
resources/config.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Welcome to GenPainter's config.
|
||||
|
||||
# Name of the heightmap to generate.
|
||||
# Default heightmaps: big_5400x2700, normal_1000x500, and small_250_150.
|
||||
# How to add a custom heightmap: https://github.com/Ad5001/GenPainterPE#add-heightmap
|
||||
heightmap_name: normal_1000x500
|
||||
|
||||
# Should the generator generate caves and ravines? (BetterGen's)
|
||||
generate_caves: true
|
||||
|
||||
# Should the generator generate structures? (Trees, bushes, ...)
|
||||
generate_structures: true
|
||||
|
||||
# Should the generator generate biome's ground? (Grass blocks, sand, dirt, ...)
|
||||
generate_custom_ground: true
|
||||
|
||||
# Should the generator generate ores? (Diamond, gold, iron... but also dirt, gravel,...)
|
||||
generate_ores: true
|
||||
|
||||
# Should the generator generate biomes?
|
||||
generate_biomes: true
|
Binary file not shown.
Before Width: | Height: | Size: 5.9 MiB |
Binary file not shown.
Before Width: | Height: | Size: 17 MiB |
BIN
resources/normal_1000x500.png
Normal file
BIN
resources/normal_1000x500.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 122 KiB |
BIN
resources/small_250x150.png
Normal file
BIN
resources/small_250x150.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
Loading…
Add table
Add a link
Reference in a new issue