mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +02:00
[mesecons] Add NOR and OR gates, and documentation
This commit is contained in:
@ -44,7 +44,7 @@ dofile(path.."/ent.lua")
|
||||
-- cannot find mesecons?, craft glue instead
|
||||
if not minetest.get_modpath("mesecons_materials") then
|
||||
minetest.register_craftitem(":mesecons_materials:glue", {
|
||||
image = "jeija_glue.png",
|
||||
image = "mesecons_glue.png",
|
||||
description = "Glue",
|
||||
})
|
||||
end
|
||||
|
Reference in New Issue
Block a user