Fix syntax error with comma.

This commit is contained in:
Splizard 2013-01-28 10:21:27 +13:00
parent b43ab78f27
commit 192dd6e81c

View File

@ -57,7 +57,7 @@ chest_item('default:axe_stone', 15, 1)
chest_item('default:axe_steel', 20, 1) chest_item('default:axe_steel', 20, 1)
chest_item('throwing:arrow', 4, 10) chest_item('throwing:arrow', 4, 10)
chest_item('throwing:arrow_fire', 12, 6) chest_item('throwing:arrow_fire', 12, 6)
chest_item('throwing:arrow_teleport' 50, 1) chest_item('throwing:arrow_teleport', 50, 1)
chest_item('throwing:bow_wood', 5, 1) chest_item('throwing:bow_wood', 5, 1)
chest_item('throwing:bow_stone', 10, 1) chest_item('throwing:bow_stone', 10, 1)
chest_item('throwing:bow_steel', 15, 1) chest_item('throwing:bow_steel', 15, 1)
@ -68,7 +68,7 @@ chest_item('default:sword_steel', 20, 1)
chest_item('bread:slice', 3, 1) chest_item('bread:slice', 3, 1)
chest_item('bread:bun', 5, 1) chest_item('bread:bun', 5, 1)
chest_item('bread:bread', 10, 1) chest_item('bread:bread', 10, 1)
chest_item('snow:snowball' 10, 99) chest_item('snow:snowball', 10, 99)
--crafting items --crafting items
chest_item('default:stick', 8, 10) chest_item('default:stick', 8, 10)
chest_item('default:steel_ingot', 15, 3) chest_item('default:steel_ingot', 15, 3)