]> Witch of Git - minecraft-eda/commit
Add a rust program to put designs into minecraft
authorCassie Jones <code@witchoflight.com>
Sat, 27 Apr 2019 19:02:10 +0000 (15:02 -0400)
committerCassie Jones <code@witchoflight.com>
Sat, 27 Apr 2019 19:02:10 +0000 (15:02 -0400)
commit9e16587205cdf3dd1368c49488532465a20b4238
treef2be86bc2616dea6e891a66def613298f20c7e5e
parent4de85f0ef53bd890bd87f3057763dc7f77b66155
Add a rust program to put designs into minecraft

Currently just finds the origin position below a player's feet and
places a marker there.
.gitignore [new file with mode: 0644]
mc-mask/Cargo.lock [new file with mode: 0644]
mc-mask/Cargo.toml [new file with mode: 0644]
mc-mask/src/main.rs [new file with mode: 0644]