mirror of
https://github.com/minetest-mods/i3.git
synced 2025-06-28 06:40:17 +02:00
Add Compression API
This commit is contained in:
4
tests/test_compression.lua
Normal file
4
tests/test_compression.lua
Normal file
@ -0,0 +1,4 @@
|
||||
i3.compress("default:diamondblock", {
|
||||
replace = "diamond",
|
||||
by = {"bronze", "copper", "gold", "steel", "tin"}
|
||||
})
|
Reference in New Issue
Block a user