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