Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattidragon/customdefaultworldpreset
This simple fabric mod allows you to change the default world preset in minecraft.
https://github.com/mattidragon/customdefaultworldpreset
fabricmc
Last synced: about 2 months ago
JSON representation
This simple fabric mod allows you to change the default world preset in minecraft.
- Host: GitHub
- URL: https://github.com/mattidragon/customdefaultworldpreset
- Owner: MattiDragon
- License: mit
- Created: 2023-04-07T14:12:01.000Z (almost 2 years ago)
- Default Branch: 1.21
- Last Pushed: 2024-06-29T14:43:58.000Z (7 months ago)
- Last Synced: 2024-10-27T16:18:14.236Z (3 months ago)
- Topics: fabricmc
- Language: Java
- Homepage: https://modrinth.com/mod/custom-default-world-preset
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/1.0.0+1.19.3.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom Default World Preset
This simple fabric mod allows you to change the default world preset.
This mod is intended for modpack developers who want a custom world without replacing the default and without making users change the setting.To configure the default world preset you edit the `default_world_preset.txt` file in your config directory.
It should contain the id of the desired default preset. The `minecraft:` prefix may be omitted.
The configuration is read each time the key is used, so changes should show up be reopening the world creation screen.This mod also changes the default on dedicated servers. You need to ensure that the preset is loaded in the initial datapacks for this to work.
Most global datapack mods should work for this.