1
0
tech_additions/jonez.lua

8 lines
233 B
Lua
Raw Permalink Normal View History

2024-01-06 14:15:07 +03:00
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,
})