GNU bug report logs -
#50677
[PATCH] Minetest basic_materials really depends on moreores
Previous Next
Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>
Date: Sun, 19 Sep 2021 15:25:01 UTC
Severity: normal
Tags: patch
Done: Tobias Geerinckx-Rice <me <at> tobias.gr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Vivien Kraus via Bug reports for GNU Guix schreef op zo 19-09-2021 om 17:23 [+0200]:
> Dear guix,
>
> basic_materials actually requires moreores, otherwise some craft
> recipes are just not possible. For instance,
> basic_materials:silver_wire can only be crafted with
> moreores:silver_ingot. This silver wire is actually needed for basic
> technic machines, such as the LV compressor.
>
> So, let’s add minetest-moreores!
In creative mode, crafting isn't necessary, you can give yourself all
the items and blocks you want. OTOH, letting the crafting recipes
work (at least when all the mods are enabled for the world,
they seem to be disabled by default) seems rather important for ‘survival’
players, so adding a propagated-input doesn't seem unreasonable here.
> + (version "v2.1.0")
Versions in guix don't use any leading "v" prefix. If I'm not mistaken,
Ludovic applied the patched to remove them automatically.
> + (lambda* (#:key inputs #:allow-other-keys)
inputs is unused, so you can write '(lambda _' here instead (somewhat simpler)
> /share/minetest/mods/moreores/_config.txt
Is this "_config.txt" file moreores-specific? If not, maybe minetest-mod-build-system
could be modified to install these files by default?
Greetings,
Maxime
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 3 years and 311 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.