mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-04 01:00:37 +02:00
Remove forgotten testing code.
This commit is contained in:
@ -81,10 +81,6 @@ local function register_recipe(typename, data)
|
||||
items = items..", "..input;
|
||||
end
|
||||
end
|
||||
if (result=="default:bronze_ingot 8") then
|
||||
minetest.log("warning", dump(data));
|
||||
minetest.log("warning", items);
|
||||
end
|
||||
craftguide.register_craft({
|
||||
type = typename,
|
||||
result = result,
|
||||
|
Reference in New Issue
Block a user