Update mods/default/init.lua

how did this line get there?
This commit is contained in:
HybridDog 2013-02-08 15:03:14 +01:00
parent 2817db19d4
commit e1d17b1747
1 changed files with 0 additions and 1 deletions

View File

@ -1688,7 +1688,6 @@ minetest.register_craftitem("default:mese_crystal_fragment", {
minetest.register_craftitem("default:clay_brick", {
description = "Clay Brick",
inventory_image = "default_steel_ingot.png",
inventory_image = "default_clay_brick.png",
})