Time Nick Message 00:39 jordan4ibanez is there anyway to download a server's map? 00:40 edisonbulb is the intended behavior for punching for the timer to be reset even when the hit doesn't work, causing people who click fast (spam click) to attack to *never* get a hit? trying to figure out if this is a bug or a feature 00:42 compunerd Anybody have any idea how well unified inventory works for players on a tablet 00:43 edisonbulb the timer i am speaking of is the anti-cheating timer. it seems that the anti cheat timer is blocking legitimate attacks if they click too fast 15:34 jas_ intended i belive 15:34 jas_ can be adjusted with mod i think 18:16 spazzpp2 hi how to enable animals and vombies? 18:16 spazzpp2 I'm on debian with all mods installed 18:17 spazzpp2 but I cannot find animals (except one very rarely seen yeti-like creature) 18:18 Krock as soon you have damage and the mobs mod(s) on, they should spawn in dark places 18:19 spazzpp2 umm.. so there's no hidden option etc? 18:20 spazzpp2 I read somewhere that "Disable mob spawning" is on by default. 18:20 spazzpp2 @Krock 18:20 Krock check the settings -> Mod settings to mane sure 18:20 Krock "somewhere".. well, that's a great source 18:20 Krock *make sure 18:21 Krock the README of the mod and the forum topic might provide more helpful information 18:22 spazzpp2 what exactly is the animal mod? mobf? 18:23 spazzpp2 I also have mobf_settings activated.. is that some kind of additional menu? 18:29 spazzpp2 ok I found out about /mobf 18:42 Krock !mod mobf 18:42 Krock MinetestBot, 18:42 MinetestBot Krock: Traders [mobf_trader] by Sokomine - https://forum.minetest.net/viewtopic.php?t=9013 18:43 Krock eeks. that mobf_settings mod is somewhat old 18:43 Krock !mod mobs redo 18:43 Krock ^ this one should work 18:44 Krock my god, what's going on? 18:44 MinetestBot urllib.error.URLError: (file "/usr/lib/python3.4/urllib/request.py", line 1184, in do_open) 18:44 Krock https://forum.minetest.net/viewtopic.php?t=9917 18:44 Krock also this one: https://forum.minetest.net/viewtopic.php?t=8638 18:46 Krock spazzpp2, try out the two above. They'll work better than mobf_settings 18:58 spazzpp2 thankx Krock 21:05 ensonic sofar, any chance you can review https://github.com/minetest-tools/mcresconvert/pull/28 21:05 ensonic sofar, I have some more improvements 21:06 sofar oh, hadn't seen that 21:06 sofar I'l take a look! 21:07 deltasquared wait, can you post that again ensonic, I accidentally ctrl-backspaced my buffer 21:09 ensonic deltasquared, it was for sofar and he saw it (https://github.com/minetest-tools/mcresconvert/pull/28) 21:09 sfan5 logs exist btw 21:31 * ensonic made good progress converting this resource pack: http://conquest.ravand.org/ 21:58 Calinou wow, that site manages to always scroll at < 60 FPS 21:59 Calinou (in Firefox 59; it's smoother in Chromium 64, but still not quite snappy) 22:01 sofar too bad that TP is -NC-ND 22:01 Fixer scroll at 60 fps? 22:02 Fixer new hype of the """fast""" era of web 22:02 Fixer at least pixel perfection has a fit 22:03 Fixer and proper licence 23:00 Calinou Fixer: unfortunately, few people have read https://pavelfatin.com/scrolling-with-pleasure/ :) 23:06 tupplr Hello. I am running debian. And i can't compile MT at the moment. The error i get is that lua.h can't be found. I already have lua installed and it compiled before. 23:06 tupplr minetest-dev/src/script/cpp_api/s_base.h:29:10: fatal error: lua.h: file not found #include 23:06 sfan5 tried re-running cmake? 23:08 Calinou (you may have to delete CMakeCache.txt before) 23:08 Calinou (for a "clean" CMake run) 23:09 tupplr Yes. Now retrying with new make options (for redis etc): make clean && time cmake . -DRUN_IN_PLACE=1 -DENABLE_GETTEXT=1 -DENABLE_FREETYPE=1 -DENABLE_LEVELDB=1 -DENABLE_REDIS=1 && time make -j2 23:09 tupplr same error 23:11 Calinou do you have liblua installed (or libluajit)? 23:11 sfan5 it seems cmake believes you have luajit installed while you don't 23:11 Calinou also, you probably don't want -DRUN_IN_PLACE=1, just saying 23:11 Calinou (only use it for portable builds!) 23:12 tupplr I like to have dev separated in a dev folder. so i think it should be fine. 23:13 Calinou RUN_IN_PLACE only affects the location of configuration files 23:13 Calinou if you set it to 0 (the default), then settings are stored in $HOME/.minetest, which makes more sense 23:14 Calinou (else, if you delete your Minetest repository, you lose all settings and user data!) 23:14 Calinou you still can run the binary without installing it system-wide :) 23:14 Calinou (bin/minetest) 23:16 tupplr Will consider it. Any idea why lua is not found? Installed packages: https://paste.debian.net/997592/ 23:19 MinetestBot 02[git] 04Ezhh -> 03minetest/minetest: Improve documentation for player:set_attribute() 1376eb3f2 https://git.io/vFjYC (152017-11-25T23:18:50Z) 23:19 sfan5 anything liblua5.x or lua5.x does not matter 23:19 sfan5 but it should be finding luajit 23:20 tupplr Debian Buster btw. 23:22 compunerd Can anyone tell me the name of the channel dedicated to modding? 23:23 compunerd cool... thanks... 23:29 compunerd can anyone tell me why I'm getting this: #minetest-hub :Cannot send to channel 23:29 sfan5 you are not voiced 23:30 compunerd ah... makes sense... don't guess I'll be asking my question there then... haha 23:31 * Shara will fix it 23:47 tupplr These are the files i have. https://paste.debian.net/997595/ 23:47 tupplr This is where the make searches: https://paste.debian.net/997594/