Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • Illuna-Minetest/ethereal
1 result
Show changes
Commits on Source (1)
......@@ -344,7 +344,7 @@ for _, ab in pairs(minetest.registered_abms) do
end
-- If Baked Clay mod not active, make Red, Orange and Grey nodes
if not minetest.get_modpath("bakedclay") then
if not minetest.get_modpath("illuna_extra") then
minetest.register_node(":bakedclay:red", {
description = S("Red Baked Clay"),
......