Terra/GOOD_PRACTICE.md
2020-09-19 03:26:21 -07:00

6 lines
260 B
Markdown

# Things to do:
* **Namespace your terrain objects!**
Example: Call your forest biome `mycoolgenerator:FOREST` rather than just `FOREST`
Why? This way, if someone wishes to install 2 config packs, for different worlds, they don't
run into conflicting IDs!