Added proper names for DIM1 and DIM-1 to dynmap.

This commit is contained in:
Harrison Deng 2022-05-17 04:21:09 -05:00
parent 43537c9517
commit 84680399f1

View File

@ -30,6 +30,12 @@ worlds:
- name: undergarden_undergarden - name: undergarden_undergarden
title: Undergarden title: Undergarden
enabled: true enabled: true
- name: DIM1
title: The End
enabled: true
- name: DIM-1
title: The Nether
enabled: true
# Worlds can be handled by templates, based on world type # Worlds can be handled by templates, based on world type
# You can override the properties of the template by specifying them in this section # You can override the properties of the template by specifying them in this section
# for example 'Title: "My Awesome World"' # for example 'Title: "My Awesome World"'