world generation, ores, ingots and more!

This commit is contained in:
Kacper Kostka
2023-01-12 22:24:20 +01:00
parent add01e145f
commit 60728d2a98
67 changed files with 9846 additions and 12 deletions

View File

@@ -0,0 +1,8 @@
# If enabled, exporting a schematic will also create a .lua file
# in addition to the .mts file.
schemedit_export_lua (.lua file schematic export) bool false
# Specify the style of the visual border markers.
# * edges: Show borders at the edges
# * checkers: Checker pattern at the sides
schemedit_border_style (Border style) enum edges edges,checkers