Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Jan 26, 2024
1 parent 5eff852 commit c005ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/datamaps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Generally, mergers should simply merge the values, and should not perform "hard"

We provide some default mergers for merging lists, sets and maps in `DataMapValueMerger`.

The default merger (`DataMapValueMerger#defaultMerger`) has the typical first come last serverd priority-based overwriting behaviour that you'd expect from normal data packs, where the newest value always wins.
The default merger (`DataMapValueMerger#defaultMerger`) has the typical behaviour you'd expect from normal data packs, where the newest value (which comes from the highest datapack) always wins.
### Removers
An advanced data map can provide a `DataMapValueRemover` through `AdvancedDataMapType#remover`. The remover will allow selective removals of data map values, effectively decomposition.
Expand Down

0 comments on commit c005ede

Please sign in to comment.