1
0
mirror of https://github.com/minetest-mods/i3.git synced 2025-03-22 20:50:29 +01:00
i3/tests/test_compression.lua
Jean-Patrick Guerrero 9e50f58f5b Add Compression API
2021-10-25 00:23:44 +02:00

5 lines
114 B
Lua

i3.compress("default:diamondblock", {
replace = "diamond",
by = {"bronze", "copper", "gold", "steel", "tin"}
})