aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 98764d4ee109ae7804cb7cb85ed11954c4303ecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Are We Minecraft Yet?

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.

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.)

- `./extract.sh` extracts the current list of items from mineclonia to `mineclonia.txt` (this obviously requires minetest and mineclonia to be installed)
- `./convert.sh` converts `minecraft.csv` to `minecraft.txt`
- `./compare.sh` compares `mineclonia.txt` to `minecraft.txt`

[delta](https://github.com/dandavison/delta) is used to compare the files, but you can also use `diff` or `git diff`.

`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).