mirror of
https://github.com/minetest-mods/i3.git
synced 2024-11-01 00:00:25 +01:00
5 lines
114 B
Lua
5 lines
114 B
Lua
i3.compress("default:diamondblock", {
|
|
replace = "diamond",
|
|
by = {"bronze", "copper", "gold", "steel", "tin"}
|
|
})
|