Differences From Artifact [aae72d93b8]:
- File cookbook.lua — part of check-in [c71731cf58] at 2021-07-03 02:25:42 on branch trunk — many bug fixers, some minor refactoring, allow non-drinkable potions to be empowered in various ways, allow gods to be petitioned for recipes (next up: cookbooks!) (user: lexi, size: 21882) [annotate] [blame] [check-ins using]
To Artifact [fac511da65]:
- File cookbook.lua — part of check-in [b82a675e76] at 2021-07-06 19:26:16 on branch trunk — bug fixes (user: lexi, size: 21882) [annotate] [blame] [check-ins using]
475 475 if notes_right then 476 476 nx = 5.25 - (3 - k.w) -- :/ 477 477 ny = 0 478 478 nw = 4 nh = k.h 479 479 else 480 - nx = 0 ny = 3 481 - nw = 4 nh = k,h 480 + nx = 0 ny = 2 481 + nw = 4 nh = k.h 482 482 end 483 483 t = t .. string.format([[ 484 484 hypertext[%f,%f;%f,%f;note;<global valign=middle halign=justify size=20>%s] 485 485 ]], nx,ny,nw,nh, minetest.formspec_escape(props.note)) 486 486 end