Skip to content

Commit 8b5f82a

Browse files
committed
Updated readme with badges to match Brigadier
1 parent cc7f27a commit 8b5f82a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DataFixerUpper
1+
# DataFixerUpper [![Latest release](https://img.shields.io/github/release/Mojang/DataFixerUpper.svg)](https://github.com/Mojang/DataFixerUpper/releases/latest) [![License](https://img.shields.io/github/license/Mojang/DataFixerUpper.svg)](https://github.com/Mojang/DataFixerUpper/blob/master/LICENSE)
22
A set of utilities designed for incremental building, merging and optimization of data transformations. Created for converting the game data for Minecraft: Java Edition between different versions of the game.
33

44
## Gradle
@@ -37,7 +37,7 @@ And then use this library (change `(the latest version)` to the latest version!)
3737
Core data types are Schema and DataFix: Schema is a set of type definitions specifying what data types the system is interested in and how they relate to each other, DataFix is is a rewrite rule between types (see [references](#references) below). DataFixerBuilder takes a list of schemas and fixes converting between those schemas, and creates an optimized converter between the types describes in those schemas. DSL is a class with building blocks used to create schemas and fixes.
3838

3939
# Contributing
40-
Contributions are suspended until we have a process in place to handle them.
40+
Contributions are welcome!
4141

4242
Most contributions will require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to,
4343
and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
@@ -64,3 +64,5 @@ contact [[email protected]](mailto:[email protected]) with any additio
6464
Cunha, A., Oliveira, J. N., & Visser, J. (2006, August). Type-safe two-level data transformation
6565
Cunha, A., & Visser, J. (2011). Transformation of structure-shy programs with application to XPath queries and strategic functions
6666
Pacheco, H., & Cunha, A. (2011, January). Calculating with lenses: optimising bidirectional transformations
67+
68+
![GitHub forks](https://img.shields.io/github/forks/Mojang/DataFixerUpper.svg?style=social&label=Fork) ![GitHub stars](https://img.shields.io/github/stars/Mojang/DataFixerUpper.svg?style=social&label=Stars)

0 commit comments

Comments
 (0)