small cleanup
This commit is contained in:
parent
3079a4bb67
commit
8a87f32678
1 changed files with 2 additions and 2 deletions
|
@ -254,8 +254,8 @@ public abstract class ItemRegistry {
|
|||
for(BlockButton button : BlockButton.BUTTONS) {
|
||||
registerBlock(button, new ItemButton(button));
|
||||
}
|
||||
for(int z = 0; z < BlockTNT.TNTS.length; z++) {
|
||||
registerBlock(BlockTNT.getByPower(z), new ItemBlock(BlockTNT.getByPower(z)).setColor(TextColor.RED));
|
||||
for(BlockTNT tnt : BlockTNT.TNTS) {
|
||||
registerBlock(tnt, new ItemBlock(tnt).setColor(TextColor.RED));
|
||||
}
|
||||
|
||||
for(BlockFlower flower : BlockFlower.FLOWERS) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue