Adding Point Of Origins

Adding Point Of Origins

⚠️
You need to learn how datapacks works!

Create a Datapack

  • Follow the tutorial on the Minecraft Wiki on datapacks on how to set one up, use the namespace from earlier

  • Create a new .json file in the path

data/stargate/point_of_origin/dimension_name.json

  • Inside this new .json file, paste
{
 "dimension": "mod_id:dimension_name",
 "glyph": "CHARACTER"
}
  • Replace mod_id with the mods id, dimension_name with the name of the dimension

  • Replace CHARACTER With any letter / symbol listed bellow ( DO NOT USE: W, F, Q as the mod already uses these letters)

A B C D E G H I J K L M N O P R S T U V X Y Z [ ] { } : ; $ ( ) %
  • You can use something like this HERE to translate the letter you chose so you can see what symbol to press on the DHD in game.

  • Also you can look HERE for an example on what the completed json should look like!