Add Compression API

This commit is contained in:
Jean-Patrick Guerrero
2021-10-25 00:14:21 +02:00
parent bd5ea4e6a8
commit 9e50f58f5b
4 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,4 @@
i3.compress("default:diamondblock", {
replace = "diamond",
by = {"bronze", "copper", "gold", "steel", "tin"}
})