Skip to content

Commit c3e543b

Browse files
authored
Update README.md
- The mod has been released and is now in beta - Move discord server right below Overview to make it visible without having to scroll down the page - Add section on how to contribute (dungeons, coding, translating, testing)
1 parent b05d483 commit c3e543b

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

README.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,41 @@
11
# Dimensional Doors
22
[![forthebadge](https://api.travis-ci.org/DimensionalDevelopment/DimDoors.svg)](https://travis-ci.org/DimensionalDevelopment/DimDoors/builds) [![forthebadge](http://forthebadge.com/images/badges/designed-in-etch-a-sketch.svg)](http://forthebadge.com/) [![forthebadge](http://forthebadge.com/images/badges/built-with-science.svg)](http://forthebadge.com/) [![forthebadge](http://forthebadge.com/images/badges/as-seen-on-tv.svg)](http://forthebadge.com/)
3+
34
## Overview
4-
This is the main team page for the recode of Dimensional Doors. This repository will contain the up-to-date code base and commits submitted, unless told otherwise, by the Dimensional Development team. Currently, the recode is in progress with an Alpha in the works. This and other projects will come out eventually, please be patient.
5+
This is the main repository for the rewrite of Dimensional Doors by StevenRS11. This repository contains the up-to-date code base and commits submitted.
6+
7+
## Discord Server
8+
For the main bits, we have a Discord server made specifically for talking about Dimensional Doors. It's also the place where the devs meet to discuss current progress on certain aspects, and get feedback from the team.
9+
10+
### Discord Server: [Click](https://discord.gg/f27hdrM) to open in browser or client, if installed
511

612
## Bugs and Suggestions
713
Experiencing a bug or just have a suggestion that is in-line with the mod's lore? Make a ticket about it!
14+
815
### For Bugs
916
- Include the mod version (if it was built by the team)
1017
- Minecraft Version (different versions can experience bugs that are not available in others)
1118
- Forge Version (different versions can experience bugs that are not available in others)
1219
- And a link to the error, preferablly, to PasteBin
20+
1321
### For Suggestions
1422
- Include a detailed description with what you would like to see in the mod
1523
- It is also recommended that you explain how it can fit into the mods lore.
16-
17-
## Discord Server
18-
For the main bits, we have a Discord server made specifically for talking about Dimensional Doors. It's also the place where the devs meet to discuss current progress on certain aspects, and get feedback from the team.
19-
### Discord Server: [Click](https://discord.gg/f27hdrM) to open in browser or client, if installed
24+
25+
## Contributing
26+
There are many ways to contribute to the project. We encourage you to join our Discord server if you have any questions about how to contribute.
27+
28+
### Submitting dungeons
29+
Use the `/pocket blank blank_pocket_<n>` to create a blank, closed pocket, or `/pocket blank void_pocket_<n>` to create a pocket containing only a frame marking the pocket bounds, where `<n>` is the size of the pocket (the number of chunks on each side - 1). **Do not build outside the pocket bounds, or it will be clipped when saved. If you want to make your pocket larger after having started to build, you will have to make a new pocket and copy what you built using WorldEdit.** Use the `/saveschem <name>` command to save your pocket, and click "Create a new file" on [this](https://github.com/DimensionalDevelopment/DimDoors-Dungeon-Repo) page to submit your pocket. For any questions, please join our Discord server.
30+
31+
### Coding
32+
This project uses [Lombok](https://projectlombok.org/) to automatically generate getters and setters. You should install the Lombok plugin for [IntelliJ](https://plugins.jetbrains.com/plugin/6317-lombok-plugin) or [Eclipse](https://projectlombok.org/setup/eclipse) to be able to correctly test the project. We reccommend that you join the Discord server if you're planning on making more major changes to the code or have any questions or problems.
33+
34+
### Translating
35+
[This page](https://github.com/DimensionalDevelopment/DimDoors/tree/1.12-WIP/src/main/resources/assets/dimdoors/lang) contains all the currently translated languages. To contribute a translation, start by copying the [en_US.lang file](https://github.com/DimensionalDevelopment/DimDoors/blob/1.12-WIP/src/main/resources/assets/dimdoors/lang/en_US.lang) to a text editor, and saving it as the [correct locale code](https://minecraft.gamepedia.com/Language#Available_languages). Translate **only what is to the right of the = sign**, and then click "Create a new file" on [this page](https://github.com/DimensionalDevelopment/DimDoors/tree/1.12-WIP/src/main/resources/assets/dimdoors/lang) to submit your translation.
36+
37+
### Testing
38+
You can help us test the latest dev release and report bugs before we submit the next beta by downloading and playing using the latest built jar from here: https://github.com/DimensionalDevelopment/DimDoors/releases **IMPORTANT:** These jars are untested and might cause loss of pockets, rift connections, or worlds. Always back up your worlds folder before testing them.
2039

2140
## Join the Team
22-
Dimensional Development is always looking to expand (there is currently only 4 of us) and introduce new members to the team and community. Join our Discord and talk to us! Tell us how you can help.
41+
Dimensional Development is always looking to expand (there are currently only 4 active members in the team) and introduce new members to the team and community. Join our Discord and talk to us! Tell us how you can help.

0 commit comments

Comments
 (0)