sorcery  Check-in [99e19cc14f]

Overview
Comment:correct recipe
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 99e19cc14fa173c2b99f8b567cd193b6e15071925fda8f41e9f6c4ff698e84a8
User & Date: lexi on 2021-07-06 22:21:04
Other Links: manifest | tags
Context
2021-07-07
07:56
tweak interval check-in: b79f4e8611 user: lexi tags: trunk
2021-07-06
22:21
correct recipe check-in: 99e19cc14f user: lexi tags: trunk
21:15
fixed recipes check-in: ac4c799281 user: lexi tags: trunk
Changes

Modified recipes.lua from [553d976f64] to [02ed02122e].

   558    558   	output = 'sorcery:inversion_matrix';
   559    559   	recipe = {
   560    560   		{'','sorcery:inverter_coil','basic_materials:gold_wire'};
   561    561   		{'sorcery:inverter_coil','sorcery:leyline_stabilizer','sorcery:inverter_coil'};
   562    562   		{'basic_materials:gold_wire','sorcery:inverter_coil',''};
   563    563   	};
   564    564   	replacements = {
          565  +		{'basic_materials:gold_wire', 'basic_materials:empty_spool'};
   565    566   		{'basic_materials:gold_wire', 'basic_materials:empty_spool'};
   566    567   	};
   567    568   }
   568    569   
   569    570   
   570    571   minetest.register_craft {
   571    572   	output = 'sorcery:field_emitter';