Skip to content

Commit d862c5e

Browse files
committed
fix: add lineNumbers to JSON code blocks in world presets
1 parent c0f488a commit d862c5e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

content/docs/worlds/presets/classic-flat.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Classic Flat
33
description: A classic flat world, no Strongholds unlike in default superflat
44
---
55

6-
```json
6+
```json lineNumbers
77
{
88
"biome": "minecraft:plains",
99
"lakes": false,

content/docs/worlds/presets/desert.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Desert
33
description: A desert flat world.
44
---
55

6-
```json
6+
```json lineNumbers
77
{
88
"biome": "minecraft:desert",
99
"lakes": false,

content/docs/worlds/presets/overworld.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Overworld
33
description: A flat world with ores, trees, and other features.
44
---
55

6-
```json
6+
```json lineNumbers
77
{
88
"biome": "minecraft:plains",
99
"lakes": true,

content/docs/worlds/presets/redstone-ready.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Redstone Ready
33
description: A redstone ready world.
44
---
55

6-
```json
6+
```json lineNumbers
77
{
88
"biome": "minecraft:desert",
99
"lakes": false,

content/docs/worlds/presets/snowy-kingdom.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Snowy Kingdom
33
description: A snowy flat world with igloos and villages
44
---
55

6-
```json
6+
```json lineNumbers
77
{
88
"biome": "minecraft:snowy_plains",
99
"lakes": false,

content/docs/worlds/presets/the-void.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: The Void
33
description: A void world with no blocks, no structures, and no features.
44
---
55

6-
```json
6+
```json lineNumbers
77
{
88
"biome": "minecraft:the_void",
99
"lakes": false,

content/docs/worlds/presets/tunnelers-dream.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Tunnelers' Dream
33
description: Mineshafts, Strongholds, and Dungeons.
44
---
55

6-
```json
6+
```json lineNumbers
77
{
88
"biome": "minecraft:windswept_hills",
99
"lakes": false,

content/docs/worlds/presets/water-world.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Water World
33
description: A world with a lot of water.
44
---
55

6-
```json
6+
```json lineNumbers
77
{
88
"biome": "minecraft:deep_ocean",
99
"lakes": false,

0 commit comments

Comments
 (0)