fix pavement recipie registration code

This commit is contained in:
whosit 2021-06-18 14:02:37 +03:00
parent 343e9d657d
commit a7e750f6c0

View File

@ -416,7 +416,7 @@ for i = 1, #pavements do
if pavements[i].amount then
amount = " ".. tostring(pavements[i].amount)
else
amount = "1"
amount = " 1"
end
minetest.register_craft({
output = pavements[i].name .. amount,