Differences From Artifact [c5d4cbc341]:
- File mods/starlit-tech/init.lua — part of check-in [4b3aa092f8] at 2024-05-06 20:58:38 on branch trunk — add storage crate & generic interface for, add LED for print completion, add program tooltips, disfuckulate some longstanding idiot bugs (user: lexi, size: 4216) [annotate] [blame] [check-ins using]
To Artifact [4840721039]:
- File mods/starlit-tech/init.lua — part of check-in [5267c0742d] at 2024-05-07 00:27:19 on branch trunk — add basic electrical parts, fix scrollbars to the greatest extent possible, fix error in marshal error msg, tweak inane compute stats (user: lexi, size: 4205) [annotate] [blame] [check-ins using]
94 94 end 95 95 96 96 97 97 minetest.register_node('starlit_tech:crate', { 98 98 short_description = 'Crate'; 99 99 description = starlit.ui.tooltip { 100 100 title = 'Crate'; 101 - desc = 'A sturdy but lightweight storage crate made from solid carbon polymer.'; 101 + desc = 'A sturdy but lightweight storage crate woven from graphene.'; 102 102 props = { {title='Mass', affinity='info', desc='100g'} }; 103 103 }; 104 104 drawtype = 'nodebox'; 105 105 node_box = { 106 106 type = 'fixed'; 107 107 fixed = { 108 108 .4, .2, .4;