Skip to content
This repository was archived by the owner on May 27, 2023. It is now read-only.

Commit 86ad530

Browse files
committed
docs: add build tools information
1 parent 0ea93de commit 86ad530

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,21 @@ schematic.build(instance, position).thenRun(() -> player.sendMessage("Schematic
2525
Region region = new Region(new Pos(0, 0, 0), new Pos(10, 10, 10));
2626
Schematic schematic = new SpongeSchematic();
2727
schematic.write(new FileOutputStream("schematics/my_schematic.schematic"), region);
28+
```
29+
30+
## Build Tools
31+
### Repository
32+
```xml
33+
<repository>
34+
<id>crystalgames</id>
35+
<url>https://repo.crystalgames.net/snapshots/</url>
36+
</repository>
37+
```
38+
### Dependency
39+
```xml
40+
<dependency>
41+
<groupId>com.crystalgames</groupId>
42+
<artifactId>Scaffolding</artifactId>
43+
<version>0.1.0-SNAPSHOT</version>
44+
</dependency>
2845
```

0 commit comments

Comments
 (0)