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

Commit 381791d

Browse files
author
Shynixn
committed
#99 Fixed titles.
1 parent fbc3c76 commit 381791d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ StructureBlockLibApi.INSTANCE
154154
.onResult(e -> plugin.getLogger().log(Level.INFO, ChatColor.GREEN + "Loaded structure 'mystructure'."));
155155
```
156156

157-
#### Load a structure on your server and manipulate the blocks
157+
##### Load a structure on your server and manipulate the blocks
158158

159159
```java
160160
// Minimal configuration
@@ -178,7 +178,7 @@ StructureBlockLibApi.INSTANCE
178178
.onResult(e -> plugin.getLogger().log(Level.INFO, ChatColor.GREEN + "Loaded structure 'mystructure'."));
179179
```
180180

181-
#### Load a structure on your server and manipulate the entities
181+
##### Load a structure on your server and manipulate the entities
182182

183183
```java
184184
// Minimal configuration
@@ -205,7 +205,7 @@ StructureBlockLibApi.INSTANCE
205205
.onResult(e -> plugin.getLogger().log(Level.INFO, ChatColor.GREEN + "Loaded structure 'mystructure'."));
206206
```
207207

208-
#### Load entities in memory and iterate them
208+
##### Load entities in memory and iterate them
209209

210210
```java
211211
List<StructureEntity<Entity, Location>> entities = new ArrayList<>();
@@ -228,7 +228,7 @@ StructureBlockLibApi.INSTANCE
228228
});
229229
```
230230

231-
#### Load blocks in memory and iterate them
231+
##### Load blocks in memory and iterate them
232232

233233
```java
234234
List<StructurePlacePart<Block, World>> blocks = new ArrayList<>();

0 commit comments

Comments
 (0)