Skip to content

Commit

Permalink
Add dried kelp and bamboo as a fuel
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Mar 7, 2020
1 parent b1c9e67 commit c2d0038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/sk89q/craftbook/util/ItemUtil.java
Expand Up @@ -710,6 +710,8 @@ public static boolean isAFuel(ItemStack item) {
case BOW:
case LADDER:
case SCAFFOLDING:
case DRIED_KELP_BLOCK:
case BAMBOO:
return true;
default:
return Tag.ITEMS_BOATS.isTagged(item.getType())
Expand Down

0 comments on commit c2d0038

Please sign in to comment.