Time |
Nick |
Message |
05:01 |
* marktraceur |
waves |
05:01 |
marktraceur |
Gonna finish the factory mod tonight, finally |
05:04 |
VanessaE |
mornin' mark. |
05:05 |
marktraceur |
VanessaE: TZAG to you as well! |
05:05 |
VanessaE |
lol |
05:05 |
VanessaE |
Time Zone Appropriate Greeting? :) |
05:05 |
marktraceur |
Yup |
05:05 |
marktraceur |
local tzag = { vanessae = "Good morning", marktraceur = "Good evening" } |
05:06 |
marktraceur |
tzag.UTC = "Good morning" -- Which I suppose is all that matters, really |
05:06 |
VanessaE |
lol |
05:07 |
marktraceur |
I definitely stopped writing this mod mid-function, makes it hard to pick back up |
06:07 |
marktraceur |
VanessaE: Wait, it's possible to use a recipe that deducts two of an item from a slot, isn't it? |
06:07 |
marktraceur |
Like { 'default:stick 2', 'default:stick 2' } |
06:08 |
marktraceur |
Oh, never mind, I can work around that |
06:09 |
VanessaE |
actually no :-/ |
06:10 |
marktraceur |
Ah |
06:10 |
marktraceur |
Well, I'll support it anyway |
06:12 |
marktraceur |
Just means a call to get_craft_recipe and an extra call to get_craft_result. Nothing too complex. |
06:14 |
marktraceur |
Oh right, I forgot about the five dependencies I made up and never actually coded. |
06:14 |
marktraceur |
Sometimes it's hard being me |
06:18 |
marktraceur |
I feel like dumbwaiters should be hard to make....but I don't particularly want to add pulleys |
06:18 |
marktraceur |
Gears are fine |
07:05 |
marktraceur |
Ugh, why does the order of the formspec matter |
07:06 |
marktraceur |
Wait, can there be 4 inventories on a node? Is that the problem? |
07:11 |
marktraceur |
'context Selected node metadata (deprecated: "current_name")' <-- which one is deprecated? |
07:16 |
marktraceur |
Aha, missing end semicolon |
07:53 |
marktraceur |
"bad argument #2 to 'get_craft_result' (table expected, got userdata)" |
07:53 |
marktraceur |
There isn't an argument #2 to get_craft_result. |
07:56 |
marktraceur |
*sigh |
08:05 |
|
kotolegokot joined #minetest-mods |
08:10 |
RealBadAngel |
marktraceur, order on forspec doesnt really matter |
08:11 |
marktraceur |
No, but closing semicolons does. |
08:11 |
marktraceur |
That was the issue |
08:11 |
RealBadAngel |
and you can have as many inventories as you want to |
08:12 |
RealBadAngel |
use another way to access formspec then |
08:12 |
RealBadAngel |
http://realbadangel.pl/UI.zip |
08:12 |
RealBadAngel |
like in here |
08:13 |
RealBadAngel |
check: unified_inventory.get_formspec = function(player,page) |
08:48 |
|
PilzAdam joined #minetest-mods |
12:30 |
|
Xenux joined #minetest-mods |
12:40 |
|
NakedFury joined #minetest-mods |
14:51 |
|
NakedFury joined #minetest-mods |
16:50 |
|
VanessaE joined #minetest-mods |
17:47 |
|
rubenwardy joined #minetest-mods |