Differences From Artifact [4b04c69ef3]:
- File altar.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: 10675) [annotate] [blame] [check-ins using]
To Artifact [5335f5f5e0]:
- File altar.lua — part of check-in [76581a64d9] at 2020-08-30 14:46:36 on branch trunk — rename improperly namespaced files (user: lexi, size: 10683) [annotate] [blame] [check-ins using]
270 270 update_altar(nodepos,self.object) 271 271 end 272 272 end 273 273 }) 274 274 minetest.register_node("sorcery:altar", { 275 275 description = "Altar"; 276 276 drawtype = "mesh"; 277 - mesh = "altar.obj"; 277 + mesh = "sorcery-altar.obj"; 278 278 paramtype = "light"; 279 279 paramtype2 = "facedir"; 280 280 sunlight_propagates = true; 281 281 tiles = { 282 282 "default_sandstone.png", 283 283 "default_silver_sandstone.png", 284 284 "default_copper_block.png",