mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-18 10:32:30 +00:00
6 lines
260 B
Markdown
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!
|