forked from huxsowo/ProjectW
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatapoints.yml
More file actions
20 lines (17 loc) · 919 Bytes
/
datapoints.yml
File metadata and controls
20 lines (17 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file is a template for a map datapoint file.
# Simply edit the values listed here and put it in your map folder.
# Make sure you put it in the same folder that has the advancements folder, data folder, datapacks folder, etc
# If you're confused and need examples or further explanation, visit the google doc below
# https://docs.google.com/document/d/1dbvI76ijOMCZ6n1HSifXznvEjnd-kNhJS8TdHIvoruM/edit?usp=sharing
# CREDITS
# List each person that helped create the map. Separate them with a comma and a space.
credits: Person1, Person2
# NAME
# Input the name for your map
# IMPORTANT: MAKE SURE THE WORLD FILE HAS THE SAME NAME AS THE MAP.
# IMPORTANT: REPLACE ALL SPACES WITH HYPHENS.
name: map-name
# CORNERS
# Copy the location of two opposite corners of the map. Make sure these corners extend past the map and that the ENTIRE map fits in between these two points.
corner1: x1, y1, z1
corner2: x2, y2, z2