Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Commit

Permalink
[3d armor] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aerozoic authored Aug 12, 2016
1 parent 61ffaa4 commit 5a47aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/3d_armor/3d_armor/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ end

if ARMOR_MATERIALS.cactus then
minetest.register_tool("3d_armor:helmet_cactus", {
description = "Cactuc Helmet",
description = "Cactus Helmet",
inventory_image = "3d_armor_inv_helmet_cactus.png",
groups = {armor_head=3, armor_heal=0, armor_use=1000},
wear = 0,
Expand Down

0 comments on commit 5a47aed

Please sign in to comment.