]> git.lizzy.rs Git - are_we_minecraft_yet.git/blob - README.md
convert.sh: add uniq
[are_we_minecraft_yet.git] / README.md
1 # Are We Minecraft Yet?
2
3 A simple script for [mineclonia](https://codeberg.org/mineclonia/mineclonia/) to compare it's list of items to Minecraft 1.19, going by descriptions. It has some flaws, but it gives an overview.
4
5 Items with `not_in_creative_inventory` group are ignored to hide technical/state items, this leads to some wrong cases like barrier blocks (which aren't in creative inventory in minecraft either.)
6
7 - `./extract.sh` extracts the current list of items from mineclonia to `mineclonia.txt` (this obviously requires minetest and mineclonia to be installed)
8 - `./convert.sh` converts `minecraft.csv` to `minecraft.txt`
9 - `./compare.sh` compares `mineclonia.txt` to `minecraft.txt`
10
11 [delta](https://github.com/dandavison/delta) is used to compare the files, but you can also use `diff` or `git diff`.
12
13 `minecraft.csv` is taken from a [google doc](https://docs.google.com/spreadsheets/d/1-Jf8VpmG-V2ytZ0ppAEDtVSaVYEjQ-CYAZMt-eQMNxQ/edit#gid=984941200) by CommandLeo (File -> Download -> CSV).