Differences From Artifact [b29818210a]:
- File infuser.lua — part of check-in [9ef6cbcf31] at 2020-08-28 14:08:57 on branch trunk — add recipes, cookbooks, disassembly (to create recipes from items), attunement, farcasters, and portals; various edits for bug fixes and improvements (user: lexi, size: 7521) [annotate] [blame] [check-ins using]
To Artifact [c25534932e]:
- File infuser.lua — part of check-in [76581a64d9] at 2020-08-30 14:46:36 on branch trunk — rename improperly namespaced files (user: lexi, size: 7529) [annotate] [blame] [check-ins using]
194 194 end 195 195 196 196 minetest.register_node("sorcery:infuser", { 197 197 description = "Infuser"; 198 198 drawtype = "mesh"; 199 - mesh = "infuser.obj"; 199 + mesh = "sorcery-infuser.obj"; 200 200 paramtype2 = "facedir"; 201 201 after_dig_node = sorcery.lib.node.purge_container; 202 202 tiles = { -- FIXME 203 203 "default_stone.png", 204 204 "default_copper_block.png",