diff options
| -rw-r--r-- | jeija/detector.lua | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/jeija/detector.lua b/jeija/detector.lua index 148ba71..cd55388 100644 --- a/jeija/detector.lua +++ b/jeija/detector.lua @@ -17,9 +17,9 @@ minetest.register_node("jeija:object_detector_on", {  minetest.register_craft({  	output = '"jeija:object_detector_off" 1',  	recipe = { -		{'"default:steelblock"', '', '"default:steelblock"'}, -		{'"default:steelblock"', '"jeija:ic"', '"default:steelblock"'}, -		{'"default:steelblock"', '"jeija:mesecon_off', '"default:steelblock"'}, +		{"default:steelblock", '', "default:steelblock"}, +		{"default:steelblock", "jeija:ic", "default:steelblock"}, +		{"default:steelblock", "jeija:mesecon_off", "default:steelblock"},  	}  }) | 
