and I found a double string for the inventory image of the clay brick, the code is:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
minetest.register_craftitem("default:clay_brick", {
description = "Clay brick",
inventory_image = "default_steel_ingot.png",
inventory_image = "default_clay_brick.png",
})
maybe it was a distraction error during the copy of the command.
I hope this and other segnalation will improve the making of new versions of this awesome game ^^
(maybe this can become a "coding error" thread if someone else found some others error
