Time Nick Message 15:36 MinetestBot 02[git] 04tamara-schmitz -> 03minetest/minetest: Dockerfile: refactoring and addition of entrypoint (#12939) 136191baf https://github.com/minetest/minetest/commit/6191bafcadc21277be5527ed1ac05f7902e710ad (152022-11-08T15:34:58Z) 15:48 mazes_84 is there a dedicated mineclone2 irc channel ? 16:22 mazes_84 About CDB: supported_games, I can't edit supported games via the interface 16:22 rubenwardy you need to edit using mod.conf 16:23 mazes_84 ok but will it the be able to launch in other games than those "officialy" supported ? 16:23 mazes_84 I try to be game agnostic, but tested in two games 16:24 rubenwardy yes. The engine doesn't use it yet, but in the future it'll just appear as greyed out in games that aren't supported 16:25 mazes_84 ok so it's a no go, hope to have some: tested_games behavior better than un/supported 16:26 rubenwardy grayed out but you can still enable it 16:26 mazes_84 ok, then it's what I want 16:26 mazes_84 my bad 16:33 mazes_84 also about the provide in interface, it it linked to name, or can it provide something else ? 16:34 mazes_84 In one of the supported_games my mod names the nodes bit differently, so would like to notice it "provides" something esle 16:37 rubenwardy Provides is about the mod names you have in the package, there's no other way of doing it 16:37 mazes_84 I'll just add informative comment in read me file then 16:37 mazes_84 tty 16:37 mazes_84 ty 21:51 iisu Hi, is there a way to get a map diff (between a map save and seed)? 21:51 muurkha interesting question 21:52 iisu What I want precisely is to keep the changed nodes and replace original nodes with air so the difference is clearly visible. 21:53 iisu I want to fix a heavily griefed area. 21:54 iisu I was thinking of playing with the code of WorldEdit but not sure if that can do it. 21:54 muurkha ooh 22:00 Krock iisu: use the rollback feature or delete the mapblock to re-generate it from scratch 22:04 iisu I'm not the server owner, I gotta do it by hand. Just want to see on a local map save what's been changed, for an aid. 22:09 iisu gtg, will check the logs later.