-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ashtan Mistal <[email protected]>
- Loading branch information
1 parent
5018493
commit 2a8f379
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Scripts | ||
|
||
The scripts are organized by the kind of data they're dealing with - In terms of the flood fill, that's dealing directly | ||
with the Minecraft world and isn't associated with the data type. **For information as to what scripts are called when, | ||
please see the transformation pipeline document**. | ||
The scripts are organized by the kind of data they're dealing with (Flood fill deals directly with the Minecraft world and so isn't dealing with any additional data). | ||
**For information as to what scripts are called when, | ||
please see the transformation pipeline document**. |