diff --git a/elepower_documentation/power_network_examples.xcf b/elepower_documentation/power_network_examples.xcf new file mode 100644 index 0000000..d9ed49c Binary files /dev/null and b/elepower_documentation/power_network_examples.xcf differ diff --git a/elepower_documentation/power_network_simple_examples.png b/elepower_documentation/power_network_simple_examples.png new file mode 100644 index 0000000..670fb95 Binary files /dev/null and b/elepower_documentation/power_network_simple_examples.png differ diff --git a/elepower_documentation/power_network_simple_examples.xcf b/elepower_documentation/power_network_simple_examples.xcf new file mode 100644 index 0000000..ac77a0c Binary files /dev/null and b/elepower_documentation/power_network_simple_examples.xcf differ diff --git a/elepower_papi/network.lua b/elepower_papi/network.lua index bb3a668..455f559 100644 --- a/elepower_papi/network.lua +++ b/elepower_papi/network.lua @@ -389,7 +389,7 @@ minetest.register_abm({ end end -- if pw_supply ~= 0 then minetest.debug("end_run") end -- debug line - minetest.debug(dump(ele.graphcache)) -- network dump + -- minetest.debug(dump(ele.graphcache)) -- network dump end, })