Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build
on: [ push, pull_request ]
on: [ push, pull_request ]

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,30, 200);
fuels.add(BAMBOO_THATCH_SLAB, 30, 100);
fuels.add(BAMBOO_THATCH_STAIRS, 30, 150);

CompostingChanceRegistry composting = CompostingChanceRegistry.INSTANCE;
composting.add(BAMBOO_LEAVES, 0.5F);
Expand Down