Time Nick Message 12:35 rubenwardy andrew: the Minetest engine only gives you an API to define your own moving objects 12:35 rubenwardy there are mobs mods which have higher level APIs for making mobs, such as mobkit or mobs redo 12:35 andrew *Sorry, i meant generic mods, not mobs, typo 12:35 rubenwardy or you can use the entity API to make your own behaviour 12:35 rubenwardy ah 12:35 rubenwardy !book 12:35 rubenwardy https://rubenwardy.com/minetest_modding_book/ 12:35 andrew The bot seems down? 12:35 andrew thanks! 12:36 rubenwardy !book 12:36 MinetestBot rubenwardy: Minetest Modding Book - https://rubenwardy.com/minetest_modding_book/ 12:36 rubenwardy thanks 12:42 Norkle push mod? 12:42 andrew Awh my typos 17:59 big_caballito sure is quiet recently 18:17 sfan5 must be the weather 18:17 Ingar everybody got addictted tot valheim 19:16 Sven_vB hi :) 19:17 Sven_vB I'm looking for a mod with a chest that displays its first (top left) item's icon on all its sides. does anyone know one? 19:18 DS-minetest no 19:19 Sven_vB what would ne the way to make my own? combining chest code with item frame code? 19:20 DS-minetest register your own node 19:20 DS-minetest you might be able to copy some of the mtg chest code 19:20 DS-minetest and add entites like in the item frame code, yes 19:21 Sven_vB thanks! 19:38 calcul0n__ there's also a drawer mod, you could use it as example 19:39 calcul0n__ or maybe it's just the mod you're looking for :) 19:42 Sven_vB calcul0n__, I'll have a look, thanks! 20:01 MinetestBot 02[git] 04HybridDog -> 03minetest/minetest: Translate chatcommand delay message and replace minetest with core (#… 13fc1512c https://git.io/JYYpV (152021-03-26T19:59:05Z) 20:01 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Adjust build config for Irrlicht changes (again) 136a26d6d https://git.io/JYYpw (152021-03-26T19:58:45Z) 20:01 MinetestBot 02[git] 04nerzhul -> 03minetest/minetest: Drop irrUString from MT, it's owned by irrlicht now 13298bb3d https://git.io/JYYpr (152021-03-26T19:58:45Z) 21:19 tech_exorcist 21:19 tech_exorcist POV: you're out of fuel 21:20 tech_exorcist *small brain* go find some fuel in your (survival) world 21:20 tech_exorcist *big brain* write a mod that adds a "self-refilling" furnace fuel block and use that 21:20 tech_exorcist 21:20 tech_exorcist 21:20 tech_exorcist POV: you're out of fuel 21:20 tech_exorcist *small brain* go find some fuel in your (survival) world 21:20 tech_exorcist guess what I did :-) 21:21 MTDiscord galaxy-brain: just write enough mods and your game plays itself 21:26 tech_exorcist lol 21:51 TechDude hello 21:52 TechDude i have a major problem here 21:52 TechDude im trying to compile minetest 5.4.0 on raspberry pi 21:52 TechDude but apperently i cant for some reason 21:53 MTDiscord what's the error? 21:53 sfan5 the client or the server? 21:53 TechDude it happens when i do cmake 21:53 MTDiscord are you building for server? 21:53 TechDude i tried cmake and snapdboth gimme some sort of error 21:53 TechDude and yes i am building for server 21:54 MTDiscord do -DBUILD_SERVER=1 21:54 TechDude cmake . -DRUN_IN_PLACE=TRUE -DBUILD_CLIENT=FALSE -DBUILD_SERVER=TRUE 21:54 TechDude ok lemme see 21:54 TechDude er wait 21:54 MTDiscord it's the same 21:54 MTDiscord nvm 21:54 TechDude actually idk if thatll work 21:55 TechDude i tried cmake ., cmake . -DRUN_IN_PLACE=TRUE, etc 21:55 MTDiscord is run_in_place necessary? 21:55 TechDude i tried it and without it 21:56 MTDiscord you tried cmake . -DBUILD_CLIENT=FALSE -DBUILD_SERVER=TRUE? 21:56 TechDude about a year ago minetest compiled fine (although it was 5.3.0) now it wont 21:56 TechDude and yes 21:56 TechDude er add run in place 21:56 MTDiscord i compiled 5.4.0 on a raspberry pi with no problems a few weeks ago 21:57 TechDude is there anywhere i can paste full error log? 21:57 MTDiscord pastebin maybe 22:00 TechDude ok 22:00 TechDude https://pastebin.com/sSGVmyZp 22:01 sfan5 did you clone just a few minutes ago? 22:02 sfan5 you're missing irrlicht in any case, but it should tell you more clearly 22:02 TechDude umm how do i include irrclit or whatever 22:02 sfan5 apt-get install libirrlicht-dev 22:04 TechDude finally thx 22:04 TechDude for some reason it dosent include that install on the readme.md 22:05 sfan5 libirrlicht-dev isn't entirely correct since we have our irrlicht fork these days but it still works 22:05 sfan5 that's why it's not listed 22:05 TechDude oh 22:05 sfan5 it will work tho 22:15 TechDude soo umm er actually i regret compiling only the server lol 22:16 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Fix broken include check and correct Gitlab-CI script 135f4c78a https://git.io/JYOmU (152021-03-26T22:12:19Z) 22:17 sfan5 if you want a client on RPi I can suggest just downloading this https://github.com/minetest/minetest/issues/11116#issuecomment-805907542 22:18 TechDude ok ill check it out 22:19 TechDude *annoyed* 22:20 TechDude Building the client with upstream Irrlicht is no longer possible. 22:24 TechDude great cant find bzip lib 22:33 Hawk777 apt install all-of-the-things-dev 22:34 Hawk777 In this case probably libbz2-dev or something similar 22:37 TechDude YES FINALLY!