mirror of
https://github.com/reload-gtn/mtsr_modpack.git
synced 2024-11-16 02:30:59 +03:00
8 lines
233 B
Lua
8 lines
233 B
Lua
local S = minetest.get_translator("tech_additions")
|
|
|
|
techage.ironage_register_recipe({
|
|
output = "jonez:marble 4",
|
|
recipe = {"default:cobble", "default:cobble", "default:cobble", "default:sand"},
|
|
heat = 7,
|
|
time = 8,
|
|
}) |