Skip to content

Commit d4b8593

Browse files
committed
Added Air Block. Closes #7
1 parent 5e75e37 commit d4b8593

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@
2121

2222
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2323
hs_err_pid*
24+
25+
.idea/
26+
target/

src/main/java/cm/ptks/craftflowers/flower/FlowerRegistry.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ public class FlowerRegistry {
128128
new AgingFlower(Material.CARROT, "§2Carrot", Material.CARROTS, 6),
129129
new AgingFlower(Material.CARROT, "§2Carrot", Material.CARROTS, 7)
130130
)));
131+
registerFlower(new Flower(Material.BARRIER, "§2Air Block", Material.AIR));
131132
}
132133

133134
private static <E extends Enum<E>> boolean isValidMaterial(String enumName) {

0 commit comments

Comments
 (0)