mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
[trunk] Fix the seperate stacks with /unlimited for all data items.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1294 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
e4e7213c9f
commit
bc54ba12bf
1 changed files with 12 additions and 0 deletions
|
@ -219,6 +219,18 @@ public class EssentialsBlockListener extends BlockListener
|
||||||
is.setType(Material.STEP);
|
is.setType(Material.STEP);
|
||||||
break;
|
break;
|
||||||
case TORCH:
|
case TORCH:
|
||||||
|
case RAILS:
|
||||||
|
case LADDER:
|
||||||
|
case WOOD_STAIRS:
|
||||||
|
case COBBLESTONE_STAIRS:
|
||||||
|
case LEVER:
|
||||||
|
case STONE_BUTTON:
|
||||||
|
case FURNACE:
|
||||||
|
case DISPENSER:
|
||||||
|
case PUMPKIN:
|
||||||
|
case JACK_O_LANTERN:
|
||||||
|
case WOOD_PLATE:
|
||||||
|
case STONE_PLATE:
|
||||||
is.setDurability((short)0);
|
is.setDurability((short)0);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue