mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
39 lines
916 B
Markdown
39 lines
916 B
Markdown
What do you use?
|
|
|
|
**Difference between Objects and Villages in terms of definitions**
|
|
|
|
**OBJECTS**
|
|
- "Primative"
|
|
- Have Styles
|
|
- *Object Priority Placement System*
|
|
- Waterlogged
|
|
- Supports Bottom
|
|
- Have place modes
|
|
- Have density
|
|
- Have chance
|
|
- Have an Array of random objects that are placed on call
|
|
- Suport Edits (rotation, movement etc...)
|
|
- Supports Translation
|
|
*- CarvingSupport*
|
|
|
|
|
|
**JIGSAW**
|
|
__----same as object----__
|
|
- "Non-Primative"
|
|
- Have Styles
|
|
- Waterlogged
|
|
- *Object Priority Placement System *(Already implemented with jigsaw schema)
|
|
- Have place modes
|
|
- Does not Support Bottom **should
|
|
- Have density
|
|
- Have chance
|
|
- Have an Array of random objects that are placed on call
|
|
- Suport Edits (rotation, movement etc...)
|
|
- Supports Translation
|
|
__----same as object----__
|
|
- *Fallback pools* (needs to be implemented)
|
|
- **Connectors**
|
|
- **Loot**
|
|
- **Rarity implementation**
|
|
- **Names**
|
|
*- CarvingSupport* |