diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d57301..1dc686d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,5 @@ name: build -on: [ push, pull_request ] +on: [ push, pull_request ] jobs: build: diff --git a/src/main/java/net/moddingplayground/twigs/impl/block/TwigsBlocksImpl.java b/src/main/java/net/moddingplayground/twigs/impl/block/TwigsBlocksImpl.java index 451628b..9ee7caa 100644 --- a/src/main/java/net/moddingplayground/twigs/impl/block/TwigsBlocksImpl.java +++ b/src/main/java/net/moddingplayground/twigs/impl/block/TwigsBlocksImpl.java @@ -87,6 +87,10 @@ public void onInitialize() { fuels.add(STRIPPED_BAMBOO, 50); fuels.add(BUNDLED_BAMBOO, 450); fuels.add(STRIPPED_BUNDLED_BAMBOO, 450); + fuels.add(BAMBOO_LEAVES, 50); + fuels.add(BAMBOO_THATCH, 200); + fuels.add(BAMBOO_THATCH_SLAB, 100); + fuels.add(BAMBOO_THATCH_STAIRS, 150); CompostingChanceRegistry composting = CompostingChanceRegistry.INSTANCE; composting.add(BAMBOO_LEAVES, 0.5F);