Added custom floor for Love chest
This commit is contained in:
parent
d06c445e9c
commit
9024bb6569
@ -89,6 +89,11 @@ public class BlockChangeAnimation extends Animation
|
||||
mat = Material.STAINED_CLAY;
|
||||
data = 13;
|
||||
}
|
||||
else if (getTreasure().getTreasureType() == TreasureType.LOVE_CHEST)
|
||||
{
|
||||
mat = Material.WOOL;
|
||||
data = 6;
|
||||
}
|
||||
else
|
||||
continue;
|
||||
|
||||
@ -131,6 +136,11 @@ public class BlockChangeAnimation extends Animation
|
||||
mat = Material.STAINED_CLAY;
|
||||
data = 14;
|
||||
}
|
||||
else if (getTreasure().getTreasureType() == TreasureType.LOVE_CHEST)
|
||||
{
|
||||
mat = Material.WOOL;
|
||||
data = 14;
|
||||
}
|
||||
else
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user