AtlanteIIV AtlanteIIV
  • France
  • Joined on 2023-05-06
AtlanteIIV commented on issue your-land/bugtracker#4430 2023-05-08 08:01:58 +00:00
Reinvention of the announcements

Hello, here is the 'rewrite' of the code with the requested additions. However I haven't tested it, there may be errors...

local mod_storage = minetest.get_mod_storage()
local announcement…
AtlanteIIV commented on issue your-land/bugtracker#1477 2023-05-07 08:30:07 +00:00
evil123 reports: *Suggestion* I suggest making ...

Hello, here is the addition of the recipe for wool:white 1 = farm:string 4.

minetest.register_craft({
	output = "wool:white",
	recipe = {
		{"farming:string", "farming:string"},
		{"far…
AtlanteIIV commented on issue your-land/bugtracker#157 2023-05-06 20:13:28 +00:00
Eris_still_crafts reports: The block signs:wooden_right_s ...

Hey, good evening, here is the zip file that solves the problem, it uses minetest.override_item. As a result I was able to put the correct box for signs:wooden_right_sign.

minetest.override…