janispritzkau / minecraft-world-statistics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minecraft World Statistics

Count items in a world

dump-items world/ \
  --entities chest_minecart,item_frame,glow_item_frame \
  --block-entities chest,shulker_box,barrel \
  overworld:chunk_radius=512 \
  nether:chunk_radius=128 \
  end:chunk_radius=128 \
> items.txt

count-items < items.txt > total-items.json

About


Languages

Language:Rust 100.0%