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
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
1 changed files with 3 additions and 4 deletions

View File

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