Version 1.8.0
This commit is contained in:
parent
8a132c5d02
commit
0317451cbb
20
README.md
20
README.md
@ -1,7 +1,7 @@
|
||||
# Schematic Editor [`schemedit`]
|
||||
|
||||
## Version
|
||||
1.7.1
|
||||
1.8.0
|
||||
|
||||
## Description
|
||||
This is a mod which allows you to edit and export schematics (`.mts` files).
|
||||
@ -32,31 +32,33 @@ There's also a setting `schemedit_export_lua` to enable automatic export to .lua
|
||||
|
||||
To create a schematic file:
|
||||
|
||||
1. Choose a cuboid area you like to become a schematic
|
||||
2. Place a Schematic Creator in front of one of the bottom 4 corners of the area
|
||||
3. Use (rightclick) the Schematic Creator
|
||||
1. Choose a cuboid area you like to used for a schematic
|
||||
2. Place a schematic creator in front of one of the bottom 4 corners of that area
|
||||
3. Use (rightclick) the schematic creator
|
||||
4. Enter a size and click on “Save size”
|
||||
5. Enter a schematic name and click on “Export schematic”
|
||||
|
||||
The schematic will be saved in your world directory; you'll see the exact location in chat.
|
||||
The schematic will be saved in your world directory; you’ll see the exact location in chat.
|
||||
|
||||
### Importing a schematic
|
||||
|
||||
You can import a schematic file if it already exists in your world directory under `schems`.
|
||||
Then do the following:
|
||||
You can import a schematic file for editing if it already exists in your world directory
|
||||
under `schems`. To import it:
|
||||
|
||||
1. Place a schematic creator on the ground
|
||||
2. Enter the schematic file name
|
||||
3. Click on “Import schematic”
|
||||
|
||||
This will both place the schematic and import advanced schematic information
|
||||
(probabilities, force-placement).
|
||||
This will put the schematic in the world and import advanced information like
|
||||
probabilities, force-placement, schematic voids.
|
||||
|
||||
### Placing a schematic
|
||||
|
||||
Use the `/placeschem` chat command to place a schematic as if it were placed by the game.
|
||||
This is useful to test a schematic to see the end result.
|
||||
|
||||
Use `/help placeschem` to get a list of parameters.
|
||||
|
||||
## Advanced usage
|
||||
|
||||
By default, if you export a schematic and then place it, every node will be placed,
|
||||
|
Loading…
x
Reference in New Issue
Block a user