Working on small parts of the spell system
This commit is contained in:
parent
e159a6795c
commit
2bb7a5fffb
9 changed files with 339 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue