Fix code style after recent changes

This commit is contained in:
Hugo Locurcio
2020-04-29 17:36:31 +02:00
parent caa92be9dd
commit f0d25e85ad

View File

@ -16,7 +16,6 @@ minetest.register_craftitem("maptools:copper_coin", {
stack_max = 10000, stack_max = 10000,
}) })
minetest.register_craft({ minetest.register_craft({
output = "maptools:copper_coin 10", output = "maptools:copper_coin 10",
type = "shapeless", type = "shapeless",