Working on small parts of the spell system

This commit is contained in:
WayofTime 2014-01-31 17:21:03 -05:00
parent e159a6795c
commit 2bb7a5fffb
9 changed files with 339 additions and 10 deletions

View file

@ -28,16 +28,16 @@ public class ItemSpellEffectBlock extends ItemBlock
case 1:
{
name = "fill";
name = "ice";
break;
}
case 2:
name = "empty";
name = "wind";
break;
case 3:
name = "test";
name = "water";
break;
default: