Skip to content

Commit

Permalink
intro to world types 9th edition for $359.99
Browse files Browse the repository at this point in the history
  • Loading branch information
woodiertexas authored Feb 6, 2024
1 parent 509c578 commit 8001127
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions wiki/misc/worldtypes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
title: Adding a Custom World Preset
---

# Adding custom world presets
If your mod completely overhauls Minecraft's worldgen, you'll want to create a custom worldtype so you give people the option to use your worldgen or MC's vanilla worldgen.
Now, what is a custom worldtype you may ask? World types define world generation options for Minecraft worlds. They let you change the make-up of your Minecraft worlds by configuring how world generation behaves.

```json
"dimensions": {
"minecraft:overworld": {
Expand Down

0 comments on commit 8001127

Please sign in to comment.