Skip to content

Commit

Permalink
Recette modifier
Browse files Browse the repository at this point in the history
Remplace le mese par du crystal mese
  • Loading branch information
Jat15 committed Apr 6, 2013
1 parent 89d2787 commit e1f5fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ minetest.register_craft({
output = "holo:socle 10",
recipe = {
{"default:steel_ingot","default:steel_ingot","default:steel_ingot"},
{"default:steel_ingot","default:mese","default:steel_ingot"},
{"default:steel_ingot","default:mese_crystal","default:steel_ingot"},
{"default:steel_ingot","default:steel_ingot","default:steel_ingot"},
}
})
Expand Down

0 comments on commit e1f5fba

Please sign in to comment.